Installing Mods - Stellar-Blade-Modding-Team/Stellar-Blade-Modding-Guide GitHub Wiki
[!IMPORTANT] Once the progression is done for Mod Packaging, We need to install the packaged mod files for the game.
Step 1: Find Your Mod
Relocate to your output folder.
You will find the chunk-assigned results in:
\WindowsNoEditor\ProjectName\Content\Paks
There should be total 3 files which are:
pakchunk[YourChunkID]-WindowsNoEditor.pak
pakchunk[YourChunkID]-WindowsNoEditor.utoc
pakchunk[YourChunkID]-WindowsNoEditor.ucas
[!NOTE] What you found are the pakchunks you set up with UE which are the completed mod files.
Step 2: Rename Your Mod
Rename the files in your favor with _P
at the end of its name, for all 3 files. This action will cause the game to load mod files and assign it into your Game Directory.
*Example:
TestMod_P.pak
TestMod_P.utoc
TestMod_P.ucas
Step 3: Install Your Mod
Copy the 3 files from the build folder into the game's Paks folder.
You can create a new subfolder inside of the Paks folder and name it ~mods
. Move your files inside of the new subfolder.
*Example:
D:\Steam\steamapps\common\StellarBladeDemo\SB\Content\Paks\ ~mods
[!CAUTION] Don't install more multiple mods that replaced the same asset in the game or it will conflict.