-
Posts
22487 -
Joined
-
Last visited
-
Days Won
933
theSLAYER last won the day on November 15
theSLAYER had the most liked content!
Reputation
4358 ExcellentAbout theSLAYER
- Birthday 10/06/1990
Recent Profile Visitors
308274 profile views
-
BlackShark's PKHeX Plugin Support Thread
theSLAYER replied to BlackShark's topic in Saves - Editing Help
Try to Right Click on the plugin -> Properties -> Unblock -
Sorry @Blunern, but both files are effectively blank and almost identical. It isn't that it is corrupted, it is that it was extracted weird.
-
I know them but that is not relevant as it isn’t my goal tho; my goal isn’t generated mons, but captured mons. If it is using ALM to generate legal mons then place into HOME, then anyone can do it I might make a game specific living dex eventually, since I’ll need it for HOME too, but no guarantees.
-
There’s no confirmation from any kind hacker but typically this kind of data is saved on the server. Especially for this type of game which requires you to be online.
-
Yes. The “oversight” game to enter them in would be SWSH, but only if they exist in those titles
-
I updated my plugin, to deal with scenarios that forces hidden ability 100% (while the code handled it, it wasn't sent to the viewer correctly). Dracozolt from Encounter Database: Checking info: Serebii - Snowslide slope Den Checking info: Bulbapedia - snowslide slope den Meaning Dracozolt is forced to Hidden ability, and 5 star range is lv 55 to 60, and guaranteed IVs for this encounter is 5. After that, I just selected as per the information gathered. Note that you cannot change the nature via the game enforced details of the encounter box. You gotta select the nature you want when it is generated, or use mints/modify stat nature.
-
Given the PIDIV is Method_4, there's a few possibilities, ranging from event to a static encounter. If I was doing it by hand, I would compared the PID and encounter slots, we can derive/educated guess met level and met location. For the plugin, I am using PKHeX's suggest feature, and in the plugin I have code to loop through various games and return the first possible legal match. So this is what it would have looked like if locked to Ruby: In the above scenario, PKHeX reckons it was an Event Pichu Egg (hence Met level being 0). As for what you have tried to change it to, RS Safari Zone Pikachu can only be Level 25 or level 27. It appears illegal for you as 26 is the wrong level. This is what it would have looked like with the correct encounter details: I probably mentioned a while back, but origin game (and other met details) were not part of the data that is stored in Battle Tower Mixed Records. The plugin also doesn't compare all the mons to try to determine the likely game. If there's no override, it would cycle through games to try to get to the first legal match. There can be more than one legal match.
-
Saves loads in PKHex but corrupts on cartridge
theSLAYER replied to ChristIBelieve's topic in Saves - Editing Help
For 3DS saves, Make sure your save is named main (no extensions). Basically don’t changed the extracted name. Dont place any other files into folder that you’re gonna restore. -
I probably just switched the text boxes for display, I think extracting the Mon has it correct. Also, is the error only when you try to extract a Mon, or flipping through entries, etc. how and when did the error occur? Helps me to narrow down the issue. I can probably look at it when I get home (at work rn)
-
If you send it in from SWSH into HOME it should be okay. It’s a design oversight on HOME’s part. Do it at your own risk