Jump to content

Alemi

Veterans
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Everything posted by Alemi

  1. Edit2: This isn't compatible nor needed for 13.5. the 13.5 version of Rejuvenation should have all of this work by defualt. Edit: There is a rar with all fixes on the next psot that jsut need to copy and replace on your game folder, adding some more fixes than the original ones put on the post. Original Post: I have seen that Toxtricity has several issues, so I tried to fix them, and it seems I succeeded. The known issues are: Wrong Egg Group making it impossible to breed, imposible to evolve to Low Key Form, and Low Key Form attacks being identical to Amped Form. You can easily fix the Egg Group issue yourself with the PBS Files and the Debug Mod, Official PBS files here: And the Debug Mod here: Steps to fix egg group: Go to the PBS folder and open pokemon.txt Search for Toxtricity Change "Undiscovered" for "Humanlike" Save the file without touching anything else Open the game Open the menu and go to "Debug" Go to "Compile Data (no map)" Wait until the compilation finished, it may take a while Close the game. Open it again and Toxtricity should be able to breed normally. The other two issues require touching scripts. Fortunately, I managed to make them work, so I will just share them. The changes are quite small though, so I will also leave them the changes made here in case someone is interested: Evolution Issue: Different form different moves: First is the PokemonEvolution.rb for fixing the evolution issue. You can either put it on the Mods folder or replace the existing one in the scripts forlder, is basically the same except that the evolve method of Toxtricity is added. (If you replace anything make always a backup of the original). Second is the PokemonMultipleForms.rb. This is where all the alternate forms are defined with their differences compared to the original forms on the PBS. In Toxtricity's case, there are two level up moves that change between Amped Form and Low Key Form, so this will make that difference to happen. There is also a single difference on non-level learned moves, which is the same as one of the lvel-up ones, but I saw that the base Toxtricity (Amped Form) on the PBS can learn both as long as it isn't via level-up, so I left that part unchanged for Low Key as it may seem to be the intention of the devs that they can learn both Venom Dranch and Venomshock regardless of the form as long as it is not by level. Please note that PokemonMultipleForms.rb must replace the original one on the Scripts folder (remember backing up original), it gives a stack error if put on the Mods folder. PokemonEvolution.rb PokemonMultipleForms.rb
  2. Sorry for posting on an old post despite having never posted before, but I haven't seen anyone posting the reason of this or how to solve it and it may be useful for others with the same issue. I hope I am not breaking any rules. Toxel is a baby Pokémon and as such, it has the egg group "Undiscovered". On evolving, the egg group sould change to "Human-like", which is Toxtricity egg group on the official games. However, I checked the PBS files and Toxtricity is also set as "Undiscovered" egg group, making it impossible to breed. Probably by an oversight the egg group was just copied from Toxel instead of changing it since usually the whole evilution line has the same egg group, with babies being a clare exception. There is a way to fix this, but you will need the PBS files that you can find here: The PBS folder must be extracted on the same folder as the game. And the Debug Mod that you can find here: Please be aware that you can break things if you fiddle with the Debug carelessly, so if you don't know what you are doing don't touch things just to try. How to solve Toxtricity's egg group problem: Go to the PBS folder and open pokemon.txt Search for Toxtricity Change "Undiscovered" for "Humanlike" Save the file without touching anything else Open the game Open the menu and go to "Debug" Go to "Compile Data (no map)" Wait until the compilation finished, it may take a while Close the game. Open it again and Toxtricity should be able to breed normally. As long as you don't touch anything beyond what is told to touch here, there shouldn't be any issue with this fix, but if you start to modify things carelessly on the PBS and use the option to compile, you may end up breaking things, so be careful. EDIT. I also made a couple of fixes for evolving properly into Low Key Form and allowing it to leanrn the right moves by leveling up.
×
×
  • Create New...