Skip to content

Alpha v0.5.11 - Linux + Windows

Choose a tag to compare

@github-actions github-actions released this 01 Feb 01:19
v0.5.11
f05931a

Local Modpack Installation

You can now install local modpacks without them being uploaded to the mod site. This allows you to share your private modpacks without uploading them to the mod site first.

  • Put your modpack.zip into .config/rustique/modpacks/mypacks -- or whatever your path is for rustiques config
  • run Rustique modpack install modpack_id -- replace modpack_id with your modpacks id
  • Profit

Thanks @BouncyLlama for the PR on this!

Known Issues.

The self update may not work as the rustique executable is now named 'rustique' instead of 'Rustique'. This happened after moving over to Rust workspaces to reorganize the code and will be fixed in the future. For now, you'll have to download rustique directly.

The MacOS releases have been disabled for now as there are some issues with github actions.