I'm looking for a mod to set the level cap at 20

Post » Sat Feb 19, 2011 8:41 am

I played F3 before and a few DLC's too. I'd like to play it again with the Broken Steel DLC but i don't want to advance to level 30. Is there a way to do that? To stay at level 20 and enjoy Broken Steel DLC?
User avatar
Monika
 
Posts: 3469
Joined: Wed Jan 10, 2007 7:50 pm

Post » Sat Feb 19, 2011 7:50 am

I'm not aware of a mod that caps the leveling at 20, however there are mods that will slow your leveling. depending on your settings you can set some of them to where you essentially will never level up.

http://www.fallout3nexus.com/downloads/file.php?id=10597 is probably the best one I've ever used.The settings are very configurable.


BTW: Welcome to the forums, http://images.uesp.net//c/c4/Fishystick.jpg. a somewhat odd tradition, but it is our own.
User avatar
ezra
 
Posts: 3510
Joined: Sun Aug 12, 2007 6:40 pm

Post » Fri Feb 18, 2011 7:52 pm

I guess there's no other way then. Thanks.
User avatar
Christina Trayler
 
Posts: 3434
Joined: Tue Nov 07, 2006 3:27 am

Post » Sat Feb 19, 2011 3:33 am

I've never heard of a mod that lowers the level cap, but I wouldn't imagine that it would be too hard to create one.

Maybe a script that first checks the player level and once it's equal to the desired level it sets a global to the players current experience points. Once that global is set it checks the players experience against that number and sets it back whenever experience is gained.

Just off the top of my head:

If XPGlobal == 0Set LevelCap to Player.getlevel     if LevelCap == MaxLevelGlobal          set XPGlobal to Player.getav XP     endifelseif XPGlobal > 0     if Player.getav XP > XPGlobal          Player.setav XP XPGlobal     endifendifend  


I suppose you could also make a quest script that upon reaching the desired level it sets all the IXPReward values to 0 and ends the quest, that would propably be more stable but would require more work.
User avatar
JUan Martinez
 
Posts: 3552
Joined: Tue Oct 16, 2007 7:12 am


Return to Fallout 3