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
  On 10/29/2024 at 5:13 PM, 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.

Expand  



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

  • Like 1
  • 1 month later...
Posted
  On 10/29/2024 at 2:48 PM, deadmza said:

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

Expand  

I've been having the same issue. . . pretty new to coding but if you figured out a way i'd love to hear it! Im trying so many different methods but i cant crack the code on how to set Miis to Pokemon 

Posted

Nop, I really didn't understand a thing, nor how should I use those commands on the batch editor, since it requires to pick "party" or "boxes" so I was lost. And I gave up. Maybe someone can figure out and help us 

  • 5 weeks later...
Posted
  On 10/29/2024 at 5:13 PM, 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.

Expand  

Update: after googling I finally understood how to run the batch editor properly because Ranch don't have party, and using all boxes would replace information from Hayley's pokemons, and I didn't wanted that, I made a folder, stored there my pokemons and tried using that folder. The good news is the batch editor recognized them. But the bad news are that after acknowledging them, I tried using your commands, replacing handling trainer tid, sid and name. But since I really don't know hot to get the integer of the Mii owning the pokemon, I used your value of ownership status (set=2). And now I've got this message.

Hope you understood what I did, and thanks in advance if you're reading this.

Posted
  On 1/8/2025 at 4:11 AM, deadmza said:

Update: after googling I finally understood how to run the batch editor properly because Ranch don't have party, and using all boxes would replace information from Hayley's pokemons, and I didn't wanted that, I made a folder, stored there my pokemons and tried using that folder. The good news is the batch editor recognized them. But the bad news are that after acknowledging them, I tried using your commands, replacing handling trainer tid, sid and name. But since I really don't know hot to get the integer of the Mii owning the pokemon, I used your value of ownership status (set=2). And now I've got this message.

Hope you understood what I did, and thanks in advance if you're reading this.

Expand  

You put OwnershipStatus twice and missed OwnershipType

  • Ashamed 1
Posted
  On 1/8/2025 at 4:14 AM, Kaphotics said:

You put OwnershipStatus twice and missed OwnershipType

Expand  

Oh my good, that was definitely embarrassing. Well, fixed that and all the files were modified correctly. Put the savefile again into Dolphin and gave me a lot of errors like this one, but after clicking the right option that appears on that warning in spanish (ignore for this time) game runs without problems.

After that update using the batch my pokemon started to show levels for example, so they are definitively modified properly; but they are still not recognized as belonging to me. I suppose it's because the ownershiptype/status problem. And I don't know how to get that data. Maybe from my Mii or maybe my Wii system?

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