Mod Types Explained
Dawnwalker mods come in three formats. Knowing which type you have determines where to install it.
| Type | File Extension | Install Location | Mod Loader? |
|---|---|---|---|
| PAK | .pak, .utoc, .ucas | Content\Paks\~mods\ | No |
| INI | .ini | %LOCALAPPDATA%\Dawnwalker\... | No |
| UE4SS | .lua, scripts | Binaries\Win64\ue4ss\Mods\ | Yes (UE4SS) |
PAK Mods
The most common mod type. PAK files are packaged game assets that the engine loads automatically from the ~mods folder.
...\SteamLibrary\steamapps\common\The Blood of Dawnwalker\Dawnwalker\Content\Paks\~mods\View full install guide →INI Config Mods
Configuration file mods that modify game settings like the story timer. These edit the Game.ini file in your local save directory.
%LOCALAPPDATA%\Dawnwalker\Saved\Config\Windows\View full install guide →UE4SS Script Mods
Advanced script-based mods that require the UE4SS mod loader framework. Enables deeper game modifications.
...\Dawnwalker\Binaries\Win64\ue4ss\Mods\View full install guide →Which type is my mod?
- Downloaded a .pak file or archive containing .pak/.utoc/.ucas? → PAK mod
- Downloaded a Game.ini file? → INI mod (usually timer mods)
- Mod page mentions UE4SS or requires a script loader? → UE4SS mod
When in doubt, check the mod's Nexus page — authors always specify the install method in the description.