Simple XP Multiplier
Configurable multipliers for all XP types, including level, street cred, crafting, stealth, all weapon XP types, engineering, etc.
This is a replacement for XP Multiplier, which hasn’t been updated for patch 1.3.
This version is much easier to maintain, because it uses some newer features in redscript, so it hopefully won’t break with any future patches.
In fact this version was written and posted by jekky, the author of redscript, on Discord. I made a small addition to it and I’m posting it here with jekky’s permission so everyone who’s looking for it can use it. I know there’s a lot of you!
I haven’t tested this as much as I would normally for one of my other mods, so I can’t say this definitely works for all cases. Please post in the comments if you find something that isn’t working right.
Usage:
Open up “r6/scripts/simple_xp_multilier.reds” and edit the numbers at the top to what you want. A multiplier of 1.0 (the default) means the XP will be the same as if the game were not modded. To double a type of XP, set the value to 2.0.
Note that combat XP is calculated per hit, and there’s rounding down to integer for each one, so for guns that fire lots of bullets for small damage each (e.g. shotgun) the XP won’t be changed as much.
Installation:
IMPORTANT: This mod depends on redscript. Download and install that first!
https://www.cyberpunk2077mod.com/redscript/
To install this mod, extract the zip file into the Cyberpunk 2077 installation folder (the mod files go to “Cyberpunk 2077/r6/scripts”).