Jump to content

Kaphotics

Helpful Member
  • Posts

    7041
  • Joined

  • Last visited

  • Days Won

    339

Everything posted by Kaphotics

  1. Stickied threads exist for a reason. https://projectpokemon.org/home/forums/topic/40006-issues-with-pkhex-read-this-first-swsh-update/
  2. Old versions of programs don't automatically update their definitions. Use the latest PKHeX release, not something from before they made something new available.
  3. Try reading the error message and googling parts of it.
  4. Extract your save file with homebrew; save files on the SD card are stored encrypted and not decryptable outside of the 3DS they originated on.
  5. Overworld items are immediately placed in your overworld item list, not the underground item list.
  6. Because the game recalculates stats whenever it feels like it. Having hacked stats is not permanent.
  7. Store a private field reference to the original Initialize members, so that you can reuse them outside of the initialize (like during the NotifySaveLoaded scenario).
  8. I've revised the logic so that it updates the Met Date when toggling the IsEgg flag in the latest commit: https://github.com/kwsch/PKHeX/commit/e48c81f68549c72a15d2a8267068cfdba2fb3c92 Won't be available until the next release, but you can try the development build if it irks you in the meantime
  9. You can use PKHeX to generate a shiny without specific IVs like so: 0. Settings: EncounterDb.UseTabsAsCriteria = true 1. view cresselia BD encounter 2. set all IVs to 31 3. make it shiny 4. view cresselia BD encounter again Not a single command typed. > There should be edit boxes that allow users to specify everything. Wouldn't you agree? Use the PKHeX-Plugins' auto legality mod if you want things to be generated for you. Letting the user specify everything would require too much coding; not worth the effort.
  10. > But I noticed after "hatching" my shiny eggs in pkhex Be more specific. Assuming you're not using the batch editor or the box-manipulation menu, and are instead just manually changing things in the PKM Editor part of the main window, then this is intended. PKHeX lets you have full control of everything, and does minimal related updates when you change things, because you are the one in control of each data field.
  11. It's not in the Sinnoh Dex, and you haven't yet completed enough of the game story to unlock the National Dex.
  12. ...no? PKHeX already only allows Poké Ball for any bred Riolu.
  13. > It's too bad how PKHeX's Encounter Database is very limited and doesn't allow users to specify the IVs and natures before generating. You're wrong. That's the entire purpose of the EncounterDb setting UseTabsAsCriteria PKHeX checks at most 50,000 different attempts before giving up, so as to not hang the program for impossible requests. Load a Roamer encounter, set all the IVs to 31, make it shiny, then regenerate. You'll get a legal roamer that you can set to level 100 and hyper train accordingly to get your 6IV result.
  14. Logic is getting short circuited for Kangaskhan, should be showing it as illegal. Will fix later (VerifyBallEgg).
  15. It has an invalid PIDIV; you can't get Method 4 PIDIVs on static encounters on retail hardware -- emulation is imperfect for vblank interrupts, hence emulated sessions producing invalid spreads.
  16. Can get your own save file by playing it on your legitimately purchased console & game cartridge/digital download purchase.
  17. The left side is for modifying the main set of flags (and some form flags), while the right side button is for forms only. Normally, the complete dex only sets nonshiny flags because not all legendary flags are legal as shiny. Holding control will bypass this restriction, like in prior editors.
  18. PKHeX behaves like the official games, and only allows transferring between games if there's an official transfer method, as that data transfer behavior is documented. Incompatible transfers are speculative, but there is a program setting to enable them.
  19. Unable to replicate on the latest builds.
  20. Please follow directions. Use the Block Data editor. Scroll down to the line with "Player". Expand it. The first property there is Bike Color.
  21. Change the body type in the Block Data ->MyStatus region.
×
×
  • Create New...