2024-05-22 17:31:19 +02:00
|
|
|
## sinmai-mods
|
|
|
|
|
2024-08-08 08:32:25 +02:00
|
|
|
Mods for maimai DX. Patch with MonoMod except specified
|
|
|
|
otherwise.
|
2024-05-22 17:31:19 +02:00
|
|
|
|
2024-08-08 08:32:25 +02:00
|
|
|
## Mod list
|
2024-05-22 17:31:19 +02:00
|
|
|
|
2024-08-08 08:32:25 +02:00
|
|
|
### DisableEncryption
|
|
|
|
Disables title server encryption.
|
2024-05-27 05:59:40 +02:00
|
|
|
|
2024-08-08 08:32:25 +02:00
|
|
|
### DisableReboot
|
|
|
|
Disables automatic reboots.
|
2024-05-27 05:59:40 +02:00
|
|
|
|
2024-08-08 08:32:25 +02:00
|
|
|
### FixLocaleIssues
|
|
|
|
Attempt to fix charts not loading on regions where the system's
|
|
|
|
decimal separator is not the dot (`.`).
|
|
|
|
|
|
|
|
### ImproveLoadTimes
|
|
|
|
Speed up game reboots by caching game data. Cache data is stored
|
|
|
|
in `data_cache.bin` and can be safely deleted if issues arise.
|
|
|
|
|
|
|
|
### Singleplayer
|
|
|
|
Show only the left monitor at the center of the screen.
|
|
|
|
|
|
|
|
### TouchPanel
|
|
|
|
Set touch panel sensitivity for individual regions, or introduce
|
|
|
|
delay on the touch panel. It is configured by adding a section
|
|
|
|
to `mai2.ini`:
|
|
|
|
|
|
|
|
```ini
|
|
|
|
[TouchPanel]
|
|
|
|
; Introduce delay to touch inputs to make it line up with
|
|
|
|
; button inputs
|
|
|
|
DelayMs=0
|
|
|
|
|
|
|
|
; Customize the activation threshold for specific touch
|
|
|
|
; sensors. The touch sensor values can be found by going
|
|
|
|
; into input test in the game test menu.
|
|
|
|
SensitivityA1=90
|
|
|
|
SensitivityA2=90
|
|
|
|
...
|
2024-05-27 05:59:40 +02:00
|
|
|
```
|
|
|
|
|
2024-06-01 14:30:03 +02:00
|
|
|
### UnlockFrameRate
|
2024-08-08 08:32:25 +02:00
|
|
|
**BepInEx mod.**
|
2024-06-01 14:30:03 +02:00
|
|
|
|
2024-08-08 08:32:25 +02:00
|
|
|
Change the target FPS. Also comes with an FPS counter. The
|
|
|
|
configuration file for changing the FPS is at
|
|
|
|
`BepInEx/config/io.github.beerpsi.sinmai.framerate.cfg` and is
|
|
|
|
already documented.
|