Jump to content

Kaphotics

Helpful Member
  • Posts

    8036
  • Joined

  • Last visited

  • Days Won

    486

Everything posted by Kaphotics

  1. The property is not modifiable directly, but it's "IsShiny".
  2. >using the Database Search advanced filters
  3. Tools->Search Settings->Advanced Search Filter syntax/arguments are the same as the Batch Editor.
  4. False positive for your antivirus, just restore & exclude. I'm sure many other people could chime in saying there's nothing malicious about the application; the source code is freely available for anyone to compile too.
  5. Select the cells you want to export and press ctrl-c. It'll let you export with markdown formatting. You can always hide columns (right click) as well as prune the list by using the Database Search advanced filters to filter for a single box.
  6. Incorrect, PKHeX allows you to dump all of your boxes via Tools->Data. Can do the same for loading a folder too; dex entries are updated unless you disable Modify Pokedex in Options-> Set to SAV.
  7. Resolved via private message; file was empty (0 bytes). New check added for too-small sizes. https://github.com/kwsch/PKHeX/commit/f860bd31c7b564be3445ef3f7fcbbe8b7f64ae28
  8. PM the save file
  9. yes, fixed https://github.com/kwsch/PKHeX/commit/925a720b4c9e84a33e8dd1dea30d08c4e30edb3d
  10. PKHeX does not check legality of Gen1->Gen7 pkm beyond the transfer changes that are made by Pokémon Bank. In other words, Moves are not checked for 1->7 pkm at this time.
  11. PKHeX does not check item legality.
  12. Oops, nevermind. Was fixed 4 days ago: https://github.com/kwsch/PKHeX/commit/eecb9094a806c61084dc1f29ffd27b1b1b44e941 Just wait for the next release; am currently working on RBY legality checks.
  13. Be sure you are using the latest version posted on the forums. This was fixed 7 days ago, and is in the latest release as of 6 days ago.
  14. "New Update Available!"
  15. Recompile after inserting the following line after "Loading = false;" in the SAV_Trainer7.cs file: Clipboard.SetText(string.Join(Environment.NewLine, Enumerable.Range(0, 199).Select(x => SAV.getRecord(x)))); Upon opening the Trainer Info form, the program will fetch all 200 records and set them to your clipboard, ready to paste anywhere.
  16. tl;dr - is it possible without shortcuts? no: illegal. There's a difference between abusing quirks (RNG) and causing normally unavailable quirks (glitch) and then abusing the glitch. Glitches are not part of the intended game design, thus never legal (in the eyes of the official legality checker). Corrupting memory to trigger an unavailable/custom encounter is not legal. Encounter must be available without glitches. Corrupting memory to replace data on an existing pkm is not legal. Data replacement must be available without glitches. Examples: Semi-legit: Tweaking (glitch) to encounter the ingame Darkrai; no shortcuts were used during the current play session (soft reset after arriving), and the encounter is normally obtainable without shortcuts (event distribution). Semi-legit: Hacking in the event item of a released event; again, no shortcuts were used during the current play session and the encounter is normally obtainable without shortcuts (event distribution). Illegal: For the flute Arceus, encounter is only available via setup shortcuts. Illegal: Encounter / setup is not available without glitches/cheats. Rage glitch, ACE, etc. In the diagram posted by theSlayer, naturally and shortcuts are key words when determining legal/legit/illegal. Causing the game to behave unnaturally is not legal
  17. Why ask before trying the latest release?
  18. The green highlight indicates who the current handler is. The past gen OT can't be the current handler because the pokemon was transferred to another generation (thus no longer handled by the OT, as he's stuck in the past).
  19. For X/Y, the games use your PSS icon instead. Hence why it is only enabled for OR/AS saves. It'll be hidden in future releases to avoid confusion.
  20. PKHeX does not support save states; export backup memory to obtain either the .dsv or .sav file.
  21. Will be fixed in the next release, just make an arbitrary change and decline to export the save when closing.
  22. Pay attention to the green box and the legality message.
  23. Fixed in latest commit: https://github.com/kwsch/PKHeX/commit/989759942045448f28cd8077d6608af13f0ec565 Would you also be able to check an untraded specimen? related issue: https://github.com/kwsch/PKHeX/issues/783
  24. Wardrobe data is never transmitted, nor has anyone received bans for invalid wardrobes. If you've been paying attention to the change logs or checked the program in the last week, you'd see that the clothing modifier has none/all legal/all illegal options. Feel free to document what every byte in the data block corresponds to, and come up with a way to use the game text to create an editor that can be used by any language. With the task listed above and the currently available code button, it would be a lot of time spent for a feature that already has a satisfactory implementation. Feel free to research yourself and post a how-to in the Save Research forum.
×
×
  • Create New...