add client-args.md; document config file

This commit is contained in:
2023-10-07 13:24:26 +02:00
parent 141b60393a
commit 123a8b7caf
2 changed files with 57 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
- Do not include a trailing backslash in the path
- ```--pass```
- Pass additional arguments to the game
- See [client-args.md](client-args.md)
- ```--version```, ```-v```
- Print the launcher version
@@ -41,6 +42,30 @@ Some arguments can be set in alterware-launcher.json, args generally override th
---
#### Config file
alterware-launcher.json
- ```update_only```
- See --update
- Default: false
- ```skip_self_update```
- See --skip-launcher-update
- Default: false
- ```download_bonus_content```
- See --bonus
- Default: false
- ```ask_bonus_content```
- Ask the user if they want to download bonus content
- Default: true; false after asking
- ```force_update```
- See --force
- Default: false
- ```args```
- See --pass
- Default: ""
---
#### Support
Visit the [AlterWare Forum](https://forum.alterware.dev/) or [Discord](https://discord.gg/2ETE8engZM) for support.