0 of 0

File information

Last updated

Original upload

Created by

Grendel

Uploaded by

ImmortanJoel

Virus scan

Safe to use

Tags for this mod

About this mod

Lets you change experience rates for the player, spells, and more.

Requirements
Permissions and credits


This simple .lua script allows you to change all the Unreal Engine variables for experience gain. 

This includes:

For the player:
- SkillLevelUpGrantedXPExponent | default is 1.5**
- PlayerLevelUpBaseLevelXP | default is 1940.0
- PlayerLevelUpXPFactor | default is 60.0
- PlayerLevelUpXPExponent | default is 1.75
**No idea what this does.

For spell casting:
- AlterationExpCastMult | default is 0.1
- ConjurationExpCastMult | default is 0.1
- DestructionExpCastMult | default is 0.1
- IllusionExpCastMult | default is 0.1
- MysticismExpCastMult | default is 0.1
- RestorationExpCastMult | default is 0.1

Misc:
- PersuasionExpGainDispositionIncreased | default is 3.6
- PersuasionExpGainDispositionDecreased | default is 1.2
- MercantileExpTransactionMult | default is 0.03
- AthleticsExpRunning | default is 0.05
- AthleticsExpSwimming | default is 0.075
- AthleticsExpSprinting | default is 0.05**
**(sprinting is still faster xp than running, so either this adds to running or xp is distance based.)

This mod DOESN'T allow you to change skill USE experience. (Except for spells and what's in Misc.)
These can still be changed via the construction set with a .esp mod, however.

HOW TO USE
Simple open the .lua script and change the variables at the top to whatever you like.
You can use notepad if that's all you have.

All the variables are set to their default values, so just change them to what you want them to be.

For example: For "local AlterationExpCastMult = 0.1"; simply change the value to whatever you'd like, such as 0.2, 2.0, or 0.025.
(Just make sure to use a decimal.)

INSTALLATION

This mod uses UE4SS, so simply extract the mod into your UE4SS "Mods" folder.

(To install UE4SS, just click the link, go to releases on the right side of the page, download the "UE4SS_v[version number].zip," and then just extract the contents into your "Oblivion Remastered\OblivionRemastered\Binaries\Win64\" folder. You'll see a "Mods" folder there full of default developer utility mods you can ignore. Put this mod in there.)