Rizline:Game config.json

From Rhythm Game Wiki
Revision as of 08:40, 1 December 2024 by TadeLn (talk | contribs) (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}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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.

  • configs (array)
    • (object)
      • version (string)
      • resourceUrl (string)
  • minimalVersion (string)
  • underMaintenance (bool)
  • maintenanceNoticeZhHans (string)
  • maintenanceNoticeZhHant (string)
  • maintenanceNoticeEn (string)
  • maintenanceNoticeJa (string)