Jump to content

Oglan

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral
  1. 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.
×
×
  • Create New...