Add description for LooseDBTables

This commit is contained in:
beerpsi 2024-05-24 21:47:45 +07:00
parent 1056550e9d
commit 688836b131

View File

@ -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.