TitleBG.pack: Difference between revisions

m
no edit summary
imported>BravelyPeculiar
No edit summary
imported>Leoetlino
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stub}}
<onlyinclude>
'''TitleBG.pack''' is a [[SARC|SARC archive]] which is found in [[Content/Pack]]. It contains frequently-used files that the game keeps loaded into memory in order to access them faster.
'''TitleBG.pack''' is a [[SARC|SARC archive]] which is found in [[Content/Pack]]. It contains most files that are used to initialise the game during the title screen in order to improve performance.
</onlyinclude>
The archive is loaded by [[StarterPackMgr]] (see [[Executable]]) and also as soon as the title screen has finished loading by a [[GameScene]] function<ref>"processes TitleBG in the background of the title screen" ("タイトル画面のバックグラウンド処理中") at 0x71007B3CAC</ref> and unloaded immediately after processing is complete<ref>0x71007B447C</ref>. GameScene will always wait for this function to finish before loading any [[stage]] that isn't the title stage, such as the main world (MainField) or shrines (CDungeon). Progress is represented by the first 20% of the loading bar<ref>0x71007ACCA4</ref> on the loading screen. TitleBG.pack is only loaded once per game launch.
 
== Contents ==
{{content section|target=Content/Actor|text=Actor}}
{{content section|target=Content/AnimationDrivenSpeed|text=AnimationDrivenSpeed}}
{{content section|target=Content/Camera|text=Camera}}
{{content section|target=Content/Demo|text=Demo}}
{{content section|target=Content/Effect|text=Effect}}
{{content section|target=Content/EventFlow|text=EventFlow}}
{{content section|target=Content/Map|text=Map}}
{{content section|target=Content/Model|text=Model}}
{{content section|target=Content/Quest|text=Quest}}
{{content section|target=Content/Sound|text=Sound}}
{{content section|target=Content/Terrain/System|text=Terrain/System}}
{{content section|target=Content/WorldMgr|text=WorldMgr}}
 
[[Category:Content (BotW)]]
[[Category:Content (BotW)]]
Anonymous user