Got this from the comments on the mod site. What do you think about it? Is it worth playing with it?
I wanted to share my ini file settings for the Skyrim Community Uncapper. This is the end result of several playthroughs and hundreds of hours of testing. This ini is designed to give you the best Skyrim experience possible. This ini works great when combined with other mods that improve the difficulty and gameplay experience, especially at higher levels, such as ASIS, High Level Enemies, Skyrim Redone, and Deadly Dragons.
   More perk points. Gain multiple points at key levels: 10,20,30,40, etc. This makes reaching these milestones feel especially rewarding, motivating you to keep playing
   Blacksmithing, alchemy, and enchanting no longer level your character. Crafting items to use in combat is its own reward.
   Leveling curve is slowed, significantly extending your game.
   Crafting skills cap out at 160. This was the magic number that allowed the player to progress past 100 (vanilla) but still not get too overpowered.
   Significantly more carry weight. Mage characters no longer feel forced to invest into Stamina just to increase their carry weight. One or more followers to help you carry items is still highly recommended even with this additional carry weight.
;Enable(1) or Disable(0) the AutoUpdate functionality. IT MIGHT NOT WORK WITH CERTAIN SKYRIM VERSION! ENABLE AT YOUR OWN RISK!
;Default value = 0
bAutoUpdate=0
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill Level Caps;
;Default value = 0
bUseSkillCaps=1
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill caps inside formulas governed by skills.
;Default value = 0
bUseSkillFormulaCaps=1
Â
Â
;Enable(1) or Disable(0) the ingame Enchanter Uncapper skill caps
;Default value = 0
bUseEnchanterCaps=1
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill Experience Gained Multipliers;
;Default value = 0
bUseSkillExpGainMults=1
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill Experience to Player's Character Experience Multipliers;
;Default value = 0
bUsePCLevelSkillExpMults=1
Â
Â
;Enable(1) or Disable(0) the number of perks gained, set by the Uncapper, at each level up
;Default value = 0
bUsePerksAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of health points, set by the Uncapper, gained at each level up when Health is selected during the Level Up screen
;Default value = 0
bUseHealthAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of magicka points, set by the Uncapper, gained at each level up when Magicka is selected during the Level Up screen
;Default value = 0
bUseMagickaAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of stamina points, set by the Uncapper, gained at each level up when Stamina is selected during the Level Up screen
;Default value = 0
bUseStaminaAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of "Carry Weight" points, set by the Uncapper, gained at each level up when Health is selected during the Level Up screen
;Default value = 0
bUseCarryWeightAtHealthLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of "Carry Weight" points, set by the Uncapper, gained at each level up when Magicka is selected during the Level Up screen
;Default value = 0
bUseCarryWeightAtMagickaLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of "Carry Weight" points, set by the Uncapper, gained at each level up when Stamina is selected during the Level Up screen
;Default value = 0
bUseCarryWeightAtStaminaLevelUp=1
Â
Â
Â
Â
[skillCaps]
; Set the Skill Level Cap to
; Between 0 and 10000;
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 100
Â
Â
iAlchemy=160
iAlteration=999
iArchery=999
iBlock=999
iConjuration=999
iDestruction=999
iEnchanting=160
iHeavyArmor=999
iIllusion=999
iLightArmor=999
iLockpicking=999
iOneHanded=999
iPickpocket=999
iRestoration=999
iSmithing=160
iSneak=999
iSpeech=999
iTwoHanded=999
Â
Â
Â
Â
[skillFormulaCaps]
; Set the Skill Formula Cap to
; If your skill level is higher than the cap set below, then the skill level showing in game will be capped and displayed in red color (like if it was affected by a negative enchantment)
; Between 0 and 10000;
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 100
Â
Â
iAlchemy=160
iAlteration=199
iArchery=199
iBlock=199
iConjuration=199
iDestruction=199
iEnchanting=160
iHeavyArmor=199
iIllusion=199
iLightArmor=199
iLockpicking=199
iOneHanded=199
iPickpocket=199
iRestoration=199
iSmithing=160
iSneak=199
iSpeech=199
iTwoHanded=199
Â
Â
Â
Â
[EnchanterCaps]
;However high the Enchanting skill is, the following values set an Enchanting skill level cap when using the ingame Enchanter.
;If bSkillFormulaCaps is enabled, then the following values are also capped by iEnchanting inside [skillFormulaCaps], if iEnchanting is lower.
; Between 0 and 10000;
Â
Â
;Max Enchanting skill level for enchantment magnitude.
iMaxEnchantingLevelForMagnitude=160
Â
Â
;Max Enchanting skill level for enchantment charges
;A value higher than 199 will cause inconsistencies in vanilla Skyrim.
iMaxEnchantingLevelForCharges=160
Â
Â
Â
Â
[skillExpGainMults]
; Set the Skill Experience Gained Multiplier to
; betwen 0.0 and 10000.0
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 1.0
;(Setting bUsePCLevelNotBaseSkillLevel to 1, will use Character Level instead of Base Skill Level for the subsections)
Â
Â
fAlchemy=1.0
fAlteration=1.0
fArchery=1.0
fBlock=1.0
fConjuration=1.0
fDestruction=1.0
fEnchanting=1.0
fHeavyArmor=1.0
fIllusion=1.0
fLightArmor=1.0
fLockpicking=1.0
fOneHanded=1.0
fPickpocket=1.0
fRestoration=1.0
fSmithing=1.0
fSneak=1.0
fSpeech=1.0
fTwoHanded=1.0
Â
Â
bUsePCLevelNotBaseSkillLevel=1
Â
Â
Â
Â
; All the subsections of SkillExpGainMults below allow to set an additional multiplier depending on the base skill level, independantly for each skill.
; The format is PlayerLevel = Multiplier. You can specify many different levels.
; If a specific level is not specified then the closest lower level setting is used.
; Default value: 1=1.0
Â
Â
[skillExpGainMults\Alchemy]
1=1.0
21=0.9
31=0.8
Â
Â
[skillExpGainMults\Alteration]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Archery]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Block]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Conjuration]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Destruction]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Enchanting]
1=1.0
21=0.9
31=0.8
Â
Â
[skillExpGainMults\HeavyArmor]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Illusion]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\LightArmor]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Lockpicking]
1=0.8
21=0.7
31=0.5
Â
[skillExpGainMults\OneHanded]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Pickpocket]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Restoration]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Smithing]
1=1.0
21=0.9
31=0.8
Â
Â
[skillExpGainMults\Sneak]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Speech]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\TwoHanded]
1=0.8
21=0.7
31=0.5
Â
Â
[PCLevelSkillExpMults]
; Set the Skill Experience to Player's Character Experience Multipliers to
; betwen 0.0 and 10000.0
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 1.0
; (Setting bUsePCLevelNotBaseSkillLevel to 1, will use Character Level instead of Base Skill Level for the subsections)
Â
Â
fAlchemy=0.0
fAlteration=1.0
fArchery=1.0
fBlock=1.0
fConjuration=1.0
fDestruction=1.0
fEnchanting=0.0
fHeavyArmor=1.0
fIllusion=1.0
fLightArmor=1.0
fLockpicking=1.0
fOneHanded=1.0
fPickpocket=1.0
fRestoration=1.0
fSmithing=0.0
fSneak=1.0
fSpeech=1.0
fTwoHanded=1.0
Â
Â
bUsePCLevelNotBaseSkillLevel=1
Â
Â
; All the subsections of PCLevelSkillExpMults below allow to set an additional multipliers depending on the base skill level, independantly for each skill.
; The format is PlayerLevel = Multiplier. You can specify many different levels.
; If a specific level is not specified then the closest lower level setting is used.
; Default value: 1=1.0
Â
Â
[PCLevelSkillExpMults\Alchemy]
1=0.0
Â
Â
[PCLevelSkillExpMults\Alteration]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Archery]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Block]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Conjuration]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Destruction]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Enchanting]
1=0.0
Â
Â
[PCLevelSkillExpMults\HeavyArmor]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Illusion]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\LightArmor]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Lockpicking]
1=1.5
11=1.4
21=1.3
31=1.2
41=1.0
Â
Â
[PCLevelSkillExpMults\OneHanded]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Pickpocket]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Restoration]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Smithing]
1=0.0
Â
Â
[PCLevelSkillExpMults\Sneak]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Speech]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\TwoHanded]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PerksAtLevelUp]
;Set the number of perks gained at each level up. If a specific level is not specified then the closest lower level setting is used.
;Default game value is one perk per level (you can also use float as value, for example 1.25 per points per level)
; Level (2..10000) = Perks (0..255)
;
2=1
10=3
11=1
20=4
21=1
30=5
31=1
40=6
41=1
50=7
51=1
60=8
61=1
70=9
71=1
80=10
81=1
90=11
91=1
100=12
101=1
Â
Â
[HealthAtLevelUp]
;Set the number of health points gained at each level up when Health is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 10 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
Â
Â
[MagickaAtLevelUp]
;Set the number of magicka points gained at each level up when Magicka is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 10 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
Â
Â
[staminaAtLevelUp]
;Set the number of stamina points gained at each level up when Stamina is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 10 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
Â
Â
[CarryWeightAtHealthLevelUp]
;Set the number of "Carry Weight" points gained at each level up when Health is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 0 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
[CarryWeightAtMagickaLevelUp]
;Set the number of "Carry Weight" points gained at each level up when Magicka is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 0 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=5
Â
Â
[CarryWeightAtStaminaLevelUp]
;Set the number of "Carry Weight" points gained at each level up when Stamina is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 5 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
Question
Momitja
Got this from the comments on the mod site. What do you think about it? Is it worth playing with it?
I wanted to share my ini file settings for the Skyrim Community Uncapper. This is the end result of several playthroughs and hundreds of hours of testing. This ini is designed to give you the best Skyrim experience possible. This ini works great when combined with other mods that improve the difficulty and gameplay experience, especially at higher levels, such as ASIS, High Level Enemies, Skyrim Redone, and Deadly Dragons.
   More perk points. Gain multiple points at key levels: 10,20,30,40, etc. This makes reaching these milestones feel especially rewarding, motivating you to keep playing
   Blacksmithing, alchemy, and enchanting no longer level your character. Crafting items to use in combat is its own reward.
   Leveling curve is slowed, significantly extending your game.
   Crafting skills cap out at 160. This was the magic number that allowed the player to progress past 100 (vanilla) but still not get too overpowered.
   Significantly more carry weight. Mage characters no longer feel forced to invest into Stamina just to increase their carry weight. One or more followers to help you carry items is still highly recommended even with this additional carry weight.
   Lockpicking levels up quickly, compared to the other skills. Lock Overhaul mod is highly recommended. ( https://skyrim.nexusmods.com/mods/29979 )
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; IF YOU DON'T KNOW HOW WORKS AND HOW TO MODIFY AN INI FILE PLEASE READ:
; https://en.wikipedia.org/wiki/INI_file
;
; Anything behind a semicolon is considered a comment and has no effect
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Â
Â
[General]
Â
Â
;DO NOT MODIFY THIS VALUE
;INI file version
iINIFileVersion = 3
Â
Â
;Enable(1) or Disable(0) the plugin
;Default value = 0
bEnabled=1
Â
Â
;Enable(1) or Disable(0) the AutoUpdate functionality. IT MIGHT NOT WORK WITH CERTAIN SKYRIM VERSION! ENABLE AT YOUR OWN RISK!
;Default value = 0
bAutoUpdate=0
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill Level Caps;
;Default value = 0
bUseSkillCaps=1
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill caps inside formulas governed by skills.
;Default value = 0
bUseSkillFormulaCaps=1
Â
Â
;Enable(1) or Disable(0) the ingame Enchanter Uncapper skill caps
;Default value = 0
bUseEnchanterCaps=1
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill Experience Gained Multipliers;
;Default value = 0
bUseSkillExpGainMults=1
Â
Â
;Enable(1) or Disable(0) the Uncapper Skill Experience to Player's Character Experience Multipliers;
;Default value = 0
bUsePCLevelSkillExpMults=1
Â
Â
;Enable(1) or Disable(0) the number of perks gained, set by the Uncapper, at each level up
;Default value = 0
bUsePerksAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of health points, set by the Uncapper, gained at each level up when Health is selected during the Level Up screen
;Default value = 0
bUseHealthAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of magicka points, set by the Uncapper, gained at each level up when Magicka is selected during the Level Up screen
;Default value = 0
bUseMagickaAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of stamina points, set by the Uncapper, gained at each level up when Stamina is selected during the Level Up screen
;Default value = 0
bUseStaminaAtLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of "Carry Weight" points, set by the Uncapper, gained at each level up when Health is selected during the Level Up screen
;Default value = 0
bUseCarryWeightAtHealthLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of "Carry Weight" points, set by the Uncapper, gained at each level up when Magicka is selected during the Level Up screen
;Default value = 0
bUseCarryWeightAtMagickaLevelUp=1
Â
Â
;Enable(1) or Disable(0) the number of "Carry Weight" points, set by the Uncapper, gained at each level up when Stamina is selected during the Level Up screen
;Default value = 0
bUseCarryWeightAtStaminaLevelUp=1
Â
Â
Â
Â
[skillCaps]
; Set the Skill Level Cap to
; Between 0 and 10000;
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 100
Â
Â
iAlchemy=160
iAlteration=999
iArchery=999
iBlock=999
iConjuration=999
iDestruction=999
iEnchanting=160
iHeavyArmor=999
iIllusion=999
iLightArmor=999
iLockpicking=999
iOneHanded=999
iPickpocket=999
iRestoration=999
iSmithing=160
iSneak=999
iSpeech=999
iTwoHanded=999
Â
Â
Â
Â
[skillFormulaCaps]
; Set the Skill Formula Cap to
; If your skill level is higher than the cap set below, then the skill level showing in game will be capped and displayed in red color (like if it was affected by a negative enchantment)
; Between 0 and 10000;
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 100
Â
Â
iAlchemy=160
iAlteration=199
iArchery=199
iBlock=199
iConjuration=199
iDestruction=199
iEnchanting=160
iHeavyArmor=199
iIllusion=199
iLightArmor=199
iLockpicking=199
iOneHanded=199
iPickpocket=199
iRestoration=199
iSmithing=160
iSneak=199
iSpeech=199
iTwoHanded=199
Â
Â
Â
Â
[EnchanterCaps]
;However high the Enchanting skill is, the following values set an Enchanting skill level cap when using the ingame Enchanter.
;If bSkillFormulaCaps is enabled, then the following values are also capped by iEnchanting inside [skillFormulaCaps], if iEnchanting is lower.
; Between 0 and 10000;
Â
Â
;Max Enchanting skill level for enchantment magnitude.
iMaxEnchantingLevelForMagnitude=160
Â
Â
;Max Enchanting skill level for enchantment charges
;A value higher than 199 will cause inconsistencies in vanilla Skyrim.
iMaxEnchantingLevelForCharges=160
Â
Â
Â
Â
[skillExpGainMults]
; Set the Skill Experience Gained Multiplier to
; betwen 0.0 and 10000.0
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 1.0
;(Setting bUsePCLevelNotBaseSkillLevel to 1, will use Character Level instead of Base Skill Level for the subsections)
Â
Â
fAlchemy=1.0
fAlteration=1.0
fArchery=1.0
fBlock=1.0
fConjuration=1.0
fDestruction=1.0
fEnchanting=1.0
fHeavyArmor=1.0
fIllusion=1.0
fLightArmor=1.0
fLockpicking=1.0
fOneHanded=1.0
fPickpocket=1.0
fRestoration=1.0
fSmithing=1.0
fSneak=1.0
fSpeech=1.0
fTwoHanded=1.0
Â
Â
bUsePCLevelNotBaseSkillLevel=1
Â
Â
Â
Â
; All the subsections of SkillExpGainMults below allow to set an additional multiplier depending on the base skill level, independantly for each skill.
; The format is PlayerLevel = Multiplier. You can specify many different levels.
; If a specific level is not specified then the closest lower level setting is used.
; Default value: 1=1.0
Â
Â
[skillExpGainMults\Alchemy]
1=1.0
21=0.9
31=0.8
Â
Â
[skillExpGainMults\Alteration]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Archery]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Block]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Conjuration]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Destruction]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Enchanting]
1=1.0
21=0.9
31=0.8
Â
Â
[skillExpGainMults\HeavyArmor]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Illusion]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\LightArmor]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Lockpicking]
1=0.8
21=0.7
31=0.5
Â
[skillExpGainMults\OneHanded]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Pickpocket]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Restoration]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Smithing]
1=1.0
21=0.9
31=0.8
Â
Â
[skillExpGainMults\Sneak]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\Speech]
1=0.8
21=0.7
31=0.5
Â
Â
[skillExpGainMults\TwoHanded]
1=0.8
21=0.7
31=0.5
Â
Â
[PCLevelSkillExpMults]
; Set the Skill Experience to Player's Character Experience Multipliers to
; betwen 0.0 and 10000.0
; Using too low or too high values may crash the game. Handle them with caution.
; Default game value = 1.0
; (Setting bUsePCLevelNotBaseSkillLevel to 1, will use Character Level instead of Base Skill Level for the subsections)
Â
Â
fAlchemy=0.0
fAlteration=1.0
fArchery=1.0
fBlock=1.0
fConjuration=1.0
fDestruction=1.0
fEnchanting=0.0
fHeavyArmor=1.0
fIllusion=1.0
fLightArmor=1.0
fLockpicking=1.0
fOneHanded=1.0
fPickpocket=1.0
fRestoration=1.0
fSmithing=0.0
fSneak=1.0
fSpeech=1.0
fTwoHanded=1.0
Â
Â
bUsePCLevelNotBaseSkillLevel=1
Â
Â
; All the subsections of PCLevelSkillExpMults below allow to set an additional multipliers depending on the base skill level, independantly for each skill.
; The format is PlayerLevel = Multiplier. You can specify many different levels.
; If a specific level is not specified then the closest lower level setting is used.
; Default value: 1=1.0
Â
Â
[PCLevelSkillExpMults\Alchemy]
1=0.0
Â
Â
[PCLevelSkillExpMults\Alteration]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Archery]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Block]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Conjuration]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Destruction]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Enchanting]
1=0.0
Â
Â
[PCLevelSkillExpMults\HeavyArmor]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Illusion]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\LightArmor]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Lockpicking]
1=1.5
11=1.4
21=1.3
31=1.2
41=1.0
Â
Â
[PCLevelSkillExpMults\OneHanded]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Pickpocket]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Restoration]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Smithing]
1=0.0
Â
Â
[PCLevelSkillExpMults\Sneak]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\Speech]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PCLevelSkillExpMults\TwoHanded]
1=0.6
11=0.5
21=0.4
31=0.3
41=0.2
Â
Â
[PerksAtLevelUp]
;Set the number of perks gained at each level up. If a specific level is not specified then the closest lower level setting is used.
;Default game value is one perk per level (you can also use float as value, for example 1.25 per points per level)
; Level (2..10000) = Perks (0..255)
;
2=1
10=3
11=1
20=4
21=1
30=5
31=1
40=6
41=1
50=7
51=1
60=8
61=1
70=9
71=1
80=10
81=1
90=11
91=1
100=12
101=1
Â
Â
[HealthAtLevelUp]
;Set the number of health points gained at each level up when Health is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 10 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
Â
Â
[MagickaAtLevelUp]
;Set the number of magicka points gained at each level up when Magicka is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 10 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
Â
Â
[staminaAtLevelUp]
;Set the number of stamina points gained at each level up when Stamina is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 10 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
Â
Â
[CarryWeightAtHealthLevelUp]
;Set the number of "Carry Weight" points gained at each level up when Health is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 0 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=10
Â
Â
[CarryWeightAtMagickaLevelUp]
;Set the number of "Carry Weight" points gained at each level up when Magicka is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 0 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=5
Â
Â
[CarryWeightAtStaminaLevelUp]
;Set the number of "Carry Weight" points gained at each level up when Stamina is selected during the Level Up screen. If a specific level is not specified then the closest lower level setting is used.
;Default game value is 5 points per level
; Level (2..10000) = Points (0..10000)
;
;In the following inactive commented example the player will gain 10 points per level at and from level 2 to 9, then 20 points per level at and from level 10 to 29,
; then 40 points per level at and from level 30 to 94, then no points at all per level for level 95 and above
;
;2=10
;10=20
;30=40
;95=0
2=15
Moderator note: Â Added spoiler tags. ~Farlo
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now