mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
0814c99363a83042f26b578383c3b86fe1f83b4d
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) --- updated-dependencies: - dependency-name: serde_json 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
- Passing
iw4-sp,iw4x,iw5-mod,iw6-modors1-modas the first argument will skip automatic game detection - Passing
updatewill stop the launcher from launching the game skip-launcher-updateskips launcher self-updatebonusdownload bonus content
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%