Miscellaneous mods for maimai DX
Go to file
2024-08-08 13:35:35 +07:00
.idea/.idea.sinmai-mods/.idea Add loose file DB loading 2024-05-24 21:46:42 +07:00
DisableEncryption push a few more mods 2024-08-08 13:32:25 +07:00
DisableReboot push a few more mods 2024-08-08 13:32:25 +07:00
FixLocaleIssues push a few more mods 2024-08-08 13:32:25 +07:00
ImproveLoadTimes push a few more mods 2024-08-08 13:32:25 +07:00
LooseDBTables push a few more mods 2024-08-08 13:32:25 +07:00
MoreChartFormats push a few more mods 2024-08-08 13:32:25 +07:00
Singleplayer push a few more mods 2024-08-08 13:32:25 +07:00
TouchPanel push a few more mods 2024-08-08 13:32:25 +07:00
UnlockFrameRate push a few more mods 2024-08-08 13:32:25 +07:00
.gitignore initial commit 2024-05-22 22:31:19 +07:00
LICENSE License 2024-05-22 22:32:05 +07:00
README.md push a few more mods 2024-08-08 13:32:25 +07:00
sinmai-mods.sln push a few more mods 2024-08-08 13:32:25 +07:00

sinmai-mods

Mods for maimai DX. Patch with MonoMod except specified otherwise.

Mod list

DisableEncryption

Disables title server encryption.

DisableReboot

Disables automatic reboots.

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:

[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
...

UnlockFrameRate

BepInEx mod.

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.