Rizline:Game config.json: Difference between revisions
mNo edit summary |
|||
Line 3: | Line 3: | ||
<code>game_config.json</code> is a file that contains information about the current [[Rizline:game version|game version]] and [[Rizline:asset version|asset version]]. When the ''[[Rizline:Rizline|Rizline]]'' app is started, the game downloads the <code>game_config.json</code> file from <code><nowiki>https://rizlineassetstore.pigeongames.cn/configs/game_config.json</nowiki></code> to check for updates. | <code>game_config.json</code> is a file that contains information about the current [[Rizline:game version|game version]] and [[Rizline:asset version|asset version]]. When the ''[[Rizline:Rizline|Rizline]]'' app is started, the game downloads the <code>game_config.json</code> file from <code><nowiki>https://rizlineassetstore.pigeongames.cn/configs/game_config.json</nowiki></code> to check for updates. | ||
= JSON format = | == JSON format == | ||
== New format == | === New format === | ||
This format is in use since [[Rizline:Rizline 1.0.10|Rizline 1.0.10]]. | This format is in use since [[Rizline:Rizline 1.0.10|Rizline 1.0.10]]. | ||
Line 21: | Line 21: | ||
}} | }} | ||
=== Maintenance Info format === | ==== Maintenance Info format ==== | ||
{{DataStructure| | {{DataStructure| | ||
{{DataStructureField|time|string|Date and time of the end of the maintenance period.}} | {{DataStructureField|time|string|Date and time of the end of the maintenance period.}} | ||
Line 30: | Line 30: | ||
}} | }} | ||
== Old format == | === Old format === | ||
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]]. |