- Create custom instance in the Curseforge App
- Add mods
- Test compatibility of added mods
- create
automationfolder in%HOMEPATH%/curseforge/minecraft/Instances/<modpackname> - Extract ModpackUploader in
%HOMEPATH%/curseforge/minecraft/Instances/<modpackname>/automation - Fill in the settings.ps1 file with your modpack information and change $INSTANCE_ROOT value to
("$PSScriptRoot/.." | Resolve-Path) - Fill in the secrets.ps1 file with your CurseForge Upload API Token.
- Run the modpack-uploader.ps1 when you're ready to upload your modpack to Curseforge
- copy Cat-Downloader-Legacy and Cat-Downloader-Legacy_Setup.bat in
%HOMEPATH%/curseforge/minecraft/Instances/<modpackname>/automation - rename Cat-Downloader-Legacy-.jar to Cat-Downloader-Legacy.jar
- launch Cat-Downloader-Legacy_Setup.bat WIP
WIP