Jump to content

Kaphotics

Helpful Member
  • Posts

    8071
  • Joined

  • Last visited

  • Days Won

    493

Everything posted by Kaphotics

  1. Close the program before copying the modified files.
  2. PKHeX has the encounter database, and additionally can edit the dream world entree forest rooms too. No need for other programs.
  3. > PKHeX, Version=22.2.8.0 Use the latest version (22.03.18 as of this post); a new update was posted a month after that one came out and likely has resolved the issue you are experiencing.
  4. PKHeX allows you to customize everything. Without consequences? Depends who is checking, and if they care to check. Any possibility of being banned? OTs have been banned in the past for bulk uploading to multiple accounts on bank, but otherwise no; players can enter whatever OT Name via the software keyboard.
  5. Restore your save file correctly. Fix your errors before assuming it's a problem with the program Nobody else has complained about BDSP edits being corrupt, so it's likely you're doing something wrong.
  6. Refer to the readme, you need to dump the entire ROM in addition to all the update patch content.
  7. Don't make things from scratch; either edit from an existing Pokémon or use the encounter database. Legality checker flags more things than moves.
  8. KWispsFoundArea0* in the block editor, and you can toggle the individual flags as well. Nobody has tested / documented how they work, so things have not been codified into the program.
  9. Works fine, assuming you have sufficient progress unlocking things. If you haven't progressed, then you haven't unlocked enough of the game.
  10. You can import it, but PKHeX will not recognize it. Until the community documents all events adequately, there will be no recognition.
  11. the community has not documented gen1/2 event data in a format that can be analyzed by a program, so no. until the community documents them adequately, there will be no recognition.
  12. Does it work on an emulator? The content inside appears partially corrupt.
  13. PKHeX can edit ranch save files. Just import them into your save file yourself.
  14. Thanks, fixed on latest commit. https://github.com/kwsch/PKHeX/commit/4199a93be1cb4fb52de3ba540cee4d6251358c34 Can try the latest changes with the development build until the next release is stabilized.
  15. Copy it somewhere else and then open it from there. If you're trying to overwrite a read only file, then save it somewhere else and manually move it to the right spot once the destination is no longer locked.
  16. Use the encounter database. Just clicking an "auto" checkbox doesn't auto fix anything besides auto-calculating the height & weight value textboxes.
  17. That's not a full save file.
  18. PKHeX does not support ROM hacks that change the savefile structure / expression of values. Future versions will block loading of this save file; I've added more sanity checks to check if the revision u32 at the start of the save is valid.
  19. Without seeing the save file, can't tell. It's likely not a valid save file.
  20. What patch? What game? What method of playing? Just because the odds are 1:X does not mean you'll have a result after X or 2*X tries. Read more about how statistics work: https://daily.pokecommunity.com/2017/07/05/the-numbers-game-shiny-and-perfect-pokemon/
  21. Resolved on latest commit.
  22. No, it works fine. You likely are trying to view the encounter database while using a Legends: Arceus save file, where Beldum+ do not exist.
  23. The game turns things into eggs that are blatantly illegal. If PKHeX said it was illegal, and the game egged it, then what is the issue?
  24. The logic that is currently implemented in the moveset validator does not check for what the user did wrong, it only checks for what is allowed with the current values. Adding in extra logic to guide the person who made a mistake takes more developer time (& CPU time too). The main goal of the legality checker is to check if things are legal, not to indicate every corrective action (as one size does usually not fit all). You can select all text in the textbox and copy it to an external notepad editor, or you can check the shortcuts.txt via the source code on GitHub. This is a Windows Forms application; these kind of apps are for Windows systems but can be run with Wine/etc on Linux and Mac. Certain experiences are not tailored to be multi-platform where right clicking does not exist. Using a virtual machine may help. Not sure how worth it is to make hotkeys/shortcuts configurable, since that would require changing a lot of things around
  25. When learning a TR move, there is a flag set in the Technical Records list. Not having the flag = TR was never used, thus illegal. Working as intended. -- Slot viewing in the encounter database is the same as viewing slots from boxes. You can either right click for the context-menu, or you can use the same modifier keys as the box slots (control will view).
×
×
  • Create New...