Jump to content

Kaphotics

Helpful Member
  • Posts

    7034
  • Joined

  • Last visited

  • Days Won

    336

Everything posted by Kaphotics

  1. Use a more recent computer. PKHeX is a 64 bit Windows application.
  2. Bad dump. Open it in a hex editor and you'll see the data be "FF" starting a few hundred bytes in.
  3. Try the fixes/investigations from the bottom of this thread: https://github.com/microsoft/PowerToys/issues/20266
  4. This forum is for PKHeX, not for plugins. If you have issues with a plugin, then ask the plugin's author / their support discord/etc.
  5. Double check that you actually installed it, via Add/Remove Programs.
  6. Third time... this thread is not for help making hacked Pokémon, read the first post of the thread. Look at my post directly above yours for the answer to your issue.
  7. And for cases where you're not using the encounter that comes with Power Gem, using a TM on a Pokémon sets a flag for that TM. If you lack the TM flag, then the move is illegal if it can't be learned from another source (like leveling up). As I stated yesterday on my reply on this page: this thread is not for help making hacked Pokémon, read the first post of the thread.
  8. There's no connectivity to transfer between HOME and Scarlett Violet. Nothing of relevance has changed. https://twitter.com/SerebiiNet/status/1631190596697071616
  9. Opens just fine on the latest PKHeX release.
  10. Raids have an RNG correlation. Use the encounter database. This thread is not for help making hacked Pokémon, read the first post of the thread. No, this is how Gold Bottle Caps work.
  11. Answered on GitHub: https://github.com/kwsch/PKHeX/issues/3821
  12. It's the "Old Man" slot. https://github.com/kwsch/PKHeX/blob/0c0651f7192cda4f344507b6ca19c3d64c03ff63/PKHeX.Core/Editing/Saves/Slots/Extensions.cs#L115 Daycare slots are faded, to indicate that the data there has been retrieved. The game doesn't clear the data, only marks it as inactive. GTS: The "inactive" flag is undocumented, so it won't fade if unused. These slots just show extra data, if you're looking for it.
  13. Already been fixed on the latest release, just update the program without clicking the link.
  14. Kaphotics

    99% RAM usage

    In the cfg.json, try changing: "TryDetectRecentSave": true, to "TryDetectRecentSave": false, Other than that, I don't see how PKHeX launching could be any issue. Is it taking all your RAM if you look in Task Manager?
  15. Kaphotics

    Error Report

    Was broken, but is now fine in the latest release. In the changelog: - Fixed: Update Available link now works as intended on .NET 7 Just download it manually for upgrading to 23/02/27.
  16. Use the encounter database. Your Original Tera Type is not possible on any encounter.
  17. I assume your computer does not store Date/Time like the rest of the modern world. Whatever settings you have on your PC is causing the game to save timestamps as negative numbers.
  18. The app is updated whenever I feel like updating the app. In the meantime you're free to use the mgdb feature on the latest commits.
  19. Assuming you're emulating via GameYob, and you cannot configure it to not append extra data, then you will have to do as previously mentioned and trim the save file yourself in a hex editor.
  20. "WHICH EMULATOR" Get your save file in a standard format, not in an emulator-specific savefile format. It is not an issue with the save file editor, moreso with the format the emulator gives you. As I previously mentioned, you can export it from your emulator in a standard format (raw?), or trim it with a hex editor yourself.
  21. Assuming you've exported it from an emulator, the file size is not one of the recognized file sizes for Gen1 saves. Since you did not list any information about where you obtained your save file from (which emulator / physical cartridge), we cannot know what exactly happened. Export your save file without extra emulator metadata, or trim the file with a hex editor.
  22. A. no B. no C. use the built in sorting options, or write your own plugin logic.
  23. Nope, there is no way to influence seeds without a modded console. Best you can do is join other's raids.
  24. Not sure how you're typing in. You don't have to open the drop-down to start writing text. The textbox is "SuggestAppend", so it will just append a suggestion based of what you currently have typed.
  25. The file you attached has both contest / battle memory ribbon counts as 0, but have the flag for both ribbons being present. Gen6/7 do not set the ribbon flag, they only set the counts. The program is working as intended; however you set the ribbon flags / values, don't do it that way.
×
×
  • Create New...