mirror of
https://gitea.tendokyu.moe/beerpsi/sinmai-mods.git
synced 2024-11-23 23:31:02 +01:00
Miscellaneous mods for maimai DX
.idea/.idea.sinmai-mods/.idea | ||
CachedDataManager | ||
FixLocaleIssues | ||
LooseDBTables | ||
LooseDBTables.GeneratePatches | ||
.gitignore | ||
LICENSE | ||
README.md | ||
sinmai-mods.sln |
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.