Jump to content

Recommended Posts

Posted (edited)

Hello everyone, I was curious about using My Pokemon Ranch so I tried using old backups from savefiles from long ago. Dragged and dropped them on pkhex savedata.bin and everything worked good. But, I can't assign them to my Mii and my pokemon they look like they're from Hayley.

Any idea if this is possible to fix? I know it's super niche haha

EDIT: Also, as all the pokemon counts towards Hayley, Ranch level can't be upgraded. Its stucks on level 1 without possibilities to upgrade

image.png

Edited by deadmza
spelling
Posted

Try to use the batch editor to set the properties for the trainer who deposited them: https://github.com/kwsch/PKHeX/blob/2cd9632c4aaaac36a451d6bbebef6312701aae30/PKHeX.Core/PKM/RK4.cs#L303-L323

OwnershipStatus might instead be the integer for which Mii owns the Pokémon. Replace the TID/SID/OT with values you'd expect to see for yours.

.OwnershipType=1
.OwnershipStatus=2
.HandlingTrainerTID=1234 
.HandlingTrainerSID=1234
.HandlingTrainerName=Me

You can edit various features of the Ranch save data via the Block Data editor.

Posted
22 hours ago, Kaphotics said:

Try to use the batch editor to set the properties for the trainer who deposited them: https://github.com/kwsch/PKHeX/blob/2cd9632c4aaaac36a451d6bbebef6312701aae30/PKHeX.Core/PKM/RK4.cs#L303-L323

OwnershipStatus might instead be the integer for which Mii owns the Pokémon. Replace the TID/SID/OT with values you'd expect to see for yours.

.OwnershipType=1
.OwnershipStatus=2
.HandlingTrainerTID=1234 
.HandlingTrainerSID=1234
.HandlingTrainerName=Me

You can edit various features of the Ranch save data via the Block Data editor.



Awesome. Do you have any documentation to read so I know how can I put those lines in the batch editor? I'm not good at coding, so this is a little strange to me, but I could read and try it out.

Also, there is not block data editor when I load a Ranch save file. OR at least I haven't found in the sav tab as always

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...