Rizline:Game config.json: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{DISPLAYTITLE:game_config.json}} <code>game_config.json</code> is a file that contains information about the current Rizline:game version and Rizline:asset version. When the ''Rizline:Rizline'' app is started, the game downloads the <code>game_config.json</code> file from <code>https://rizlineassetstore.pigeongames.cn/configs/game_config.json</code> to check for updates. = JSON Format = This format is in use since Rizline:Rizline 1.0.10. {{Todo}}..." |
|||
Line 13: | Line 13: | ||
This format was used before [[Rizline:Rizline 1.0.10|Rizline 1.0.10]]. | This format was used before [[Rizline:Rizline 1.0.10|Rizline 1.0.10]]. | ||
{{DataStructure| | |||
{{DataStructureField|configs|array|List of configurations for different game versions.| | |||
{{DataStructureField||object|A configuration.| | |||
{{DataStructureField|version|string|App version that this config is intended for.}} | |||
{{DataStructureField|resourceUrl|string|URL to download the [[Rizline:assets|assets]] from.}} | |||
}} | |||
}} | |||
{{DataStructureField|minimalVersion|string|The minimal game version.}} | |||
{{DataStructureField|underMaintenance|bool|Are the servers currently under maintenance?}} | |||
{{DataStructureField|maintenanceNoticeZhHans|string|Server maintenance message in Chinese (Simplified).}} | |||
{{DataStructureField|maintenanceNoticeZhHant|string|Server maintenance message in Chinese (Traditional).}} | |||
{{DataStructureField|maintenanceNoticeEn|string|Server maintenance message in English.}} | |||
{{DataStructureField|maintenanceNoticeJa|string|Server maintenance message in Japanese.}} | |||
}} | |||
Revision as of 09:53, 1 December 2024
game_config.json
is a file that contains information about the current game version and asset version. When the Rizline app is started, the game downloads the game_config.json
file from https://rizlineassetstore.pigeongames.cn/configs/game_config.json
to check for updates.
JSON Format
This format is in use since Rizline 1.0.10.
This page has some work to do. Help the wiki by editing this page!
JSON Format (old)
This format was used before Rizline 1.0.10.
- (root)
configs
(array) - List of configurations for different game versions.-
(object)
- A configuration.
version
(string) - App version that this config is intended for.resourceUrl
(string) - URL to download the assets from.
-
(object)
- A configuration.
minimalVersion
(string) - The minimal game version.underMaintenance
(bool) - Are the servers currently under maintenance?maintenanceNoticeZhHans
(string) - Server maintenance message in Chinese (Simplified).maintenanceNoticeZhHant
(string) - Server maintenance message in Chinese (Traditional).maintenanceNoticeEn
(string) - Server maintenance message in English.maintenanceNoticeJa
(string) - Server maintenance message in Japanese.