Getting Started

Introduction

At this stage we assume you already have the client and server downloaded and properly setup.

Considering this mod is a multiplayer framework, there are two types of scripts:

  • Client scripts, which are done in Blueprint in the Creator Kit.

  • Server scripts, which are written in a .NET compatible language, we recommend C# and Visual Studio.

You therefore need to install both the Creator Kit and Visual Studio Community.

Creator Kit

You first need to install the HogWarpCK plugin which can be found on NexusMods. The content of the archive must then be unzip in the Creator Kit's install directory. You can find the Creator Kit's install location from the Epic Launcher as shown below.

Click on the three dots, it opens a context menu, click on Manage.
Click on the folder icon, it opens a windows explorer at the root.
Drag and drop the PhoenixGame folder in the install directory of the Creator Kit

You can now launch the Creator Kit.

If everything was correctly installed, you should see a "HogWarp" button in the tool bar

HogWarp plugin for the Creator Kit.

You can now proceed to the next steps!

Last updated