HumanitZ Modding-Anleitung für Einsteiger

This is my unofficial modding guide for HumanitZ, as of the latest game update. During the course of this detailed text guide, you will learn how to make various types of mods, according to what I have learned so far! This guide will be updated as I learn more about modding this game, so stay tuned for updates!

Einstieg

To start modding HumanitZ, you will need the following tools and software:

Unreal Engine 4.27x (Vorzugsweise 4.27.2)
Download-Link: https://www.unrealengine.com/en-US/download

Modell
Download-Link: https://www.gildor.org/en/projects/umodel#files

Unrealpak
Download-Link: https://www.fluffyquack.com/tools/

HumanitZ Modding Toolkit
Download-Link: https://www.nexusmods.com/humanitz/mods/2

I recommend you put all of these tools in a folder, so you can access them in a quicker, more organized manner. I have the game installed in my D: fahren, so I put all the tools under a folder namedHumanitZ Modding“.

Die Grundlagen

There are a few things you must know about modding Unreal Engine games, and more specifically HumanitZ, before you get to making the actual modding part. Let’s go over them in detail!

We cannot add new files

Zur Zeit, we are unable to add new, custom files to the game as part of a mod.

This means that no matter what mod you are working on, the only way to have your mod work is for each individual file to overwrite another file that exists in the game.

Even the file structure must be the same! More on that later.

Unpacking and Packing

You will have to do a lot of both to get a mod going. This is why we will need both UModel, and the Unreal Engine itself.

We need to unpack the game’s base files, and pack our custom mod files.

Adhering to the Rules

I cannot overstate this. Your mod will not work if you do not follow the file structure of the game to a T. I mean it. Pay extreme attention to this! Zum Beispiel, if you unpack a file that is found in:

  • […]\HumanitZ\TSSGame\Content\VehicleVarietyPack\Textures

On Unreal Engine, your file must be in:

  • […]\YourProjectFolder\Content\VehicleVarietyPack\Textures

Setting up your Unreal Project

Since the game is made in Unreal, your mod will also most likely require an Unreal project so that compatibility is at its best state.

Zuerst, create your Unreal Project. Remember that file structure must remain the same! Und so, to make things easier, we will also be adhering to this when naming the project itself.

Creating the Project

Let’s create a project calledTSSGame“. That’s the name of the project on the developers’ Seite.

When creating your project, auswählen “Spiele” unter “New Project Categories“. So!

Nächste, select either aBlanktemplate if you prefer organization and have some experience, oder, if you are new or don’t mind extra files, I recommend either Third Person oder Top Down.

Remember to name the projectTSSGame“! Das ist wichtig.

Configuring the Project

In Ordnung! You have successfully created your Unreal Engine project… Was jetzt?

The next step is to do some basic configuration! There’s just one little thing you want to change, so don’t panic just yet!

Open your project, and at the center of the top of the screen, you will see a big gear button calledEinstellungen“. Klicken Sie darauf.

Nächste, auswählen “Project Settings“. A new window will popup. You will find a scrollable list of items on the left.

Look for the huge header sayingProject“, and look for a smaller category calledVerpackung“. Klick es.

Once in theVerpackung” Kategorie, scroll all the way to the bottom until you find a tab calledProject“.

You are looking for the second option from top to bottom. It is a dropdown option calledBuild Configuration“.

Klick es, und auswählen “Shipping“. Danach, simply close the window, and your project is good to go!

Unpacking the Game files

Großartig. Keep your Unreal Project open. Was jetzt?

Brunnen, we need the files you want to modify, erinnern?

I hope you also remember I mentioned we have to unpack them. So how do we do that? Find out below!

The Methods

Es gibt 2 methods to unpack game files. Methode #1 will unpack the ENTIRE game in a folder. That should take about ~32.5GB worth of disk space.

If you don’t have enough space, or don’t want to bother unpacking every new update and such, just head to Methode #2!

Creating your folder

Remember that folder I recommended you create, to keep all the tools and such? Create a new folder inside it calledUnpacked Filesor whatever you want.

The name is up to you, Wirklich. This is where we will store the unpackaged game files!

Methode #1Unpacking Everything

For this method, Gott sei Dank, ZGal88 has got us covered! They have developed the amazing Modding Toolkit, which allows you to easily unpack the entire game! Wonderful!

After installing the toolkit, öffne es, and you will be greeted with a screen that asks for aQuelle“, und ein “Ziel“. Source must be this exact directory:

  • […]\HumanitZ\TSSGame\Content\Paks

Destination will be whatever folder you want to store the unpacked files. After selecting both directories, klicken “Startand wait for completion!

Das ist es! After the process is finished, du wirst haben ALLE the game files unpacked in a single folder.

Methode #2Unpacking Specific Files

For this method, you will need that Modell tool I mentioned earlier!

After installing it, öffne es, and you will be greated with a screen that asks for aPath to game files“.

Und ja, it will also open a prompt / CMD window. Ignore that. It’s just for showing logs of what’s going on!

Set the path to game files to be this exact directory:

  • […]\HumanitZ\TSSGame\Content\Paks

AES Encryption Key

You will get a warning screen that mentions the app has found an encrypted file, and you will require an AES encryption key to view it.

Kein Problem! I have it right here for you, just paste this and hitOK“: 0x321166CACD1E2BBEAC9794AAF468DE277001D2EF8F74A8D6B3CC6EDFE87945CA

Exploring the Game Files

You will now be greeted with a screen that contains ALL the game files, ready for unpacking.

It is here that you will select which folder or files you want to unpack.

Please tidy up the mess of the file hierarchy by closing the submenus of each folder so that it looks like this:

You want to head for the Spiel Mappe. Want to know something about this folderNICHT read it asSpiel“. That’s just another name forInhalt“.

Das ist richtig. Das “Spielfolder is actually theInhaltfolder in both your game directory, and your unreal engine project directory!

To preview an asset, simply double click it. The app will then attempt to show you a preview of the asset. This works for MaschenMaterialienTexturen und animations.

Other stuff isn’t recognized, Unglücklicherweise. In the screenshot below I have found the mesh des weißer Kastenwagen!

Once you have found a file and clicked to preview it, you will be prompted by the app to select the version of the package, because it couldn’t find it on its own.

That’s normal. Select version 4.27 at the very bottom of the list. So:

Would you look at that! We are now previewing the truck mesh! In Ordnung, that’s what we want right there! Aber… how to go back?

That’s easy. Auf der oben links, klicken “Datei“, und dann “Open Package“. That will return to the window we were before, where you can select which files to handle.

Once you have isolated a file, or many files, or even a folder, just right click it and selectExport“.

You will be prompted to select a folder to put the extracted files in. Das ist es! That’s how you unpack specific things instead of everything!

Endlich… Modding!

In Ordnung. Let’s take a little break and review what we have done so far, sollen wir?

You have installed all the necessary tools to mod the game, and made a Verzeichnis where you placed all the tools.

Another directory you made was one to put all the files you have unpackaged in. Then you either unpackaged the entire game, or just a few specific files.

If you decided to use Methode #1 to unpack the game files, and you wish to preview files to know what the hell you are looking at, you can follow Methode #2, but open the unpackaged folder instead of the game folder. This means you will directly skip the step of the AES key.

Everything else remains pretty much the same!

Wie auch immer… You have also made an Unreal Project, where you will be working with your mods.

Zu guter Letzt, you have gone up these messages and read THE BASICS nochmal 👀

So, how do I actually mod nowWELL. It depends.

This guide is already big enough, so let’s split this up into different guides now, sollen wir?

Mach dir keine Sorgen. It’ll just be for a moment. Each separateminiguide will explain how to mod a specific part of the game. Once you have reached the Packaging section of said guide, return here!

Modifying Materials (Reskins, usw.)

Check out this guide.

Ja. I said return NACH reaching the last section of the specific guide for what you want to mod!

Packaging your Mod

In Ordnung. You have made your mod, you have cooked your files, you have found the folder where they are located.

Locate your files there, and copy them over to the directory where you put Unrealpak. In meinem Fall, I pasted them here:

  • D:\HumanitZ Modding\Tools\Unrealpak

Nachdem ich das getan habe, I will remind you once more about following file structure to a T. Jetzt. The original .pak file of HumanitZ, the one that contains all the files of the game, is called TSSGame-WindowsNoEditor. Remember that.

Inside your Unrealpak folder, create a new folder called TSSGame-WindowsNoEditor.

Addieren _P to it. This basically tells Unreal Engine to prioritize loading this directory.

The end result should be a folder namedTSSGame-WindowsNoEditor_P, located in the directory:

  • […]\Unrealpak\TSSGame-WindowsNoEditor_P

Open the folder you have just created, and create another folder inside it, called the project name.

That is a folder called TSSGame.

Open this new folder, and make another folder, called Content. If you have been paying attention to the guide, you will notice a pattern here.

Im Wesentlichen, we are copying the same file structure as the developers have on their end! Neat, huh?

Inside the Content folder, place your cooked files. In unserem Fall, it would be our VehicleVarietyPack folder. Make sure the directory is as follows:

  • TSSGame-WindowsNoEditor_P
    • TSSGame
      • Inhalt
        • Materialien
          • BoxTruck
          • M_BoxTruck_Body.uasset
          • M_BoxTruck_Body.uexp
        • Textures
          • BoxTruck
          • TX_Truck_Box_Diffuse.uasset
          • TX_Truck_Box_Diffuse.uexp

Now return to your Unrealpak folder. Click on your TSSGame-WindowsNoEditor_P, and gently drag it over to UnrealPak-With-Compression.bat.

A prompt / cmd window will appear, and it will convert your folder into a .pak file! Close the prompt.

Now your mod is ready! Yaay! Simply head to where the original .pak file of the game is located. Das wäre:

  • […]\HumanitZ\TSSGame\Content\Paks

And paste your TSSGame-WindowsNoEditor_P Datei dort ablegen! Bitte rename the file to whatever you want, but remember to keep the _P Am Ende!

Das ist es! Boot the game and enjoy your mod! 🥳 💖

Dieser Leitfaden über HumanitZ wurde geschrieben von Braven. Von hier aus können Sie die Originalveröffentlichung besuchen Verknüpfung. Wenn Sie Bedenken bezüglich dieses Leitfadens haben, Bitte zögern Sie nicht, uns zu erreichen hier.

Über den Autor