Skip to content

Commit 295fbf1

Browse files
author
Okaetsu
authored
Merge pull request #44 from Okaetsu/docs_041
Update configuration page for docs
2 parents e15a024 + 1d17c12 commit 295fbf1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

website/docs/configuration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ I will present an example of a default config.json after it has been generated a
1111
```json
1212
{
1313
"languageOverride": "",
14-
"enableAutoReload": false
14+
"enableAutoReload": false,
15+
"enableDebugLogging": false
1516
}
1617
```
1718

1819
`languageOverride` can be used to load custom translation mods for languages that the game doesn't normally support, this could in theory be anything, but it's preferred to follow the [ISO-639](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) two-letter codes. If it's a made up language like pirate speak for example then you can just do `pirate`. Setting `languageOverride` to `""` will default to using whatever language Steam is set to.
1920

20-
`enableAutoReload` is used to enable or disable automatic reloading of schema mods in-game when you save the mod file you're editing. This is mainly meant for Pal Schema mod developers. Defaults to `false`.
21+
`enableAutoReload` is used to enable or disable automatic reloading of schema mods in-game when you save the mod file you're editing. This is mainly meant for Pal Schema mod developers. Defaults to `false`.
22+
23+
`enableDebugLogging` is used to enable or disable more detailed logs for debugging purposes. Defaults to `false`.

0 commit comments

Comments
 (0)