mirror of
https://gitea.tendokyu.moe/beerpsi/sinmai-mods.git
synced 2025-02-06 14:24:30 +01:00
Add description for LooseDBTables
This commit is contained in:
parent
1056550e9d
commit
688836b131
@ -11,3 +11,9 @@ Attempts to fix charts not loading on some system locales.
|
|||||||
|
|
||||||
Adds `CultureInfo.InvariantCulture` to all instances of `float.Parse` and `float.TryParse`
|
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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user