A guide and toolset for creating your own custom Stellar Blade stat modification mods. This method allows you to tweak player speed, attack values, ammo, and more.
Features
Edit base player stats such as speed, attack speed, and crit values
Adjust ammo, potion, and grenade capacity
Includes recommended safe limits to avoid crashes
Create your own
.pak
,.ucas
, and.utoc
mod filesSample mod included with rapid fire, unlimited short flying dash, and fast item scanning
Requirements
Extracted game files
UAssetGUI.exe
(for editing.uasset
files)RepackMod.bat
(for rebuilding your edited mod)
Installation
Locate
CharacterTable.uasset
inside:GameLocalDataoutput
Open with
UAssetGUI.exe
and edit values (e.g., Attack Speed = 1.5 for 150%)Save changes and remove
.bak
filesUse
RepackMod.bat
to generate:0000NewMOD_P.pak
0000NewMOD_P.ucas
0000NewMOD_P.utoc
Copy the three files into:
.../StellarBlade/SB/Content/Paks/~mods
Launch the game and test changes. Adjust values if crashes occur.
Notes
Do not exceed the recommended stat caps (e.g., Attack Speed > 1.6) or the game may crash
For new mods, copy original files into
Output
and re-editEnsure all three mod files share the same name and end with
_P
With this tool, you can safely create and test your own gameplay tweaks for Stellar Blade.