Commit graph

1 commit

Author SHA1 Message Date
Erik
e3e0559f65 docs: Campaign OP research — Options panel structure + Chat/Config tabs (lane A)
Final of four Opus research lanes for the retail Options panel campaign:

- One LayoutDesc 0x2100002B owns the tab control (0x10000208, Type 8),
  the four mounted tab pages, and the seven option-row templates. Pages:
  gmGameplayOptionsUI 0x2100002A/0x10000202 (default tab),
  gmCharacterSettingsUI 0x21000028/0x100001F9 (InitOptions @0x004A02F0),
  gmChatOptionsUI 0x2100005C/0x1000050A (@0x0049FC60),
  gmConfigUI 0x21000029/0x100001FF (@0x0049E400). Tab declarations are a
  data table (property 0x2E structs {0x30 button, 0x31 page, 0x32
  default}); rows build via UIElement_ListBox::AddItemFromTemplateList
  against authored template lists in ListBox property 0x64 (all three
  template arrays decoded).
- Open path: input action 0x1000001A ToggleOptionsPanel, retail-default
  F11 (VERIFIED in retail-default.keymap.txt:148); toolbar button
  0x1000019B authors P0x12=0x1000001A (VERIFIED in the committed
  toolbar fixture); host is gmFloatyPanelUI 0x2100006E slot 0x1000018D —
  the same floating shell CH6 ports.
- Apply/Reset/Defaults are PER TAB, and clicking an LED APPLIES
  IMMEDIATELY (SetCurrentValue -> Apply(1)); Apply commits the undo
  baseline + CPlayerModule::SaveToServer (flushes 0x01A1 if dirty);
  Reset reverts to baseline; Defaults applies live without committing.
  Hiding a page auto-reverts uncommitted edits; showing auto-applies.
- Chat tab fully enumerated (2 linked opacity sliders + 5 per-window
  filter blocks, 13 checkbox masks byte-decoded; main window omits the
  Gameplay checkbox - 12 rows vs floaties' 13). Config tab = 6 sections
  / 27 rows, ALL UserPreferences.ini-backed, nothing on the wire.
- Two new widgets needed: Type 8 tab control, Type 5 template-list
  ListBox (both also needed by Configure Keyboard). U1: the Character
  tab's Defaults behavior is genuinely unestablished (never calls
  SetDefaultValue). U3: the 50th row (PK deaths) is a later-build
  addition (DAT string exists, hash-verified). U7: Urgent Assistance /
  Report Abuse ShellExecute dead support URLs — register-row candidates.

Research phase complete: all four lanes landed and seam-verified.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-10 22:46:16 +02:00