Jump to content

Kaphotics

Helpful Member
  • Posts

    7841
  • Joined

  • Last visited

  • Days Won

    451

Everything posted by Kaphotics

  1. And how exactly does Kadabra evolve, and what traces would that leave in the data? You can't get duplicate save files without tomfoolery, so you are making the games misbehave.
  2. Nobody can help you if you are vague. "keep getting errors"... say what they are? There are threads dedicated to discussing running PKHeX on Linux systems. Please use them. You're likely not the first with an error message, so try google searching the error message as well.
  3. Go ask whoever is running the bot you are using, or find a different bot.
  4. Undocumented. If there were a better name to display, then it could be displayed.
  5. spend the few minutes looking for info on the error message. self-troubleshooting is a valuable skill READ: HOME Tracker Value - PKHeX - Project Pokemon Forums
  6. Not a PKHeX issue. Connect online and update your game to the latest patch and save in-game.
  7. Not a valid dump. Likely not dumping the correct region of the savedata chip of the bootleg.
  8. There is no enum, as forms vary from game to game. Use FormConverter
  9. PKHeX does not support ROM hacks that modify the save data structure.
  10. `main` opens just fine if you truncate it to the proper save file size (0x76000) with a hex editor.
  11. https://github.com/kwsch/PKHeXPluginExample
  12. your save file has a ton of stuff missing, so I just dumped the box data. your party is empty. boxdump.zip
  13. The program will need to be updated. Each new game is different from the last. Estimated timelines for support: please do not ask "eta wen"; if support is going to be added / release windows, they will be announced.
  14. Try it and see. https://github.com/kwsch/PKHeX/discussions/4500
  15. The double-game savefile issue is moreso an emulator issue, as it will never happen on actual hardware. The currently implemented heuristics have been "good enough" for years... I did recently rewrite the save detection logic a couple months ago to have a spot where it can be manually overridden: PKHeX/PKHeX.Core/Saves/Util/SaveUtil.cs at master · kwsch/PKHeX With a new game releasing in a week, I can try to fit in something. Maybe something like "hold alt when opening a file; if a save is what you loaded, it will open an override UI where you can change the detected type => load".
  16. File type detection briefly inspects the data to guess what game/language it belongs to. Seems it passed the English Crystal heuristic and was therefore assumed as such. Does this still happen if you save in a different map, after changing boxes to another box in game? If that isn't a valid workaround, I can possibly add a branch of code where if it passes both, then it checks the checksums too, but that would be a compromise that impacts manually edited files to no longer being recognizable (if they also end up clashing) hence maybe needing a more detailed detection heuristic.
  17. You cannot change immutable values, which obviously includes changing the species to something else.
  18. That is the point. It is letting you know of future word filter patterns that will be an issue if you transfer it to future games. You can always change the setting of this via the program settings.
  19. Balls are not part of a Showdown Set. The AutoLegalityMod plugin has an "enhanced" import which accepts batch editor instructions along with the set, to generate a legal Pokémon. But for illegal requests, you won't really get a result. It's only a couple clicks to select a ball after you import. Click on the ball icon to view all balls, then pick whichever you want.
  20. Flash the save file to the cartridge, then redeem the gift. Only after you have the gift do you proceed past the Continue screen of the save file. You should not modify the save file at all, even in a save editor. Flash the save file, unmodified.
  21. There's no previewer implemented in the program, so the picture boxes will stay blank. Be sure you are importing the right version's skin to the right version's save file.
×
×
  • Create New...