Light tool to manage mods from differents versions and update them easily.
git clone https://github.com/Mathieu2301/Mod-Assistant.gitnpm iIf you want to build :npm i pkg && pkg .
- Download the last realase
- Rename the file
moda - Place it in your
modsfolder (On Windows, you can copy the file toC:\Windows\System32)
| Command | Alias | Description |
|---|---|---|
| moda search | - | Search a mod by name |
| moda update | moda u | Update installed mods |
| moda version | - | Change default version of mods |
| moda depend | - | Get all dependencies of a mod |
| moda install | moda i | Update installed mods |
| moda delete | moda remove | Remove a mod |
If you want to change the version of ALL your installed mods, you have to use the command moda version and moda update
- Open a shell in your
modsfolder - Type
moda version <version>replacing by the version you want to upgrade to. - Type
moda updateand all the mods will be re-downloaded if they are available in the version.
All installed mods are stored in the .mods file. Just share it or save it to make your friends can easily install them.
If you can't rename the .mods file, ZIP it.
To update all your mods :
- Open a shell in your
modsfolder - Type
moda update
- If you call
moda depend all, it will check all mods dependencies.