Setting up mods
Last updated
Last updated
When you use the Creator Kit, the mod is build remotely on CurseForge's servers. After the files are built they can be loaded from within the game by using the mod browser.
This is one way you can test your mods or deploy to users, just look for your mod and install it from the mod browser.
However, this is not ideal when you don't have your test account linked or want to distribute your mod preinstalled to players. There is a way to retrieve the built files and have HogWarp load them manually.
To do so, go to your , here you will see your created mods. If you click on the "Edit" with gear icon on the right:
A new page will open with a list of uploads, the most recent one is a the top. You can expand the file and click on the download icon to get the output files.
You will download a zip file, open it and go down the directories Content/Paks/WindowsNoEditor
, you should see 3 files. If you place these files in the Mods
folder in your HogWarp install, they will be loaded automatically every time you launch HogWarp.
Below is an example of the Mods folder after installing the HogWarpTest mod created for the tutorial.
That's it!