• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    You can find the images in the Innate Summary Page plugin folder. As for the no ability, that only should load if the pokemon you are currently using has no ability nor any innate assignated to it. If you haven't set that pokemon's Innates, then the "No innate" description appears just to...
  2. Sonicover

    v21.1 Innate Abilities (Yet Another "All Abilities Mutation" mod) - Outside of battle form change fix and MAX randomizer added

    YOU HAVE TO RE-COMPILE AND START A NEW GAME AFTER THIS UPDATE, AS IT CHANGES A CHUNK OF STUFF Fixed a problem that made form changes outside of battle not properly update their innates. Added a new setting: MAX randomizer. Instead of randomly choosing innates from the pokemon's innate list, it...
  3. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Sonicover updated Innate Abilities (Yet Another "All Abilities Mutation" mod) with a new update entry: Outside of battle form change fix and MAX randomizer added Read the rest of this update entry...
  4. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Finally I've managed to solve and possible future proof the problem with form changes, for both in and out of battle. Now I just need to make some adjustments for people that use the randomized to not have their pokemon have random innates every time they switch forms.
  5. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Also so sorry everyone for the radio silence all this time. I got a promotion on my job so now I have more responsibilities, more stress and half the free time. I'll try to update the plugin to include aliases for the form changes outside of battle and the cases of self.ability that some...
  6. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    This do look good ngl, hit me up when you release your project!
  7. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    As Komeji said that because innates work with handlers and hasActiveAbility, not the .ability that some codes use, that's also why innates don't have out of battle effects. I'll try to implement them as such but I can't guaranteed they will work. It also means that stance change doesn't work...
  8. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    That happens because you need to call a method to roll the innate abilities. Normally it calls it by itself on evolution and on battle but I need to make aliases for outside of battle methods. The only one I think the devs will have to manually use is for deoxys, as thar happens by am event...
  9. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    By any chance are you using this plugin alongside the all abilities mutation one? I know I called this one a mod but it's because it's a modification of the original one, it does not need however the original one to function as well. Also, could you send the whole error message? As there is...
  10. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Sorry for the long wait, I hate double shifts lol. Now it should create a file in the DATA folder where it stores all of the compiled innate sets, so the PBS folder is no longer a necessity and the game can be played without the PBS or Plugins folder with the direct .exe file right away. Please...
  11. Sonicover

    v21.1 Innate Abilities (Yet Another "All Abilities Mutation" mod) - Publishing fix and some other errors

    YOU HAVE TO RE-COMPILE AND START A NEW GAME AFTER THIS UPDATE, AS IT CHANGES IT'S BEHAVIOR A BIT Fixed an error when you tried to run the game without the PBS folder, so publishing your project or releasing a beta was impossible. Without the PBS files at least. Added the dependency of Moduler...
  12. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Sonicover updated Innate Abilities (Yet Another "All Abilities Mutation" mod) with a new update entry: Publishing fix and some other errors Read the rest of this update entry...
  13. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Yes, this seems to be a HUGE oversight from my part. The Innate compiler checks fot a hard-coded path to load the innates constantly. I'll need to tweak it some more to load them only on compiling and then load the sets straight from there instead of constantly cheking for the PBS folder
  14. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Lol, I'm glad you did notice. Even so, it's on part my fault for not adding a validation check on compiling that throws an error in case it tries to compile an undefined or wrongly defined ID to avoid those confutions on the first place.
  15. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Don't worry. Actually I'm glad beacuse I was going INSANE trying to find the cause of the problem lol. I'm glad you did find the error eventually!
  16. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    It shouldn't be an issue with the level cap because locked innates are down right not loaded into the battler. Edit: For ease of debug, does the problem happens only with the level caps? It seems to be a problem with the code of the handler itself but it's very odd that it happens sometimes...
  17. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    I haven't been able to replicate this error. Let's go by steps What did you do? Mega evolve the pokemon > check summary > revert mega evolution > check summary again I've tried that and the innates rebert back. I've tried switching and checking the summary and they revert back. I've tried...
  18. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    That's annoying. But I think I also know exactly what to modify since I use twice the instance of original_innates in the code so perhaps that's modifying things that it shouldn't. And since I made the code to revert Mega innates before the one that reverts all form changes maybe it's messing...
  19. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Odd that I haven't got that error nor any reports about it. But on the other hand yes I should have add it as a dependency. Can't belive I forgot about that line in the meta lol. I'll update it later when I get home
  20. Sonicover

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Modular UI Scenes, its a dependency only if you try to see the innates in the summary page
Back
Top