mirror of
https://gitea.tendokyu.moe/beerpsi/sinmai-mods.git
synced 2025-02-17 11:08:39 +01:00
Update README.md
This commit is contained in:
parent
75c36d9eb2
commit
74dfcfa040
100
README.md
100
README.md
@ -1,50 +1,50 @@
|
|||||||
## sinmai-mods
|
## sinmai-mods
|
||||||
|
|
||||||
Mods for maimai DX. Patch with MonoMod except specified
|
Mods for maimai DX. Patch with MonoMod except specified
|
||||||
otherwise.
|
otherwise.
|
||||||
|
|
||||||
## Mod list
|
## Mod list
|
||||||
|
|
||||||
### DisableEncryption
|
### DisableEncryption
|
||||||
Disables title server encryption.
|
Disables title server encryption.
|
||||||
|
|
||||||
### DisableReboot
|
### DisableReboot
|
||||||
Disables automatic reboots.
|
Disables automatic reboots.
|
||||||
|
|
||||||
### FixLocaleIssues
|
### FixLocaleIssues
|
||||||
Attempt to fix charts not loading on regions where the system's
|
Attempt to fix charts not loading on regions where the system's
|
||||||
decimal separator is not the dot (`.`).
|
decimal separator is not the dot (`.`).
|
||||||
|
|
||||||
### ImproveLoadTimes
|
### ImproveLoadTimes
|
||||||
Speed up game reboots by caching game data. Cache data is stored
|
Speed up game reboots by caching game data. Cache data is stored
|
||||||
in `data_cache.bin` and can be safely deleted if issues arise.
|
in `data_cache.bin` and can be safely deleted if issues arise.
|
||||||
|
|
||||||
### Singleplayer
|
### Singleplayer
|
||||||
Show only the left monitor at the center of the screen.
|
Show only the left monitor at the center of the screen.
|
||||||
|
|
||||||
### TouchPanel
|
### TouchPanel
|
||||||
Set touch panel sensitivity for individual regions, or introduce
|
Set touch panel sensitivity for individual regions, or introduce
|
||||||
delay on the touch panel. It is configured by adding a section
|
delay on the touch panel. It is configured by adding an optional
|
||||||
to `mai2.ini`:
|
section to `mai2.ini`:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[TouchPanel]
|
[TouchPanel]
|
||||||
; Introduce delay to touch inputs to make it line up with
|
; Introduce delay to touch inputs to make it line up with
|
||||||
; button inputs
|
; button inputs
|
||||||
DelayMs=0
|
DelayMs=0
|
||||||
|
|
||||||
; Customize the activation threshold for specific touch
|
; Customize the activation threshold for specific touch
|
||||||
; sensors. The touch sensor values can be found by going
|
; sensors (optional). The touch sensor values can be found by
|
||||||
; into input test in the game test menu.
|
; going into input test in the game test menu.
|
||||||
SensitivityA1=90
|
SensitivityA1=90
|
||||||
SensitivityA2=90
|
SensitivityA2=90
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
### UnlockFrameRate
|
### UnlockFrameRate
|
||||||
**BepInEx mod.**
|
**BepInEx mod.**
|
||||||
|
|
||||||
Change the target FPS. Also comes with an FPS counter. The
|
Change the target FPS. Also comes with an FPS counter. The
|
||||||
configuration file for changing the FPS is at
|
configuration file for changing the FPS is at
|
||||||
`BepInEx/config/io.github.beerpsi.sinmai.framerate.cfg` and is
|
`BepInEx/config/io.github.beerpsi.sinmai.framerate.cfg` and is
|
||||||
already documented.
|
already documented.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user