SpellAndShield Posted June 13, 2012 Share Posted June 13, 2012 Hello, I am having problems modifying the file such that I gain 2 perks per level rather than the conventional 1. ; Anything behind a semicolon is considered a comment and has no effect;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [General] ;DO NOT MODIFY THIS VALUE;INI file versioniINIFileVersion = 3 ;Enable(1) or Disable(0) the plugin;Default value = 0bEnabled=1 ;Enable(1) or Disable(0) the AutoUpdate functionality. IT MIGHT NOT WORK WITH CERTAIN SKYRIM VERSION! ENABLE AT YOUR OWN RISK!;Default value = 0bAutoUpdate=0 ;Enable(1) or Disable(0) the Uncapper Skill Level Caps;;Default value = 0bUseSkillCaps=1 ;Enable(1) or Disable(0) the Uncapper Skill caps inside formulas governed by skills.;Default value = 0bUseSkillFormulaCaps=1 ;Enable(1) or Disable(0) the ingame Enchanter Uncapper skill caps;Default value = 0bUseEnchanterCaps=1 ;Enable(1) or Disable(0) the Uncapper Skill Experience Gained Multipliers;;Default value = 0bUseSkillExpGainMults=0 ;Enable(1) or Disable(0) the Uncapper Skill Experience to Player's Character Experience Multipliers;;Default value = 0bUsePCLevelSkillExpMults=0 Enable(1) or Disable(0) the number of perks gained, set by the Uncapper, at each level upDefault value = 0bUsePerksAtLevelUp=2 ;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 = 0bUseHealthAtLevelUp=0 ;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 = 0bUseMagickaAtLevelUp=0 ;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 = 0bUseStaminaAtLevelUp=0 ;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 = 0bUseCarryWeightAtHealthLevelUp=0 ;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 = 0bUseCarryWeightAtMagickaLevelUp=0 ;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 = 0bUseCarryWeightAtStaminaLevelUp=0 [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=999iAlteration=999iArchery=999iBlock=999 As you can see, I changed the value to 2 but I still only gain one. Which semicolons if any must I remove? I would be greatly appreciative of any help offered. Thank you in advance. Link to comment Share on other sites More sharing options...
elricshan Posted June 13, 2012 Share Posted June 13, 2012 i have the same problem Link to comment Share on other sites More sharing options...
SpellAndShield Posted June 13, 2012 Author Share Posted June 13, 2012 i have the same problem Let us commiserate then though I am still trying to get it to work. Link to comment Share on other sites More sharing options...
elricshan Posted June 13, 2012 Share Posted June 13, 2012 i have mostly given up on that but if this thread yeald some answers or posible solutions i wil try them Link to comment Share on other sites More sharing options...
SpellAndShield Posted June 13, 2012 Author Share Posted June 13, 2012 i have mostly given up on that but if this thread yeald some answers or posible solutions i wil try them The read me file does have some vague instructions: [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=02=1 But it does not specify if it is the top line or bottom line that needs to be changed or both. I will keep on trying for a while, all I want is 2 perks per level. Link to comment Share on other sites More sharing options...
Dalter Posted June 13, 2012 Share Posted June 13, 2012 (edited) i use:2=210=230=295=0means 2 perks to lvl 95 and then 0 perks But i think it's enought to set 2=2 to get always 2 perk points. All with ";" in front is despriction or example, "2=1" without ";" is the working standard-variable so set it to "2=2". Also the line "bUsePerksPerLevelAndAbove=0" must be changed to "bUsePerksPerLevelAndAbove=1" And be sure using the right version of uncapper for your skyrimversion. Edited June 13, 2012 by Dalter Link to comment Share on other sites More sharing options...
Krumwil Posted November 1, 2012 Share Posted November 1, 2012 I was having the same issue but just like the other guy said make sure you REMOVE the SEMI COLON in front of the levels at which you adjust the perks. Link to comment Share on other sites More sharing options...
Recommended Posts