Jump to content

Kaphotics

Helpful Member
  • Posts

    8033
  • Joined

  • Last visited

  • Days Won

    486

Everything posted by Kaphotics

  1. Thanks, fixed on latest commit (no synchronize lead used): Gen4 Safari: add another branch for no-sync 31IV · kwsch/PKHeX@90fb3d4
  2. Use the encounter database. Generate a random one, then copy over whatever random values you want (until it is legal).
  3. Use the encounter database.
  4. Refer to the program changelog. This is mentioned: - - Fixed: Gen4 HG/SS Bug Catching Contest/Safari encounters now correctly check for the 4x 31IV reroll attempts. Thanks Unknown Warrior! Improvements to legality checking will add new flags, checking for things that were previously unchecked. Since they were generated, I doubt they are actually legal (moreso just not flagged by prior versions).
  5. No such thing.
  6. Files 1-3 are not valid save files; they're entirely zero besides 2 bytes at the start. Nothing in them.
  7. Turns out the checksum algorithm wasn't documented, and my rewrite removed the "fake" updating of checksum to hide the issue. PBR doesn't care that the checksum is wrong, lol I'll have to think about it...
  8. The bot plays the game for you when the bot runs. If it's performing online interactions that would require NSO, then of course you need NSO and the game, and connect to online servers.
  9. The "bot" is literally just a program sending commands to your cfw switch. It is not a separate entity.
  10. Pokémon Scarlet & Violet - League Club Coaches PKHeX unlocks the HUD for the 15 with requirements. PKHeX/PKHeX.Core/Saves/SAV9SV.cs at c7f0063b44d7e292ae824ec56f4235762969f2ae · kwsch/PKHeX The cheat button doesn't do much more than unlock the HUD flags; it has not been researched on how to modify the save file to change all the other properties in the save blocks required, such as: set at least 8 coaches to an interaction progress value of 8 set every teacher's close bond event flag (undocumented) The "DLC progress" is ^, and is up to you to complete. The Unlock All is just a shortcut once you've completed enough of the Blueberry interactions to jump to unlock the rest.
  11. Very very very few people who RNG are wanting to do novelty PID hunts for eggs, compared to the very frequent hack of modified captures into eggs not changing their PIDIV. The setting exists so you can change if the legality checker flags such things. I am not tuning the parse settings for "technically it is possible!" when you're already borderline cheating for meme matching PID/IVs. You RNG for resulting IVs, not for PIDs; I already know you're using an emulator with scripts, so it's not like you're doing this on legitimate hardware. You can read more here: Gen 3 Breeding PID Legality · Issue #3092 · kwsch/PKHeX Gen 3 Egg PID\IV Combo Matching Wild\Static PID\IV · Issue #3894 · kwsch/PKHeX Regarding the Gen 3 Egg Legality Issue · kwsch/PKHeX · Discussion #3895 PKHex incorrectly flagging a hatched gen 4 pokémon as illegal if its PID/IV combination match a spread that can be generated through method 1 · Issue #4347 · kwsch/PKHeX
  12. Re-read my first reply. I already mentioned that not all languages can enter the same characters. Your OT name cannot be half-width characters on a Japanese origin save file. It is impossible to enter anything besides what is available from the character entry screen.
  13. Read my first reply again. I already gave you the solution.
  14. I'm well aware with how the RNG works. I documented it nearly 15 years ago. https://www.smogon.com/forums/threads/past-gen-rng-research.61090/post-3642140 Again, this is flagged as invalid by default as the vast majority of times it is a user error when generating mons, rather than a meme RNG.
  15. I already answered this in my initial reply. Obtaining a PID and IV via breeding that can also correlate to a Method 1 PID/IV is statistically unlikely and is flagged by default unless you opt to change the legality setting yourself.
  16. TID/SID/OT should be different. Think of the statistical odds that would be required for them to all match. Geolocation History - Region: can't be blank. Needs to be a valid region within the country. PKHeX automatically fixes some errors, like the geolocation issue you noticed. Residency is for when it visits other trainer/regions.
  17. Edit the memories to remove the gap then. For OT names, be sure that the OT Name can actually be entered when starting a new game on that language. Text entry - Bulbapedia, the community-driven Pokémon encyclopedia
  18. There are no level 5 Eevee wild encounters in Gen3.
  19. Thanks, fixed on latest commit. Allow downwards traversal for evo move check · kwsch/PKHeX@571de11
  20. Your example screenshot is a level 5 Eevee; a level 5 Eevee can only arise from an Egg in Gen3, which do not get generated with a Method 1 (Wild) correlation. Breeding eggs to have Method 1 PIDs is an anti-pattern novelty that is more likely to be cheated than naturally encountered. If you want to allow Eggs to have arbitrary PID types that they shouldn't have (aka, 2^32 chance to randomly match), then you must change the legality checker settings from the default which flags it.
  21. Correct, PKHeX tells you the save file is empty if you try to load it: Not a valid save file dump.
  22. Not a legality issue, but I'll improve the filename=>version detection. You can hold control when opening the save file to get the manual version selection to appear.
×
×
  • Create New...