mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
3e5c0cc4ed5fec39b493a5181a29014e3469631b
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.18 to 1.0.19. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.18...1.0.19) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
AlterWare Launcher
AlterWare.dev
IW4x | IW4-SP | IW5-Mod | IW6-Mod | S1-Mod
Installation
- Download the latest alterware-launcher.exe
- Place alterware-launcher.exe in the game directory
- Run alterware-launcher.exe, after updating the game will launch automatically
Command line arguments
iw4-sp,iw4x,iw5-mod,iw6-mod,s1-mod- Skip automatic detection and launch the specified game
- This should always be the first argument if used
- Skip automatic detection and launch the specified game
--update,-u- Only update the game, don't launch it
--skip-launcher-update- Don't update the launcher
--bonus- Download bonus content
--force,-f- Force file hash recheck
--path,-p- Set the game path
- Do not include a trailing backslash in the path
- Set the game path
--pass- Pass additional arguments to the game
--version,-v- Print the launcher version
Example: alterware-launcher.exe iw4x --bonus -u --path "C:\Games\IW4x" --pass "-console"
Some arguments can be set in alterware-launcher.json, args generally override the values of the config.
Support
Visit the AlterWare Forum or Discord for support.
Building from Source
- Install Rust
- Clone the repository
- Run
cargo build --release - The executable will be located in
target/release
Note for server owners:
When the launcher updates itself it needs to be restarted. It will return exit code 201 in this case.
@echo off
:loop
start /wait alterware-launcher.exe --update
if %errorlevel% equ 201 (
goto loop
)
Languages
Rust
100%