Rizline:Assets: Difference between revisions
Created page with "'''Assets''' are ''Rizline:Rizline'' game files that are downloaded on-demand. These assets can be updated at any time by ''Rizline''<nowiki>'</nowiki>s developers, and they do not need an app update to be modified. == How the game checks for asset updates == Every time ''Rizline'' is launched, it sends a GET request to download the Rizline:game_config.json file. It then finds a resource URL for the current app version, and uses it to download the Rizline:c..." |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Assets''' are | '''Assets''' are [[Rizline:game files|game files]] that are downloaded on-demand. These assets can be updated at any time by ''Rizline''<nowiki>'</nowiki>s developers, and they do not need an app update to be modified. | ||
== How the game checks for asset updates == | == How the game checks for asset updates == | ||
Line 10: | Line 10: | ||
Some assets are required for the game to work and are downloaded at start-up, while others are not required immediately and are downloaded when needed. Examples of assets downloaded on-demand include: | Some assets are required for the game to work and are downloaded at start-up, while others are not required immediately and are downloaded when needed. Examples of assets downloaded on-demand include: | ||
* Song music - downloaded when selecting a specific song on the [[Rizline:Song Select screen|Song Select screen]]. | * [[Rizline:Song music|Song music]] - downloaded when selecting a specific song (tapping a song bubble) on the [[Rizline:Song Select screen|Song Select screen]]. | ||
* Chart files - downloaded when playing a specific chart for the first time (only the played difficulty is downloaded). | * [[Rizline:Chart|Chart files]] - downloaded when playing a specific chart for the first time (only the played difficulty is downloaded). | ||
* High-quality versions of | * High-quality versions of [[Rizline:illustration|illustration]]s (2048px × 2048px, instead of the usual 512px × 512px) - downloaded when zooming in on a specific illustration in the [[Rizline:gallery|gallery]]. | ||
* High-quality versions of [[Rizline:Rizcard|Rizcards]] (2048px × 2048px, instead of the usual 512px × 512px) - downloaded when zooming in on a specific Rizcard in the gallery. | * High-quality versions of [[Rizline:Rizcard|Rizcards]] (2048px × 2048px, instead of the usual 512px × 512px) - downloaded when zooming in on a specific Rizcard in the [[Rizline:gallery|gallery]]. | ||
== | == See also == | ||
* [[Rizline:Asset Version History]] | |||
* [[Rizline:Guides/Extracting asset files]] | |||
== Navigation == | |||
{{RizlineGameNavBox}} |