Miscellaneous mods for maimai DX
Go to file
2024-05-24 21:47:45 +07:00
.idea/.idea.sinmai-mods/.idea Add loose file DB loading 2024-05-24 21:46:42 +07:00
CachedDataManager initial commit 2024-05-22 22:31:19 +07:00
FixLocaleIssues initial commit 2024-05-22 22:31:19 +07:00
LooseDBTables Add loose file DB loading 2024-05-24 21:46:42 +07:00
LooseDBTables.GeneratePatches Add loose file DB loading 2024-05-24 21:46:42 +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 Add description for LooseDBTables 2024-05-24 21:47:45 +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.

LooseDBTables

Enables loading tables from loose .json files in Sinmai_Data/StreamingAssets/DB. Useful for string edits (a.k.a. english patch).

Tables are automatically generated if Sinmai_Data/StreamingAssets/DB doesn't exist.