Difference between revisions of "Template talk:Menus"
Jump to navigation
Jump to search
replied
imported>Qazaaq (→Removed Menus: new section) |
imported>ShadeMe (replied) |
||
Line 1: | Line 1: | ||
== Removed Menus == | == Removed Menus == | ||
[[User:Scrivener07|Scrivener07]], I loaded a save and ran | |||
<source lang="papyrus"> | |||
Debug.Trace("MenuName: ", UI.IsMenuRegistered("MenuName")) | |||
</source> | |||
for each menu in the list, and any of them that returned False were removed. | |||
In most cases these menus existed in Skyrim. GiftMenu, InventoryMenu, MagicMenu, QuantityMenu, and StatsMenu were all in Skyrim, but aren't in Fallout 4, either due to being replaced, or having their function moved. InventoryMenu was replaced by PipboyMenu for instance, while QuantityMenu was built into ContainerMenu and PipboyMenu. GiftMenu and MagicMenu don't have a place in Fallout 4, the only time I know of GiftMenu even being used in Skyrim was in Riverwood at the beginning of the game, otherwise most things just used ContainerMenu, while Magic obviously wouldn't have a Menu in Fallout 4. StatsMenu then is the Menu that holds Game Stats, like Enemies Killed or the Player's current bounty, which is just a Pipboy Tab in Fallout 4, not a seperate menu. That only leaves BSOverlayMenu, CompanionMenu, DebugTextMenu, and SWFLoaderMenu. Of those 4, only SWFLoaderMenu has a flash file to speak of in Data\Interface. I assume DebugText and BSOverlay were used during development, since there are plenty of console commands referring to Overlays that don't do anything in the retail version, while CompanionMenu was liked just merged into DialogueMenu, and the HUD for its function. SWFLoaderMenu does exist, but it doesn't seem to be used during normal gameplay, and as such isn't registered. It might be worth keeping it on the list because it does have a file shipped with the game, but it isn't like it's going to be used in the majority of script functions anyway. [[User:.shad0wshayd3|.shad0wshayd3]] ([[User talk:.shad0wshayd3|talk]]) 2018-02-24T16:36:03 (EST) | |||
---- | |||
At [[User:.shad0wshayd3]], would you explain the reasoning behind removing some of the menus from the menu list? You listed your reason as "Removed menus that respond False to UI.IsMenuRegistered." but Im not sure what that means. This information came from bethesda staff originally so I am more protective of it than information added by normal users. We really want to avoid the destruction of information on the wiki. [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2018-02-24T08:02:55 (EST) | At [[User:.shad0wshayd3]], would you explain the reasoning behind removing some of the menus from the menu list? You listed your reason as "Removed menus that respond False to UI.IsMenuRegistered." but Im not sure what that means. This information came from bethesda staff originally so I am more protective of it than information added by normal users. We really want to avoid the destruction of information on the wiki. [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2018-02-24T08:02:55 (EST) |