Jump to content

Kaphotics

Helpful Member
  • Posts

    7649
  • Joined

  • Last visited

  • Days Won

    417

Everything posted by Kaphotics

  1. No, because it would be missing the record of it being transferred from Bank->HOME to reach SWSH first. Please re-read the thread I linked you.
  2. HOME not blocking it in your SWSH->HOME import might be fine for now to get a tracker, but that doesn't prevent them from closing the door and deleting/blocking the "valid" tracker mon in the future. It won't have GO history information stored on the server either.
  3. Try it and see.
  4. Distribution · kwsch/SysBot.NET Wiki
  5. The (PGT) gift is what you receive in-game. The (PCD) is the card you receive, which adorns the gift, and serves as a memory separate from the gift. The PCD file contains both the gift and the card it comes with. The save file can store 8 gifts, and 3 cards. Choose whatever you wish to import.
  6. Already reported and fixed on latest development build. https://github.com/kwsch/PKHeX/commit/56e06dcbc13ce09eb0ac81dd6cc2addb547fbc0d Keep in mind there are no mystery gift files for gen1-3, as they know because a thing starting in Gen4. So there'd be no results anyway. Use the encounter database instead.
  7. SysBot.NET does not generate eggs via ShowdownSet text request. The intent is to support requests of battle-ready Pokemon, of which eggs are not. Offer requests are referred by the name "ledy"; refer to the wiki. If you generate all species and nickname the files as such, you achieve the desired result.
  8. Save properly and export the GCI from the memcard.
  9. Here you go! main Same corruption issue as I've seen in other save files, where the save blocks become misaligned by 0x1F bytes. Manually adjusting the blocks to be aligned at their expected offset => save file is recognized. Trainer data in OR/AS starts at 0x14000, but your data started 0x1F bytes early. The first block (puffs) was missing the first 0x1F bytes, so only that data was "lost". To fix the save file, I manually inserted 0x1F bytes at the start of the save file, and removed the erroneous 0x1F bytes later in your box data. I've used PKHeX's puff editor to give you all puffs rather than leave you with nothing
  10. It's been flagged for more than just the past few months. The program improves over time, as more things get added to check for / bugs fixed.
  11. Don't change the Version. Gen4 event gifts are distributed with a fixed Version value, not taking your save file's version.
  12. Kaphotics

    Box data report

    Add CurrentFriendship To the program settings for Report. You can do this for any property that is present in the PKM's data structure. Refer to the program's source code for a full list of properties, but they should match whatever is in the drop-down in the Batch Editor for the PKM's current object format (such as PK9).
  13. Kaphotics

    Box data report

    The report is set up to show the Original Trainer friendship, not the current friendship with whoever is currently handling it.
  14. Doesn't need to be; it was "fixed" in wine as of November 2023: WineHQ Bugzilla – Bug 55892 – .NET 8 Windows Forms crashes due to missing DPI functions in user32, so any version of wine after 9.0-rc1. WineHQ - News (How did I identify what was your issue? The program gave the error message "GetThreadDpiHostingBehavior" and it's Wine, and this bug is one of the top results on search engines -- you're also not the first person to report this error message.)
  15. The only alteration the game does when generating the pokemon, in comparison to how it normally does, is that it skips the normal PID generating process and uses a fixed value based on the nature it wants. The Smogon article is poorly worded -- you can't get every single option that was listed in that sentence, only those that are in the same "shiny group". You can get a few, but not every nature all in the same save file. Pick a group, then get a TID/SID that pairs with that group to make it shiny, then use a searching tool like RNG Reporter / Pokefinder to see what IV spreads you can get shinies with.
  16. Update your version of Wine.
  17. You could always google it. "Bad IVFC Header" RomFS - 3dbrew > The RomFS is wrapped inside a IVFC hash-tree container, and the actual data is structured like a node-based tree Since you're trying to extract the RomFS and the program is giving you an error saying something is bad, you should probably double check your ROM dump. It's probably a bad ROM dump. Try another tool to extract to confirm.
  18. The program sets an arbitrary met location. The arbitrary choice is as you've noted. https://github.com/kwsch/PKHeX/blob/e9d299fc92c8bc6207d6d4e70dd8668969ccf243/PKHeX.Core/Game/Locations/Locations.cs#L47 The hover tooltip isn't very smart, but it is enough to get by.
  19. If you generated it without following a specific RNG correlation for PID/IVs/ect, then there is no correlation that the program can detect. The answer to "should it have one" depends on the encounter and how the game would generate it.
  20. Should make sense if you look at the dates. The plugin was not updated after the latest S/V DLC, so it cannot function on recent releases where the latest S/V DLC save files are recognized. Solution? Use an updated plugin. https://github.com/santacrab2/PKHeX-Plugins
  21. The difference is your operating system (windows) by default hides file extensions. VBA has an import backup memory dialog that can accept any file you tell it to import, btw.
  22. It works just fine if you set it up correctly. You need .NET 9 instead of 8 to run the current PKHeX releases.
  23. RS and FRLG have a bug where only the first 8 bits are saved for roamer IVs. HP 0-31, ATK 0-7, all others are 0. If you want a better Suicune, then Colosseum is your only option (ignoring events).
  24. They're search filters, not application instructions. The program uses the `trainers` folder when generating a template to pk*, so create a pkm from that trainer and place it in the folder. Re-launch the program so that it initializes the trainer database with your updated data.
×
×
  • Create New...