8000 GitHub - iw4x/launcher: Launcher/Updater for the IW4x MW2 (2009) mod
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iw4x/launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IW4x Launcher

Official launcher for the IW4x mod

Important

Only legitimate copies of the games are supported. If you don't own the game, please buy it.

🗺️ Table of Contents


📦 Installation

Windows | Linux


🪟 Windows

  1. Download the game from Steam.
  2. Download the appropriate version of the IW4x launcher:
  3. Place the iw4x-launcher.exe in the game directory.
  4. Run iw4x-launcher.exe. After updating, the game will launch automatically.

Important

Information for server owners:

On Windows, the launcher self-updates and restarts by spawning a new console. For automated processes, use --skip-launcher-update and manually download the latest launcher from here.


🐧 Linux

  1. Download the game from Steam using either SteamCMD or the official Steam desktop app.
  2. Download the latest release corresponding to your system architecture.
  3. Unpack the archive and copy the iw4x-launcher executable to your game directory.
    • Alternatively, you can place it in your PATH so you can run it from anywhere. For example, in /usr/local/bin/
  4. Make the launcher executable: chmod +x iw4x-launcher
  5. Run the launcher from your game directory to download the client files: ./iw4x-launcher

Tip

Use the --update command-line argument if you want to launch the game through Proton or other Wine versions instead of the default wine found in your path.

🎮 Supported Games

Important

Only legitimate steam copies of the games are supported. If you don't own the game, please buy it.

IW4x
Call of Duty: Modern Warfare 2 - Multiplayer


⚙️ Command line arguments

  • --help
    • Print help
  • --update, -u
    • Update the game without launching it
  • --skip-launcher-update
    • Skip updating the launcher
  • --bonus
    • Download bonus content (default)
  • --skip-bonus
    • Don't download bonus content
  • --force, -f
    • Force file hash recheck
  • --path, -p
    • Set the game installation path
      • Do not include a trailing backslash in the path
  • --pass
    • Pass additional arguments to the game
  • --version, -v
    • Print the launcher version
  • --ignore-required-files
    • Install client even if required files are missing
  • --skip-redist
    • Skip installing redistributables
  • --redist
    • Install or reinstall redistributables
  • --prerelease
    • Update to prerelease version of clients (currently only available for IW4x) and launcher
  • --rate
    • Rate and display CDN servers
  • --cdn-url
  • --offline
  • --skip-connectivity-check
Example:
iw4x-launcher.exe --bonus -u --path "C:\Games\IW4x" --pass "-console"

Tip

Some arguments can be set in iw4x-launcher.json, args generally override the values of the config.


🔧 Config file iw4x-launcher.json

  • update_only: Set to true to only update the game. Default: false.
  • skip_self_update: Skip launcher updates. Default: false.
  • download_bonus_content: Automatically download bonus content. Default: false.
  • ask_download_bonus_content: Ask before downloading bonus content. Default: false.
  • force_update: Force file recheck. Default: false.
  • args: Pass additional arguments to the game. Default: "".
  • use_https: Use HTTPS for downloads. Default: true.
  • skip_redist: Skip redistributable installations. Default: false.
  • prerelease: Update to prerelease version of clients and launcher. Default: false.
  • cdn_url
  • offline
  • skip-connectivity-check

🔨 Building from Source

See CONTRIBUTING.md for details.


❓ Support

Need help or have questions? We're here to help you!

0