From 548b5428efa6510e9bdf47dc8faf390ecec5391b Mon Sep 17 00:00:00 2001 From: Damien Savatier Date: Tue, 13 Jun 2023 22:38:51 +0200 Subject: [PATCH] Add overrides.json to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 3a07ec3..6eb4d41 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,21 @@ options: ``` You can combine them, like so `./merge.py -p songs -p modes` +- If you want to override some items, you can have a overrides.json file containing items that will be used instead of the file you are merging with. + + Example overrides.json: + ```json + [ + { + "key": "folder_intro_howto", + "japaneseText": "Let's learn how to play this game!", + "japaneseFontType": 0 + } + ] + ``` + +- If you want to use another path, you can do so like this `./merge.py --overrides custom_overrides.json` + ## Helper scripts - wordlist.bin and wordlist.en.bin -> wordlist.json and wordlist.en.json