Lower XP curve
This is a txt file that does 3 things :
setgs fXPStart 500
// Changes how much exp you need to level up from 1-> 2 to 500 (default 200)
setgs fXPBase 10
// Changes the Increment to exp needed per level to 10 (default 75)
setgs fXPExpMult 0
// Stops fXPBase from increasing in increments of 5 as you level (default 0.0015)
This applies retroactively but note that you can’t level down and might get an xp debt if you increase the formula.
Since I can’t find how fXPExpMult fits, the simplified formula is : fXPStart + fXPBase * (Level – 1)
Feel free to edit the file if you want a custom formula.
If you want to manually edit xp gains check out the article tab
Installation :
Drop the bat file into your Starfield base folder (where Starfield.exe is) and add this line to your StarfieldCustom.ini (create one if you don’t have one) under [General] (make one if you don’t have it) :
sStartingConsoleCommand=bat XPCurve
If you use another mod like this add ;bat XPCurve at the end of sStartingConsoleCommand= like this :
sStartingConsoleCommand=bat mods;bat XPCurve