About this mod
Change XP multiplier for: Experience, Street Cred, and Skills
- Requirements
- Permissions and credits
- Changelogs
Redscript is Required (Download it first)

How to install Mod:
Unzip to Cyberpunk 2077 directory (The directory is where REDprelauncher.exe is located)
Script directory should look like this:

How to Configure the script:
Openxp_multiplier_UserConfigurable.reds with a text editor

Formula basically is:
So if you want halved experience, enter 0.5. You want double experience, enter 2.0. Want triple, enter 3.0...and so on....
Credits:
jekky for Redscript compiler
https://codeberg.org/adamsmasher/cyberpunk for functions

How to install Mod:
Unzip to Cyberpunk 2077 directory (The directory is where REDprelauncher.exe is located)
Script directory should look like this:
Cyberpunk 2077\r6\scripts\xp_multiplier_UserConfigurable.reds

How to Configure the script:
Openxp_multiplier_UserConfigurable.reds with a text editor

Formula basically is:
Your New Experience Value = Regular Experience * Multiplier
So if you want halved experience, enter 0.5. You want double experience, enter 2.0. Want triple, enter 3.0...and so on....

Credits:
jekky for Redscript compiler
https://codeberg.org/adamsmasher/cyberpunk for functions