14 lines
471 B
Markdown
14 lines
471 B
Markdown
## 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.
|