Jump to content

Kaphotics

Helpful Member
  • Posts

    7215
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. Online Rulesets are different than raw legality checks.
  2. It's not a great idea to create your own value. It's recommended to upload it to HOME once and get a unique tracker for each and every 'mon separately.
  3. The WC8 logic sets a random EC/PID if the value is zero, so I'll have to have some workaround for HOME. Just a minor complication Case D : need to debug cross-region variants; annoying stuff!
  4. Case A: Gen8 doesn't have alolan evolution methods, so it fails to reverse evolve it to the base form. Need to figure out how to handle these alolan-only evolutions... Case B: Fixed https://github.com/kwsch/PKHeX/commit/f62b6e33f3934da86ecc238c6ee798d6abc838a6 Case C: It's more like a Wonder Card since it has a fixed OT/ID, kinda like Magearna and Ash's Greninja. The EC and PID are set to zero, so I'd have to have some special logic if we decide to treat it as a (fake) mystery gift. I can also add another type, but idk how different future HOME gifts will be.
  5. Transfer them from gen7. HOME doesn't assign duplicate trackers, so clones will automatically be differentiated when assigned a new tracker.
  6. Anything that has been stored in HOME will have a tracker value assigned to it by the server. Anything that must have been stored in HOME before arriving at its current format (eg PK7->PK8) must have a tracker value assigned. Creating a random tracker will not match what the server has (it's not in its database), and files without a tracker get one automatically assigned. Pokemon with the same tracker are deleted; only the first one is kept. It is recommended to let HOME assign you a tracker for all your custom creations, and to clear it from anything you clone.
  7. Read the changelog or the source code for an exhaustive list of batch editor details There's a way to SuggestAll
  8. There's a Raid button in the main window.
  9. PKHeX requires decrypted save data. Can't be used without a decrypted save.
  10. ty https://github.com/kwsch/PKHeX/commit/87bb4c41385d5fc8e28e84aa0f2e94d84420098b
  11. It's still not legal. Wait for HOME to be available (assume it'll be out in the next couple days).
  12. Thanks; fixed in latest commit. https://github.com/kwsch/PKHeX/commit/b94430a89ff5dd5be0dce1ea422a38d8d193295b I've updated the exe in the downloads section with other fixes too
  13. ty, hotfixed == redownload! https://github.com/kwsch/PKHeX/commit/239b2f4b52624db0f00433704ad32ceae8c4f323
  14. ty https://github.com/kwsch/PKHeX/commit/e9e1e5e16672cc39eb98bb48c2b9bb4cd0182f70 hotfixed, redownload
  15. Notice they have different abilities in the drop-down. The -C are "cell" based, which are the power construct variants.
  16. Stop dropping files onto the executable. Drop them in the window of an already open PKHeX.
  17. Drop the pcdata into the PKHeX window, like you can do for any prior save. Keep in mind the error message is meant to be read and understood; you can't use pcdata files from different (past) versions.
  18. Overworld items are determined by the game's script files, which are largely undocumented. Keep in mind that each new game increases in complexity, and very few people do heavy lifting with respect to advancing community research & tooling. The scripting engine of gen 3-5 is the same; gen 6+ uses a more complex engine. If you are unsatisfied with a program's presented feature set, feel free to implement the functionality yourself and submit the patch, or, make your own programs. How the developers choose to spend their free time is up to them, not up to the whims of non-paying (and occasionally entitled) users.
  19. They're hardware bots (Arduino). You can also run bots without extra hardware, assuming you can run cfw using sys-botbase
  20. Yeah, it's not an issue with pkNX, but instead an issue with the operating system. The program is trying to get a list of files within the folder "C:\Users\geral\Desktop\Sword Rom\RomFS\bin\message\English\common", but the operating system (Windows) rejects the request by saying "that folder doesn't exist"! I still suspect it's some type of OneDrive issue where the files (and folders) aren't being stored locally. I'd try moving the entire folder to a USB stick; beyond that, I have no clue.
  21. Can you pastebin the "Details"? Can't really help troubleshoot without it, as we haven't seen this type of problem before.
×
×
  • Create New...