I seem to be having an issue with the uncapper not using some of the numbers I've set when using the new beta version. Everything appears to be working and indeed I do get non-standard numbers for both perks per level when going from level 1 -> level 2 and also for health and stamina per level for the same level up. Here are the numbers I'm using that are giving me problems:
[PerksAtLevelUp]
2=5
3=1.23
[HealthAtLevelUp]
2=13
6=12
9=11
12=9
14=12
And so on, there's more but I've snipped it for space reasons - I also use the same numbers for Stamina and the same thing happens. When I use
player.incpcs to increase my skills enough to level up to level 2 on a test character I tried tonight, instead of the above numbers I get 2 perks and 11 health when I should be getting 13 health and 5 perks. So, the uncapper is working as those numbers are non-standard it just won't use the numbers I've specified.
Any thoughts on what is going on here? I used the older 1.8 version in my last game with those exact same numbers and it worked perfectly. Starting a new game and testing out the beta version and it appears it won't use the numbers I specify. Here's my SKSE log if you need it.
SKSE Log
Spoiler
SKSE runtime: initialize (version = 1.4.15 051A0000 01CD2F28D23868DE, os = 6.0 (6001))
imagebase = 00400000
runtime root = D:\Steam\steamapps\common\skyrim\
plugin directory = D:\Steam\steamapps\common\skyrim\Data\SKSE\Plugins\
checking plugin D:\Steam\steamapps\common\skyrim\Data\SKSE\Plugins\\CFM_extensions.dll
plugin D:\Steam\steamapps\common\skyrim\Data\SKSE\Plugins\\CFM_extensions.dll (00000001 skse_categorized_favorites_menu 00000003) loaded correctly
checking plugin D:\Steam\steamapps\common\skyrim\Data\SKSE\Plugins\\SKSE_Elys_Uncapper.dll
plugin D:\Steam\steamapps\common\skyrim\Data\SKSE\Plugins\\SKSE_Elys_Uncapper.dll (00000001 SKSE_Elys_Uncapper 010D0000) loaded correctly
checking plugin D:\Steam\steamapps\common\skyrim\Data\SKSE\Plugins\\Smart Souls.dll
plugin D:\Steam\steamapps\common\skyrim\Data\SKSE\Plugins\\Smart Souls.dll (00000001 Smart Souls 00000005) loaded correctly
config path = D:\Steam\steamapps\common\skyrim\Data\SKSE\skse.ini
init complete
Hopefully you can figure out what is going on here as this seems very strange.