Starfield Mod:Mod File Format/TMLM

From Starfield Wiki
Jump to: navigation, search

TMLM records hold information about Terminal Menus.

  • BTXT - LString Title?
  • EDID - String EditorId
  • FULL - LString FullName
  • ISIZ - Dword NumMenus
  • ISIZ starts a section where you get the following repeating pattern of subrecords (not all are required):
  • ITXT - LString MenuText
  • ISTX - LString Text?
  • Only a few records use this, some sort of alternate text or tooltip?
  • ISET - 8 bytes?
  • ITID - Word MenuIndex?
  • SNAM - LString ?
  • TNAM - Dword SubMenuFormId
  • A TMLM formid representing the submenu data for the item (assumably).
  • UNAM - LString Text
  • Main entry text for the menu item.