add new switches to readme

This commit is contained in:
2024-07-13 19:42:03 +02:00
parent 786621f9c0
commit cb204caba2

View File

@@ -8,6 +8,10 @@
--- ---
**Only legitimate copies of the games are supported. If you don't own the game, please buy it.**
---
## Installation ## Installation
1. Download the game from [Steam](https://store.steampowered.com/) 1. Download the game from [Steam](https://store.steampowered.com/)
@@ -22,6 +26,8 @@
- ```iw4-sp```, ```iw4x```, ```iw5-mod```, ```iw6-mod```, ```s1-mod``` - ```iw4-sp```, ```iw4x```, ```iw5-mod```, ```iw6-mod```, ```s1-mod```
- Skip automatic detection and launch the specified game - Skip automatic detection and launch the specified game
- This should always be the first argument if used - This should always be the first argument if used
- ```--help```
- Print help
- ```--update```, ```-u``` - ```--update```, ```-u```
- Only update the game, don't launch it - Only update the game, don't launch it
- ```--skip-launcher-update``` - ```--skip-launcher-update```
@@ -40,6 +46,10 @@
- Print the launcher version - Print the launcher version
- ```--ignore-required-files``` - ```--ignore-required-files```
- Install client even if required files are missing - Install client even if required files are missing
- ```--skip-redist```
- Skip redistributable installation
- ```--redist```
- (Re-)install redistributables
Example: ```alterware-launcher.exe iw4x --bonus -u --path "C:\Games\IW4x" --pass "-console"``` Example: ```alterware-launcher.exe iw4x --bonus -u --path "C:\Games\IW4x" --pass "-console"```