Miscellaneous mods for maimai DX
Go to file
2024-05-22 22:32:05 +07:00
.idea/.idea.sinmai-mods/.idea initial commit 2024-05-22 22:31:19 +07:00
CachedDataManager initial commit 2024-05-22 22:31:19 +07:00
FixLocaleIssues initial commit 2024-05-22 22:31:19 +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 initial commit 2024-05-22 22:31:19 +07:00
sinmai-mods.sln initial commit 2024-05-22 22:31:19 +07:00

sinmai-mods

Miscellaneous mods for maimai DX

CachedDataManager

Speeds up game reboots by caching loaded data. Cache is stored in the dataCache folder and should be deleted if any issues arise.

FixLocaleIssues

Attempts to fix charts not loading on some system locales.

Adds CultureInfo.InvariantCulture to all instances of float.Parse and float.TryParse so charts will still load on locales where the comma is the decimal separator.