alulim Posted July 2, 2020 Share Posted July 2, 2020 Is there a mod that removes the disobedience when you overlevel your Pokemon? As in, one that removes the level cap imposed by gym badges. (Yes, I know the game is balanced around the cap, and removing it would mess with the balancing.) Quote Link to comment Share on other sites More sharing options...
Lucifer Morningstar Posted July 2, 2020 Share Posted July 2, 2020 (edited) The caps are the foundation of the game so can't be entirely removed but there is a mod that can stop EXP/EV gain when a cap is reached and thus essentially removes the disobedience. (I think this is the right one) AMB - AddOpt_ExpScale.rb Edited July 2, 2020 by Devilish 1 Quote Link to comment Share on other sites More sharing options...
alulim Posted July 2, 2020 Author Share Posted July 2, 2020 That's not really what I'm looking for, but thanks, regardless. Quote Link to comment Share on other sites More sharing options...
Lucifer Morningstar Posted July 2, 2020 Share Posted July 2, 2020 Well as far as I am aware it's the best there is. 1 Quote Link to comment Share on other sites More sharing options...
alulim Posted July 2, 2020 Author Share Posted July 2, 2020 If it's the best I can get, it's the best I can get. I'm still holding out hope, but thanks for this. (How do I install it?) Quote Link to comment Share on other sites More sharing options...
Lucifer Morningstar Posted July 3, 2020 Share Posted July 3, 2020 (edited) 9 hours ago, alulim said: (How do I install it?) Just click the attachment to download and then drag it into your mods folder. If you don't have the Mod Pack you can download it from here: The EXPScale mod should be in there. Ame's goal is to make Reborn the most difficult Pokemon game possible and the caps are to that goal what bread is to a sandwich. I assume that if it were possible to remove them it would break the game. Edited July 3, 2020 by Devilish Quote Link to comment Share on other sites More sharing options...
NoctBun Posted July 3, 2020 Share Posted July 3, 2020 I downloaded this mod and applied it to my mod folder accordingly, however, it doesn't seem to stop Pokémon from gaining EXP after they've reached the level cap, as my Dragalge reached 81 and subsequently disobeying nor does EXPscale seem to be in the mod pack you've provided unless I'm blind. Quote Link to comment Share on other sites More sharing options...
Waynolt Posted July 3, 2020 Share Posted July 3, 2020 45 minutes ago, NoctBun said: it doesn't seem to stop Pokémon from gaining EXP after they've reached the level cap That's because it doesn't... @Devilish linked the wrong pack Quote Link to comment Share on other sites More sharing options...
BiggestLevelCapHater Posted December 13, 2022 Share Posted December 13, 2022 (edited) I realize this thread is 2 years old but I found this thread looking up how to do this for myself since I hated having my Pokemon disobey me because I played the game lmao.... super anti-fun so I'm gonna leave the REAL solution below (all you need is the game and PC's default notepad) Go to the game directory -> Scripts -> Reborn -> SystemConstants.rb. Open with notepad and the level caps for each badge are displayed on top, simply edit the numbers to whatever you like best. That's it, nothing too complicated, happy gaming! Edited December 13, 2022 by BiggestLevelCapHater 3 Quote Link to comment Share on other sites More sharing options...
Oglan Posted January 15, 2023 Share Posted January 15, 2023 (edited) adding the way i found for Rejuvenation, im posting it here because this is one of the first things that shows up in google when you search for how to remove level cap for Pokémon Rejuvenation. go to the game directory (Rejuvenation - v13 by default) ---> Scripts ---> PokeBattle_Battler.rb and go to the line that says "levelLimits = [18, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 85, 90]" ( this line is around 2/3s of the way though the file. i use notepad++ and did a file search and found it easy) and change the numbers to whatever you want, this only makes sure the Pokémon are disobedient above the levels (18 with 0 badges, 25 after 1 badge etc.). THE POKEMON STILL CAN NOT LEVEL UP PAST THE DEFAULT VALUES, THIS ONLY CHANGES THE FACT THAT POKEMON WON'T LISTEN WHEN THEY ARE A HIGHER LEVEL. To let Pokémon level up past the limit you have to go to Rejuvenation - v13 ---> Scripts ---> RejuvCustomScripts.rb and change the line "levelLimits = [18, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 85, 90]" (this one is a little further than half they way though) THIS WILL ONLY CHANGE THE FACT THAT POKEMON CAN NOT LEVEL UP PAST THE DEFAULT VALUE, THEY WILL NOT LISTEN IF YOU DO NOT CHANGE THE FIRST LINE. There is a second line in the RejuvCustomScripts.rb file, "badgelevels = [15, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 85, 90]" (this one is near the end) i have no idea what this does exactly but i changed it anyway. Edited January 15, 2023 by Oglan forgot to add something Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.