Idk where to post this, so admins i'm really sorry if I was wrong 🙏
It's a bit frustrating to install all mods by your hands and keep them up to date. So I spent short time and created simple console application to manage your installed mods.
It's really simple.
All source code inside GitHub page here
You can download release here
Important: you have to reinstall your mods with the manager. Maybe I will create some backward compatibility if this app will be useful for anybody.
P.s. it works only with the data from mods hub. If mod author left additional stuff inside mode description - this stuff will be ignored.
Menu
1 — Install mod
Enter the mod page URL from COI Hub (e.g. https://hub.coigame.com/Mod/1070/Infinite-Groundwater).
The app downloads the latest version and extracts it into the mods folder.
Close the game first if DLL files are locked.
2 — Check for updates
Checks each installed mod against its Hub page and shows whether an update is available.
3 — Update installed mods
Downloads and installs newer versions for all mods that have updates.
Only files from the previous install are replaced; extra files (e.g. mod settings) in the mod folder are kept.
4 — Remove mod
Pick a mod from the list.
By default, only files from the original archive are removed.
Answer y to delete the entire mod folder, including settings.
5 — List installed mods
Shows installed mods with version, Hub URL, and release id.
0 — Exit
Quit the application.