Cuyler36 / ACSE

A Save Editor for the Animal Crossing main series games written in C#
MIT License
197 stars 34 forks source link

Feature Request - Edit Museum Donations #22

Closed SuperMarino closed 6 years ago

SuperMarino commented 6 years ago

Any way to change the person associated with a museum donation?

If you use the editor and change a player character's name it changes all donations on the board to say the new name. In game, if you demolish a house (delete the player), the donation board now says "Anonymous" for the donations from that player. So I imagine it must link back to the Player ID per donation, and should be something we could point towards a different player character.

I would also imagine from here you could use this to add/delete donations, giving the ability to clear the museum and start donating again.

Cuyler36 commented 6 years ago

I've added a "Fill Museum" toolstrip item that fills the museum using the selected player as the donor. It will be in the next update, but if you'd like to get it to work sooner, then you can build your own version and try it out.

Cuyler36 commented 6 years ago

I'm closing this now, @SuperMarino. Hopefully I answered your question.