HogWarp
  • Home
    • Frequently Asked Questions
    • Supported Versions
  • Client
    • Quick start
      • Playstation Controller not working
      • Epic Games Version Saves Fix
  • Server
    • Quick Start
    • Server Requirements
    • Troubleshooting
  • Scripting
    • Getting Started
    • Client side
      • Basics
      • Setting up mods
        • Local Cooking / Building
    • Server side
      • Plugin
        • Creating a Plugin
        • Structure / Lifecycle
        • Plugin ↔ Plugin
      • Debugging
      • Event handling
      • API Documentation
        • Server
          • IPlugin
          • PlayerSystem
          • RpcManager
          • Timer
          • World
        • Game
          • Types
        • Systems
          • Logger
          • ClientRpcAttribute
          • ReplicatedAttribute
          • ServerRpcAttribute
Powered by GitBook
On this page
  1. Scripting
  2. Client side

Setting up mods

PreviousBasicsNextLocal Cooking / Building

Last updated 3 months ago

This page describes building / cooking the client mod remotely (using CurseForge). If you want to locally build your mod, please refer to Local Cooking / Building

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!

CurseForge Project Dashboard