Jump to content

theSLAYER

Administrator
  • Posts

    22819
  • Joined

  • Last visited

  • Days Won

    990

Everything posted by theSLAYER

  1. Yeah nah the newer the game, the more you shouldn’t do that. I’m not saying you can’t, I’m saying you probably shouldn’t. You might miss stuff that the legality for that encounter requires, yadda yadda, it’s a way to avoid issues.
  2. Yeah don’t create stuff from scratch. Load up your save in PKHeX, then use the templates in the encounter database.
  3. When you go into your system settings, what’s the firmware code written. Maybe take a picture to show the whole thing Do you launch the console any differently between going online and injecting/extracting saves?
  4. Do you happen to have Emunand setup, and been using that?
  5. @Whitelion yeah the files won't load for me on PKHeX too. Does the game still function on your Switch? (don't try to restore these saves)
  6. Sorry, I guess my instructions were unclear. You know how when you extract it from JKSV there’s a few named files, such as main and main2? None of the file names there should be changed when you restore the save. Also, I’m asking for the main2 file to be checked. Not that you rename it to main2. To be sure, show me a screenshot of the files in that folder JKSV extracted.
  7. When you import a file into the game, make sure it’s named main, with no other extension (I think that was the name) also, have you tried loading main2 into PKHeX?
  8. Not a proper save. How did you extract it? Are you sure you’re extracting from a legit card? Any chance you’re using an outdated method that doesn’t support HGSSBWB2W2?
  9. How did you extract the save from your device? How did you transfer the save from your SD card to your computer (SD transfer? FTP? USB connection?) Are you on the latest PKHeX? Are you saving in-game (as opposed to using state saves, if on emulator)
  10. I can’t speak for what you can do if you’re banned, but… you can absolutely use CFW on Sysnand and use HOME, and not be banned.
  11. Were those event Pokémon injected to begin with? did their event OT (the text) have a different language from the language specified on the Mon?
  12. I imagine they hacked in a bunch of stuff right before receiving the starter, and maybe the game has checks like "this person hasn't progressed far enough, there shouldn't be all this stuff. they must be cheating". That's my uneducated guess anyway.
  13. @suloku I hope I'm not being too presumptuous with this. I'm writing this cause I was having issues with converting old plugins to work with the current PKHeX.Core; I thought that in general I should share my steps that got it working with the public. For converting from NET framework to NET7.0, in order to use the latest PKHeX.Core nuget (the steps I could remember are): 1. When editing the csproj, change the line <TargetFrameworks>net48</TargetFrameworks> (or whatever applicable netxx) to <TargetFramework>net7.0-windows</TargetFramework> 2. Under Properties for the csproj, enable Window Forms 3. Add new item > Form (Windows Form) 4. Add this within the code of the plugin's namespace that you use static void Main() { ApplicationConfiguration.Initialize(); Application.Run(new Form1()); } 5. Update the nuget 6. You should be able to build the plugin now. If you encounter errors, save and reload. I would imagine there's an easier way to do this, especially without the usage of an untouched Form1, but I couldn't figure it out, and didn't want to port over all my code to the updated Example Plugin.
  14. Just because it worked for one rom hack doesn’t mean it’ll work for all. PKHeX stance is that it only supports saves from official games. If it *happens* to support a save from a rom hack, it’s because that particular rom hack didn’t change the save wildly different enough..
  15. Technically can but won’t be legal.
  16. Before you give up, check is anything here works: https://github.com/euan-forrester/save-file-converter
  17. Does analogue pocket give you any settings regarding what size or how to save a save?
  18. 1) file looks too small 2) looking at them in a hex editor, and the data looks like gibberish I don’t use analogue pocket so I don’t know the details. Maybe properly save in game, instead of save states.
  19. There’s a plugin for that.
  20. That's just mind boggling to me. My default state is BDSP, and I loaded a SWSH save, and it's right there. What's your default save originally? I'll see if I can replicate the issue. That's not a bug. When a mon learns a move via a TR, it actually sets a TR flag in the mon's data, so that it can relearn the move (if forgotten) afterwards without having to use that TR on it again. Thus, this just shows that you weren't setting the correct flag. PKHeX working as intended.
  21. Just checked with latest stable build, it is there. I don't use Linux, so I don't know for sure. In any case, you can just download the stable build or the dev build from our site. You won't actually need to build it yourself (assuming you have a way to run them on Linux)
  22. It's there on the latest dev build. Also make sure you've loaded a SWSH save or your default blank state is SWSH. Other games aren't capable of Gigantamaxing and it makes sense why it won't be there for those games.
  23. For starters, use the latest version of PKHeX. You’re using a copy from 2019.
  24. I’m very very happy and thankful this exists. I don’t have to check all the EC one by one. Little feedback, if you don’t mind: - Tandemaus searching doesn’t seem to work on current PKHeX. I had to change the plugin from .Net framework to .Net (to install latest PKHeX Core), and it threw me an error about main not existing, so ultimately I had to temporarily lift the code into an existing plugin of mine (that I’ve already fixed the .Net thing; I forgot how I did it lol). So the code definitely works on latest PKHeX core, it’s just that the plugin needs to be updated for it - In the text lines, the Box and Slot reporting have a -1 error That’s pretty much it. I’m very thankful that this exists. Trying to hatch for 3 forms one by one.. it’s tough. ><
  25. yeah just fill up the information there, make sure the dropdown is on the correct trainer (OT or HT), and it should be all good
×
×
  • Create New...