A mod loader for Astroneer, rewritten in Rust.
This repository is currently in "maintenance mode." New releases may be issued to fix major bugs and provide support for newer versions of the game, but issues related to new features or minor bugs are unlikely to be reviewed.
To receive further information about other mod managers available for Astroneer, you may wish to visit the astroneermodding.readthedocs.io website.
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:cargo install cargo-about --features="cli" - Use
gitto clone the mod loader's repository:git clone https://github.com/AstroTechies/astro_modloader.git - Then build the project in the root of the repository:
cd astro_modloader
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.