github Tekunogosu/Rustique v0.5.0
Alpha v0.5.0 - Linux + Windows + Mac

latest releases: v0.5.16, v0.5.15, v0.5.14...
11 months ago

Yes, another HUGE update. This one bringing an updater!! Going forward the app will check if there is a new update by checking the github releases. By default it will check everytime you run the command, but you can disable that check in the config.

NOTE: Existing Rustique users will need to ENABLE checking for updates with Rustique config set --check-for-updates true. This is because if the value is missing from the config "which it is for existing users", it gets set to false. New users will have this set to true by default.

Version 0.5.0-alpha - Self Updating.. Update!

  • Rustique now has a self update!! Rustique will update in place. Check out Rustique help self to see the commands. (You can check for updates and perform an update)
  • Fixed list --updates showing all mods instead of only ones that need updates. This fixes issue #12.
  • list now runs sync automatically if the sync file is missing from an installed modpack. This raised an error before.
  • Added --with-mpk to the base Rustique flags as a shortcut to handling modpack mods. You'll be able to use the base commands, list,update,install, on the packpack mods dir. Rustique -w tmmv update -a -- this will update all the individual mods in the tmmv modpack.
  • You can use mod-id@version with install and delete commands to install or delete that version
  • Mod backups have been implemented! It's disabled by default, you can turn it on with Rustique config set --backup-mods true. You can also choose where they are stored with Rustique config set --backup-mods-dir /path/to/dir
  • You can now delete mods! Checkout Rustique help delete
  • Modpack delete has been implemented as well. See Rustique modpack help delete

Don't miss a new Rustique release

NewReleases is sending notifications on new releases.