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 selfto see the commands. (You can check for updates and perform an update) - Fixed
list --updatesshowing all mods instead of only ones that need updates. This fixes issue #12. listnow runs sync automatically if the sync file is missing from an installed modpack. This raised an error before.- Added
--with-mpkto the baseRustiqueflags 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
installanddeletecommands 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 withRustique config set --backup-mods-dir /path/to/dir - You can now
deletemods! CheckoutRustique help delete - Modpack delete has been implemented as well. See
Rustique modpack help delete