A cross-platform Veloren launcher.
- Update/Download and start nightly/weekly.
- Fancy UI with batteries included.
- Updates itself on windows.
NOTE: Airshipper cannot be considered stable yet.
For binary packages the GitLab releases can be used.
For source packages do not use the master branch. Always package latest release either via tag (v*.*.*) or branch (r*.*) as master is unstable and contains work in progress features.
git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --releaseMake sure to have rustup installed to compile rust code and git lfs for assets.
NOTE: Airshipper-Server is not required by end-users.
git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release --bin airshipper-serverOn first execution, a template configuration file will be created at config/config.template.ron and the server will exit.
Rename this to config.ron and edit as appropriate before running again.
cargo run --release --bin airshipper-serverYou can install Airshipper with:
- Flakes enabled Nix:
nix profile install gitlab:veloren/Airshipper - Flakes disabled Nix:
nix-env -i -f "https://gitlab.com/veloren/Airshipper/tarball/master"
Our code of conduct is available here:
