Jump to content

Recommended Posts

Posted

With not being able to inject wondercards into gen 7 (switch) and 8 how does PkHex generate the PID/data when generating a mon via the .wcfull file?

As PkHex is generating the data (from my understanding) would there be any issues with Pokemon Home or transferring?

I've noticed some of the downloads include a .pb7 or .pk8; is this a clone of a redeemed wondercard?

 

Thank you

 

Posted
  On 10/7/2022 at 2:58 AM, LilSmooshy said:

With not being able to inject wondercards into gen 7 (switch) and 8 how does PkHex generate the PID/data when generating a mon via the .wcfull file?

Expand  

https://github.com/kwsch/PKHeX/blob/d9b4a0c771fc78725e942e1e67c5560e9ba93546/PKHeX.Core/MysteryGifts/WB7.cs#L470
Since the RNG is sufficiently random in Mystery Gifts (with the exception of BDSP gifts), it doesn't really matter what method you use to generate a PID.
PKHeX check the PID Type coded into the wondercards. If it's fixed PKHeX applies that one, in the other cases it generates one randomly.

  On 10/7/2022 at 2:58 AM, LilSmooshy said:

As PkHex is generating the data (from my understanding) would there be any issues with Pokemon Home or transferring?

Expand  

No. Just make sure to generate each mons in their respective game of origin.
Eg. LGPE events must be generated in LGPE, SwSh events must be generated in SwSh, BDSP events must be generated in BDSP etc.

Doing otherwise might be detectable by Nintendo/GF since the mons would have an invalid Home tracker and they'd miss game-specific data.

  On 10/7/2022 at 2:58 AM, LilSmooshy said:

I've noticed some of the downloads include a .pb7 or .pk8; is this a clone of a redeemed wondercard?

Expand  

We don't have specific rules about that. It depends on the event you consider. If there's only a pk file, then it's probably a clone of a legitimately redeemed/obtained pokemon. If it's among a wondercard file, it's probably a clone with some informations wiped/replaced for privacy reasons. The infos that are wiped/replaced might be different depending, again, on the event.

 

Posted
  On 10/7/2022 at 12:41 PM, SkyLink98 said:

https://github.com/kwsch/PKHeX/blob/d9b4a0c771fc78725e942e1e67c5560e9ba93546/PKHeX.Core/MysteryGifts/WB7.cs#L470
Since the RNG is sufficiently random in Mystery Gifts (with the exception of BDSP gifts), it doesn't really matter what method you use to generate a PID.
PKHeX check the PID Type coded into the wondercards. If it's fixed PKHeX applies that one, in the other cases it generates one randomly.

Expand  

Thanks for the information. What is the exception with BDSP gifts?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...