Jump to content

Kaphotics

Helpful Member
  • Posts

    7214
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. @Dub420 don't store your ROM on a cloud folder. The file isn't there when the program needs it.
  2. https://github.com/kwsch/PKHeX/issues/2674
  3. You can't transfer from Gen7 to Gen8 yet. How to solve this? Wait until it's possible through official means (HOME).
  4. Depends how the cheat code made the PKM shiny. Most people would say that the fact that you had a pkm altering cheat code enabled => pkm isn't "legit"; just legal.
  5. Fixed in latest commit, wasn't in the raid list.
  6. pkNX already supports editing ROM raids. No need to hex edit.
  7. - Dump the distribution raids - Hex edit the distribution raids - inject the distribution raids - make your raid dens use the distribution raids (event). - enjoy
  8. Be specific which game you are referring to. For Sword/Shield, the Block tool allows you to change the file hash for all of the player models.
  9. You were told to restore your backup save, and re-download the program. The corrupted save can't be recovered.
  10. ty hotfixed, redownload the zip https://github.com/kwsch/PKHeX/commit/1ba271db50b885e45d60005ce51f552ef606c280
  11. If you edit the forest directly, all you have to edit for a pkm is this: Species, Gender, special move, how it is animated (not saved in pkm data), and if it is hidden (not saved in pkm data). The game just re-generates from the template data that's stored in the save file. Kinda hard to screw up Species-Gender-Move1 legality.
  12. ty 4 reporting https://github.com/kwsch/PKHeX/commit/92d1ccf3d94c0e6a524aea6c993019cdfc4bb2e5 will be available fixed in the next release
  13. Extdata, and they're encrypted. Export with Checkpoint. It'll let you view the pkm of all trainers in the battle video.
  14. The Block Info/Dump tool in the next release should alleviate this. Just import a "complete" block from someone else.
  15. Open the decrypted battle video and see what happens.
  16. It's there for Alcremie (topping), and Furfrou/Hoopa forms (days remaining until revert). The value is used in different ways for different species, hence the ambiguous lack of a label. It's still related to form.
  17. Assuming this is gen8, affection isn't stored in the pkm data. It got merged into Friendship.
  18. The Pokémon isn't even obtainable in Sun/Moon -- it doesn't exist yet. Only Ultra Sun/Ultra Moon and onwards can you obtain it. You cannot trade it to Sun/Moon.
  19. You'll run into issues as the sprites are not the same dimension. PKHeX segregates the two dimensions so that there's no window that displays both sizes/either size. HOME will be out sometime next month, and should have all the non swsh sprites in big size. Hopefully.
  20. Use the batch editor. Stat Nature can't be all natures, and Nature can't be changed for Gen3-4 things, in particular.
  21. Gen1-3 events were created by an external process (event machine/device) then injected to the recipient's savegame. Gen4 events onwards send the game the template, which whe game uses to generate the gift when redeemed in-game. https://github.com/projectpokemon/EventsGallery/tree/master/Released PKHeX compares the pkm against the event templates. No templates for gen1-3? Can't compare against what is not available!
  22. Nobody has collated a complete list of event properties to compare against for Gens 1-3; PKHeX only compares against what it knows about (in-game data only).
  23. https://github.com/kwsch/PKHeX/blob/f6fb54aeccb4aa58614dfc684bc7818a22eb6e16/PKHeX.Core/Editing/Bulk/BatchEditing.cs#L36 https://github.com/kwsch/PKHeX/blob/f6fb54aeccb4aa58614dfc684bc7818a22eb6e16/PKHeX.Core/Editing/Bulk/BatchEditing.cs#L470 .OT_Trash=$[]BE,EF,CA,FE,... keep in mind the property setter will accept it ONLY if it matches the expected length (gen6+ = 24 for both OT/Nick). Just check the length expected in the pk*.cs class
  24. Delete the PKHeX.Core.dll in the folder. The downloads contain all the files that are required; don't mix and match content from different releases.
  25. Original Nature and Stat Nature are stored separately. To preserve legality for past gen transfers, only the Stat Nature is changed. The original nature isn't modified.
×
×
  • Create New...