Hi.
I recently started using the uncapper and I have a strange occurance.
I set the .ini file as follows to increase perks per level.
;Enable(1) or Disable(0) the plugin
;Default value = 0
bEnabled=1
;Enable(1) or Disable(0) the number of perks gained, set by the Uncapper, at each level up
;Default value = 0
bUsePerksAtLevelUp=1
[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)
;
;In the following inactive commented example the player will gain 1 perk per level at and from level 2 to 9, then 2 perks per level at and from level 10 to 29,
; then 4 perks per level at and from level 30 to 94, then no perk at all per level for level 95 and above
;
;2=1
;10=2
;30=4
;95=0
2=1
3=0
5=1
6=0
10=2
11=0
15=1
16=0
20=2
21=0
25=1
26=0
30=2
31=0
35=1
36=0
40=2
41=0
45=1
46=0
50=2
51=0
55=1
56=0
60=2
61=0
65=1
66=0
70=2
71=0
75=1
76=0
80=2
81=0
85=1
86=0
90=2
91=0
95=1
96=0
100=9
101=1
The uncapper works but the problem is no matter what value I set for what level in the [PerksAtLevelUp] section it adds one extra value in the game.
Example I set
[PerksAtLevelUp]
2=0
I get 1 perk a level up.
I set
[PerksAtLevelUp]
2=1
I get 2 perks
I set
[PerksAtLevelUp]
2=2
I get 3 perks.... and so on.
I have tried with the .ini file in both mod organisers directory and in skyrim directory in SKSE/Data/Plugins and the result is the same. I also tried disabling all my perk altering mods and I get the same result. Does anyone have any idea what is happeing?