Files
Groove_Coaster_2_Server/various-tools/Asset preloading flutter app/server_checker
UnitedAirforce 4d527a098a Manual
2025-11-27 19:52:58 +08:00
..
2025-09-12 10:58:50 +08:00
2025-11-27 19:52:58 +08:00
2025-09-12 10:58:50 +08:00
2025-09-12 10:58:50 +08:00
2025-09-12 10:58:50 +08:00
2025-11-27 19:52:58 +08:00
2025-09-12 10:58:50 +08:00
2025-09-12 10:58:50 +08:00
2025-11-27 19:52:58 +08:00

server_checker

This is a flutter app for batch downloading GC2OS server assets (music and charts) to the user's device (their application folder).

Note: For 7003, the code has changed. Go to lib folder and replace main.dart with main-7003.dart.

To use it, you need to

  1. Compile the project to .apk or .ipa. learn how to here. A pre-compiled apk is provided, it has the same name and signature as the 4max version apk.

  2. Sign the package to match the game client exactly (so you can install/sideload them and have them share the resource folders), this is general android/ios knowledge, use apktool + common certificate or a common ipa signing service.

  3. Install the game. Then, install the package on the device,

  4. Generate a batch_token in the database through some means (database edit, discord bot, etc.). The schema of the table is as follows:

  • id: auto generated primary key, ignore

  • token: The key string itself. Required field

  • expire_at: Unix timestamp integer of the expiration time. Required field.

  • sid, verification_name, verification_id: Not required in the public version. Fields for bots to link with 3rd party accounts.

  1. Open the app and enter the server base URL and token, click download and wait!

  2. Once done, install the game pack.

This is a beta solution. Please report issues and errors.

Discord bot will not be open-sourced at the time being due to security concerns.