Jump to content

Kaphotics

Helpful Member
  • Posts

    7028
  • Joined

  • Last visited

  • Days Won

    336

Everything posted by Kaphotics

  1. 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.
  2. There's no connectivity to transfer between HOME and Scarlett Violet. Nothing of relevance has changed. https://twitter.com/SerebiiNet/status/1631190596697071616
  3. Opens just fine on the latest PKHeX release.
  4. 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.
  5. Answered on GitHub: https://github.com/kwsch/PKHeX/issues/3821
  6. 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.
  7. Already been fixed on the latest release, just update the program without clicking the link.
  8. 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?
  9. 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.
  10. Use the encounter database. Your Original Tera Type is not possible on any encounter.
  11. 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.
  12. 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.
  13. 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.
  14. "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.
  15. 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.
  16. A. no B. no C. use the built in sorting options, or write your own plugin logic.
  17. Nope, there is no way to influence seeds without a modded console. Best you can do is join other's raids.
  18. 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.
  19. 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.
  20. Plugin errors are not an issue with PKHeX. Please direct your questions to the plugin author, and ensure you are using a compatible plugin.
  21. Both encounters have a specific PIDIV correlation which needs to be present for it to be legal. Use a RNG seed searching tool like RNG Reporter to find the values you need. Channel Jirachi also relates the Version, SID, and OT Gender, so those need to follow the correlation as well. Ranger Manaphy cannot hatch shiny for the trainer that received the gift, so it must be traded (hence the Link Trade (Egg) being required).
  22. The current handler won't update to the correct value as you previously mentioned, so any friendship and memory updates will be directed to the OT fields, which isn't legal for anything pre-Gen6 or cross-gen exclusive memories. The Pokemon also won't be considered as traded for the EXP gain in battle.
  23. Your save file is too small. Export your raw save file correctly.
  24. Without cheating, how are you going to get the same TID/SID on Gen6+ games?
  25. The checksum is a calculated value. You have to edit data within the save block so that the calculated (re-saved) checksum results in your desired checksum. Save files have primary and backup save files. Be sure you're changing the most recent block.
×
×
  • Create New...