From 688836b1316d1517cc7a6a17ec82f8fc83ce860f Mon Sep 17 00:00:00 2001 From: beerpsi Date: Fri, 24 May 2024 21:47:45 +0700 Subject: [PATCH] Add description for LooseDBTables --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d7b31ac..7e1d805 100644 --- a/README.md +++ b/README.md @@ -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` 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.