ROM Hack Suggestion Pokemon Quest editor?

  • Thread starter Thread starter justinbug2
  • Start date Start date
  • Views Views 95,214
  • Replies Replies 316
This script will set the slots of all your Pokemon to multi types

Code:
foreach (var character in Save.characterStorage.characterDataDictionary)

{
    var slotTypes = character.Value.data.potential.slotPropertyTypes;
    for (int i = 0; i < slotTypes.Count; i++)
    {
        slotTypes[i] = 2;
    }
}

What does this mean?
 
@Dekirai would you be so kind and tell how you achieved this?
export your "user" file to json and then look for any pokemon. The first pokemon should appear around line 40

Iw5zbab.png


There you just edit attack and hp, save the file and import it back to the original file
 
I can't understand how to modify stuff hahaha Can someone help me at least with tickets and items, please?
 

Attachments

Btw, could someone make a tutorial on how to edit stuff? I mean, a tutorial for real noobs like me hahaha
 

Site & Scene News

Popular threads in this forum