A mod loader for Astroneer, rewritten in Rust.
Download the mod loader (astro_modloader.exe) from the releases
page, below the changelog.
Download the mod loader (astro_modloader-linux-x64) from the releases
page, below the changelog. If the published binary is not compatible with your system, please follow the Compilation Guide below.
If you would like to build the mod loader yourself on Linux, follow the steps below:
- Use your distribution's package manager to install
rustupandgit, - Use
rustupto install the Rust programming language, - If
rustupdidn't install it for you, installbuild-essentialor your distro's equivalent, - Use
cargoto installcargo-about, - Use
gitto clone the mod loader's repository, - Then run the following commands in the root of the repository:
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.