About this mod
Changes the exp curve to a lower formula so you can get all perks in a long but not impossibly grindy way.
- Permissions and credits
- Changelogs
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 25
// Changes the Increment to exp needed per level to 25 (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 txt file into your Starfield base folder (where Starfield.exe is) and add "sStartingConsoleCommand=bat XPCurve" at the start of your StarfieldCustom.ini (create one in Documents/My Games/Starfield if you don't have one) under [General] (make one if you don't have it).
Exemple :
[General]
sStartingConsoleCommand=bat XPCurve
[Archive]
OTHER SETTING
If you use another mod like this add ;bat XPCurve at the end of sStartingConsoleCommand= like this :
sStartingConsoleCommand=bat mods;bat XPCurve
Recommended mod for high level gameplay :
Less Spongy Enemies
Less Spongy Players
Since HP scales with level but damage doesn't