2. How to Create Mods
Information for people getting started with making their first mods. Covers sound, string, model modding, and multiplayer mods.
General Information
Start here for learning how to create mods.
Extracting Resources
In order to create mods, you will need to have the game's resources extracted into the various fi...
File Extensions
This is a list of the most common files you'll edit when creating a mod. It is recommend that you...
Creating Mods
Getting Your Mod to Work: For your mod to function in the injector, you must have your folder ...
Command Prompt Tips
There are thousands of extracted files available and sometimes it can be difficult to locate what...
EternalMod.json
You can provide additional info for your mod by creating a file called "EternalMod.json" in the ....
Audio Modding
Information for people who are looking to create Music, Sound Effect, and Voice Over mods.
Extracting Game Audio
It is recommended to do all of your extracting in the SAME disk drive (ex: C:\) Extracting Tools...
Creating Audio Mods
See Extracting Game Audio before proceeding. Instructions are for Windows users. Audio Editing ...
Audio File Extensions
These are the audio file types you will be interacting with. .ogg Extracted music files from "m...
Audio Length (Advanced Guide)
See Extracting Game Audio & Creating Audio Mods before proceeding. This is an Advanced Guide, yo...
HIRC Objects (Advanced Guide)
See Audio Length (Advanced Guide) before proceeding. HIRC (Hierarchy) Objects These are the com...
String Modding
Information for people who are looking to create mods that affect Text.
Extracting Strings
See Extracting Resources before proceeding. You must have gameresources.resources extracted. A s...
Creating String Mods
See Extracting Strings before proceeding. Make sure to backup the unmodified BLANG file. String...
String Customization
Strings can be customized to help specific characters stand out. String customization applies to...
String File Extensions
These are the string file types you will be interacting with. .blang String files that CANNOT b...
Model Modding
Information on how to use custom models in the game.