TitleBG.pack: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>BravelyPeculiar
m (BravelyPeculiar moved page TitleBG.pack to TitleBG.pack)
imported>BravelyPeculiar
No edit summary
Line 1: Line 1:
<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 quickly.
'''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 quickly.
 
</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.
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.


Navigation menu