sinmai-mods/README.md

14 lines
471 B
Markdown
Raw Normal View History

2024-05-22 15:31:19 +00: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.