Difference between revisions of "User:Scrivener07/Menus"

935 bytes added ,  19:38, 19 July 2019
no edit summary
imported>Qazaaq
imported>Qazaaq
Line 3: Line 3:
* Make page notes about the game's string pool potentially causing UI calls invoked from Papyrus to fail. See also iEquip Author.
* Make page notes about the game's string pool potentially causing UI calls invoked from Papyrus to fail. See also iEquip Author.
* A menu with flag <code>0x200000</code> will not hide when opening another menu which normally hides all others(pausemenu or messageboxmenu).
* A menu with flag <code>0x200000</code> will not hide when opening another menu which normally hides all others(pausemenu or messageboxmenu).
==== Missing Font Error ====
An example of a missing font error. The errors are logged into the F4SE.log file.
<code>
Missing font "Times New Roman" in ".root1.Menu_mc.CreditsContainer.instance18". Search log:
  Searching for font: "Times New Roman" [Device]
      Movie resource: "Times New Roman" [Device] not found.
      Imports      : "Times New Roman" [Device] not found.
      Exported      : "Times New Roman" [Device] not found.
      Registered fonts: "Times New Roman"[Device] not found.
      Searching FontLib: "Times New Roman" [Device] not found.
      Searching FontLib without [Device] flag: "Times New Roman"  not found.
      Searching again without [Device] flag:
        Movie resource: "Times New Roman"  not found.
        Imports      : "Times New Roman"  not found.
        Exported      : "Times New Roman"  not found.
        Registered fonts: "Times New Roman" not found.
  Font not found.
</code>


== ExamineMenu ==
== ExamineMenu ==
Anonymous user