mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
v0.11.0
This commit is contained in:
@@ -15,7 +15,7 @@ We welcome contributions to the AlterWare Launcher! Here are some guidelines to
|
||||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://github.com/mxve/alterware-launcher.git
|
||||
git clone https://github.com/alterware/alterware-launcher.git
|
||||
cd alterware-launcher
|
||||
```
|
||||
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||||
|
||||
[[package]]
|
||||
name = "alterware-launcher"
|
||||
version = "0.10.8"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"colored",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "alterware-launcher"
|
||||
version = "0.10.8"
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
build = "res/build.rs"
|
||||
|
||||
@@ -46,4 +46,4 @@ serial_test = "3.2.0"
|
||||
[package.metadata.winresource]
|
||||
OriginalFilename = "alterware-launcher.exe"
|
||||
FileDescription = "AlterWare Launcher"
|
||||
ProductName = "github.com/mxve/alterware-launcher"
|
||||
ProductName = "github.com/alterware/alterware-launcher"
|
||||
|
||||
16
README.md
16
README.md
@@ -6,7 +6,7 @@
|
||||
|
||||
##### IW4x | IW4-SP | IW5-Mod | IW6-Mod | S1-Mod
|
||||
|
||||
  
|
||||
  
|
||||
</div>
|
||||
|
||||
> [!IMPORTANT]
|
||||
@@ -33,19 +33,19 @@
|
||||
### 🪟 Windows
|
||||
1. Download the game from [Steam](https://store.steampowered.com/).
|
||||
2. Download the appropriate version of the AlterWare launcher:
|
||||
- **Windows 64-bit**: Download the [latest alterware-launcher.exe](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher.exe).
|
||||
- **Windows 32-bit**: Download the [latest alterware-launcher-x86.exe](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher-x86.exe).
|
||||
- **Windows 64-bit**: Download the [latest alterware-launcher.exe](https://github.com/alterware/alterware-launcher/releases/latest/download/alterware-launcher.exe).
|
||||
- **Windows 32-bit**: Download the [latest alterware-launcher-x86.exe](https://github.com/alterware/alterware-launcher/releases/latest/download/alterware-launcher-x86.exe).
|
||||
3. Place the `alterware-launcher.exe` in the game directory.
|
||||
4. Run `alterware-launcher.exe`. After updating, the game will launch automatically.
|
||||
|
||||
> [!NOTE]
|
||||
> Windows 7 is no longer supported. [v0.6.12](https://github.com/mxve/alterware-launcher/releases/tag/v0.6.12) is the last version that will run on Windows 7.
|
||||
> Windows 7 is no longer supported. [v0.6.12](https://github.com/alterware/alterware-launcher/releases/tag/v0.6.12) is the last version that will run on Windows 7.
|
||||
> To keep using it, set `"skip_self_update": true` in the `alterware-launcher.json` config file.
|
||||
|
||||
> [!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](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher.exe).
|
||||
> For automated processes, use `--skip-launcher-update` and manually download the latest launcher from [here](https://github.com/alterware/alterware-launcher/releases/latest/download/alterware-launcher.exe).
|
||||
|
||||
---
|
||||
|
||||
@@ -69,8 +69,8 @@
|
||||
### 🐧 Other Linux OS
|
||||
|
||||
1. Download the game from Steam using either [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) or the official Steam desktop app.
|
||||
2. Download the [latest release](https://github.com/mxve/alterware-launcher/releases/latest) corresponding to your system architecture.
|
||||
- Most likely you want [alterware-launcher-x86_64-unknown-linux-gnu.tar.gz](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher-x86_64-unknown-linux-gnu.tar.gz)
|
||||
2. Download the [latest release](https://github.com/alterware/alterware-launcher/releases/latest) corresponding to your system architecture.
|
||||
- Most likely you want [alterware-launcher-x86_64-unknown-linux-gnu.tar.gz](https://github.com/alterware/alterware-launcher/releases/latest/download/alterware-launcher-x86_64-unknown-linux-gnu.tar.gz)
|
||||
3. Unpack the archive and copy the `alterware-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 alterware-launcher`
|
||||
@@ -87,7 +87,7 @@
|
||||
### 🍎 macOS
|
||||
|
||||
1. Download the game from Steam using either [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) or the official Steam desktop app.
|
||||
2. Download the [latest alterware-launcher](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher-universal-apple-darwin.tar.gz).
|
||||
2. Download the [latest alterware-launcher](https://github.com/alterware/alterware-launcher/releases/latest/download/alterware-launcher-universal-apple-darwin.tar.gz).
|
||||
3. Once installed, run the launcher from your game directory to download the client files automatically. For updates, use the launcher from the terminal with the `--update` command-line argument as explained in [this guide](https://forum.alterware.dev/t/all-clients-useful-info-for-running-our-mods-under-linux/343).
|
||||
|
||||
> [!CAUTION]
|
||||
|
||||
@@ -8,7 +8,7 @@ use std::sync::Mutex;
|
||||
|
||||
use crate::cdn::{Hosts, Region, Server};
|
||||
|
||||
pub const GH_OWNER: &str = "mxve";
|
||||
pub const GH_OWNER: &str = "alterware";
|
||||
pub const GH_REPO: &str = "alterware-launcher";
|
||||
pub const GH_IW4X_OWNER: &str = "iw4x";
|
||||
pub const GH_IW4X_REPO: &str = "iw4x-client";
|
||||
|
||||
Reference in New Issue
Block a user