AstroTechies / astro_modloader

Astroneer modloader rewritten in Rust
22 stars 5 forks source link
astroneer rust unreal-engine-4

Astroneer Modloader

A modloader for Astroneer, rewritten in Rust.

Installation

Windows

Download the modloader (astro_modloader.exe) from the releases page, below the changelog.

Linux

Pre-built binaries are not yet dsitributed for Linux. To build the modloader yourself on Linux:

export USE_PRECOMPILED_CPP_LOADER=1
export USE_PREBUILT_ASSETS=1
cargo build --release

The last command may take a while to run. Once it's done, the executable (astro_modloader) will be in target/release.