server_checker
This is a flutter app for batch downloading GC2OS server assets (music and charts) to the user's device (their application folder).
To use it, you need to
-
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.
-
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.
-
Install the game. Then, install the package on the device,
-
Generate a
batch_tokenin 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.
-
Open the app and enter the server base URL and token, click download and wait!
-
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.