Add a type column to make it clearer
parent
8b64744d4e
commit
0ddd2053ed
@ -1,51 +1,51 @@
|
||||
## Vanilla (wip)
|
||||
These are debug options, so many of them don't do anything in the public build.
|
||||
| Section | Key | Default | Comment |
|
||||
| - | - | - | - |
|
||||
| AM | PlatformAlls | true on win10&up | Seems to affect where AM records are stored. |
|
||||
| AM | DummyJVS | false | |
|
||||
| AM | NewButtonAssign | false | |
|
||||
| AM | RevertAnalog | true | |
|
||||
| AM | InvertWallButtonL | true | |
|
||||
| AM | InvertWallButtonR | true | |
|
||||
| AM | DummyCredit | false | |
|
||||
| AM | DummyAime | false | |
|
||||
| AM | IgnoreError | false | |
|
||||
| AM | OptionDev | false | false: the option directory is pulled from `RomConfig.xml` <br /> true: the option directory is `mu3_Data/../option` |
|
||||
| Sound | WasapiExclusive | false | WASAPI exclusive mode |
|
||||
| Network | UseNetwork | true | |
|
||||
| Network | UseAllnet | true | |
|
||||
| Network | UseLocalCollab | false | |
|
||||
| Network | ServerURI | "" | |
|
||||
| Network | UseTLS | true | unused |
|
||||
| Device | CameraType | 1 | |
|
||||
| Keyboard | KeyInput | false | |
|
||||
| Keyboard | KeyCredit | false | |
|
||||
| Keyboard | KeyDebug | false | |
|
||||
| Sequence | QuickStart | false | unused; retrofitted for SkipPreMusic (see below) |
|
||||
| Sequence | DispDelay | false | |
|
||||
| ScoreReader | isLoadNoteTap | true | |
|
||||
| ScoreReader | isLoadNoteHold | true | |
|
||||
| ScoreReader | isLoadNoteFlick | true | |
|
||||
| ScoreReader | isLoadBell | true | |
|
||||
| ScoreReader | isLoadBullet | true | |
|
||||
| ScoreReader | isLoadTapLane | true | |
|
||||
| ScoreReader | isLoadWallLane | true | |
|
||||
| ScoreReader | isLoadEnemyLane | true | |
|
||||
| ScoreReader | isLoadField | true | |
|
||||
| ScoreReader | isLoadOneway | true | |
|
||||
| ScoreReader | isLoadSoflan | true | |
|
||||
| ScoreReader | isSimpleLane | false | |
|
||||
| System | ShiftDays | 0 | |
|
||||
| Section | Key | Type | Default | Comment |
|
||||
| - | - | - | - | - |
|
||||
| AM | PlatformAlls | bool | 1 on win10&up | Seems to affect where AM records are stored. |
|
||||
| AM | DummyJVS | bool | 0 | |
|
||||
| AM | NewButtonAssign | bool | 0 | |
|
||||
| AM | RevertAnalog | bool | 1 | |
|
||||
| AM | InvertWallButtonL | bool | 1 | |
|
||||
| AM | InvertWallButtonR | bool | 1 | |
|
||||
| AM | DummyCredit | bool | 0 | |
|
||||
| AM | DummyAime | bool | 0 | |
|
||||
| AM | IgnoreError | bool | 0 | |
|
||||
| AM | OptionDev | bool | 0 | bool | 0: the option directory is pulled from `RomConfig.xml` <br /> true: the option directory is `mu3_Data/../option` |
|
||||
| Sound | WasapiExclusive | bool | 0 | WASAPI exclusive mode |
|
||||
| Network | UseNetwork | bool | 1 | |
|
||||
| Network | UseAllnet | bool | 1 | |
|
||||
| Network | UseLocalCollab | bool | 0 | |
|
||||
| Network | ServerURI | string | "" | |
|
||||
| Network | UseTLS | bool | 1 | unused |
|
||||
| Device | CameraType | int | 1 | |
|
||||
| Keyboard | KeyInput | bool | 0 | |
|
||||
| Keyboard | KeyCredit | bool | 0 | |
|
||||
| Keyboard | KeyDebug | bool | 0 | |
|
||||
| Sequence | QuickStart | bool | 0 | unused; retrofitted for SkipPreMusic (see below) |
|
||||
| Sequence | DispDelay | bool | 0 | |
|
||||
| ScoreReader | isLoadNoteTap | bool | 1 | |
|
||||
| ScoreReader | isLoadNoteHold | bool | 1 | |
|
||||
| ScoreReader | isLoadNoteFlick | bool | 1 | |
|
||||
| ScoreReader | isLoadBell | bool | 1 | |
|
||||
| ScoreReader | isLoadBullet | bool | 1 | |
|
||||
| ScoreReader | isLoadTapLane | bool | 1 | |
|
||||
| ScoreReader | isLoadWallLane | bool | 1 | |
|
||||
| ScoreReader | isLoadEnemyLane | bool | 1 | |
|
||||
| ScoreReader | isLoadField | bool | 1 | |
|
||||
| ScoreReader | isLoadOneway | bool | 1 | |
|
||||
| ScoreReader | isLoadSoflan | bool | 1 | |
|
||||
| ScoreReader | isSimpleLane | bool | 0 | |
|
||||
| System | ShiftDays | int | 0 | |
|
||||
|
||||
## Modded
|
||||
| Section | Key | Mod | Default | Comment |
|
||||
| - | - | - | - | - |
|
||||
| Extra | BGM | SelectBGM | 6 | 1 - original; 2 - SUMMER; 3 - R.E.D.; 4 - bright; 5 - END CHAPTER; 6 - Act.3; 0 - random |
|
||||
| Extra | CacheDir | AttractVideoPlayer, LoadBoost | . | the directory to store cache in |
|
||||
| Extra | GP | InfiniteGP | 999 | the fixed GP count (relevant if HideGP is false) |
|
||||
| Extra | HideCredits | InfiniteGP | true | whether to hide the credit count (or the free play text) |
|
||||
| Extra | HideGP | InfiniteGP | true | whether to hide GP |
|
||||
| Sequence | QuickStart | SkipPreMusicRitual | false | false: skip on red menu button; true: always skip |
|
||||
| Video | Framerate | UnlockFrameRate | 60 | the framerate cap; can be unlocked by setting this to 0 |
|
||||
| Video | VSync | UnlockFrameRate | false | if true, the Framerate value is ignored |
|
||||
| Section | Key | Mod | Type | Default | Comment |
|
||||
| - | - | - | - | - | - |
|
||||
| Extra | BGM | SelectBGM | int | 6 | 1 - original; 2 - SUMMER; 3 - R.E.D.; 4 - bright; 5 - END CHAPTER; 6 - Act.3; 0 - random |
|
||||
| Extra | CacheDir | AttractVideoPlayer, LoadBoost | string | . | the directory to store cache in |
|
||||
| Extra | GP | InfiniteGP | int | 999 | the fixed GP count (relevant if HideGP is false) |
|
||||
| Extra | HideCredits | InfiniteGP | bool | 1 | whether to hide the credit count (or the free play text) |
|
||||
| Extra | HideGP | InfiniteGP | bool | 1 | whether to hide GP |
|
||||
| Sequence | QuickStart | SkipPreMusicRitual | bool | 0 | bool | 0: skip on red menu button; true: always skip |
|
||||
| Video | Framerate | UnlockFrameRate | int | 60 | the framerate cap; can be unlocked by setting this to 0 |
|
||||
| Video | VSync | UnlockFrameRate | bool | 0 | if true, the Framerate value is ignored |
|
Loading…
Reference in New Issue
Block a user