Rizline:Local game files: Difference between revisions
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
{{DataStructureField|Shared|directory|Directory containing all of the game's downloaded [[Rizline:assets|assets]], contained in [[asset bundles]]. The assets are downloaded on-demand, so not all devices will have all of the assets in this directory.| | {{DataStructureField|Shared|directory|Directory containing all of the game's downloaded [[Rizline:assets|assets]], contained in [[asset bundles]]. The assets are downloaded on-demand, so not all devices will have all of the assets in this directory.| | ||
{{DataStructureField|<asset_bundle_name>|directory|Where ''asset_bundle_name'' is a 32-character-long lowercase hexadecimal string (for example <code>1e0e32f42bc785e2a525cf3a8ea7abaf</code>). This name is the <code>assetBundleName</code> property of the bundle.| | {{DataStructureField|<asset_bundle_name>|directory|Where ''asset_bundle_name'' is a 32-character-long lowercase hexadecimal string (for example <code>1e0e32f42bc785e2a525cf3a8ea7abaf</code>). This name is the <code>assetBundleName</code> property of the bundle.| | ||
{{DataStructureField|< | {{DataStructureField|<asset_bundle_hash>|directory|Where ''asset_bundle_hash'' is a 32-character-long lowercase hexadecimal string (for example <code>4c3416138aed0f7bc6f085bd2d121125</code>). This ID changes if the asset changes; sometimes the <code>assetBundleName</code> changes instead though. This is also the file name in the URL that the bundle is downloaded from.| | ||
{{DataStructureField|__data|file|[[Rizline:AssetBundle __data file|AssetBundle __data file]]. This file is not present if the asset bundle is a music asset bundle.}} | {{DataStructureField|__data|file|[[Rizline:AssetBundle __data file|AssetBundle __data file]]. This file is not present if the asset bundle is a music asset bundle.}} | ||
{{DataStructureField|__info|file|[[Rizline:AssetBundle __info file|AssetBundle __info file]]. This file is not present if the asset bundle is a music asset bundle.}} | {{DataStructureField|__info|file|[[Rizline:AssetBundle __info file|AssetBundle __info file]]. This file is not present if the asset bundle is a music asset bundle.}} |