diff --git a/docs/game_specific_info.md b/docs/game_specific_info.md index 8d1aa1d..8723580 100644 --- a/docs/game_specific_info.md +++ b/docs/game_specific_info.md @@ -54,6 +54,7 @@ Games listed below have been tested and confirmed working. | 11 | CHUNITHM NEW!! | | 12 | CHUNITHM NEW PLUS!! | | 13 | CHUNITHM SUN | +| 14 | CHUNITHM SUN PLUS | ### Importer @@ -132,12 +133,6 @@ INSERT INTO aime.chuni_profile_team (teamName) VALUES (); ``` Team names can be regular ASCII, and they will be displayed ingame. -On smaller installations, you may also wish to enable scaled team rankings. By default, Chunithm determines team ranking within the first 100 teams. This can be configured in the YAML: -```yaml -team: - rank_scale: True # Scales the in-game ranking based on the number of teams within the database, rather than the default scale of ~100 that the game normally uses. -``` - ### Favorite songs You can set the songs that will be in a user's Favorite Songs category using the following SQL entries: ```sql