#update #rpg #veloren #voxel #cross-platform #launcher #automatic

app airshipper

Provides automatic updates for the voxel RPG Veloren

4 releases (breaking)

0.15.0 Oct 7, 2024
0.13.0 Sep 2, 2024
0.11.0 Feb 15, 2024
0.0.0 Dec 7, 2019

#28 in Games

Download history 81/week @ 2024-07-29 32/week @ 2024-08-05 35/week @ 2024-08-12 45/week @ 2024-08-19 42/week @ 2024-08-26 211/week @ 2024-09-02 80/week @ 2024-09-09 79/week @ 2024-09-16 78/week @ 2024-09-23 47/week @ 2024-09-30 244/week @ 2024-10-07 73/week @ 2024-10-14 66/week @ 2024-10-21 49/week @ 2024-10-28 69/week @ 2024-11-04 44/week @ 2024-11-11

237 downloads per month

GPL-3.0 license

1MB
6.5K SLoC

Airshipper

GitHub release) License Discord AUR version

A cross-platform Veloren launcher.

Airshipper

Features

  • Update/Download and start nightly/weekly.
  • Fancy UI with batteries included.
  • Updates itself on windows.

Download

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.

Compile from source

git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release

Make sure to have rustup installed to compile rust code and git lfs for assets.

Airshipper-Server

NOTE: Airshipper-Server is not required by end-users.

Compile from source

git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release --bin airshipper-server

On 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-server

For NixOS users

You 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"

Dependencies

~50–78MB
~1.5M SLoC