stebbinsd Posted February 28, 2016 Share Posted February 28, 2016 I'm wanting to create a mod that will fix what I personally find to be the most frustrating thing about Oblivion's leveling system: The fact that I can only raise three attributes at a time when I level up. I'd like to make it so that I can raise eight attributes per level. That way, I never waste any skill-ups. How do I make this mod? Link to comment Share on other sites More sharing options...
DallasDan99 Posted March 1, 2016 Share Posted March 1, 2016 possibly some script editing hmmmm ill look into it for you Link to comment Share on other sites More sharing options...
forli Posted March 2, 2016 Share Posted March 2, 2016 The vanilla level-up is not handled by scripts, but it's hardcoded in the engine.If you want to allow all 8 attributes you need to edit/replace the level-up menu and create a script which block the vanilla level-up and replace it with your one (the script must also handle all the work, like taking the choseon increments and alter the attributes accordingly).It's something already done by Oblivion XP Update. Link to comment Share on other sites More sharing options...
Recommended Posts