marcrobledo / acnl-editor

An Animal Crossing: New Leaf savegame editor made in HTML5
https://www.marcrobledo.com/acnl-editor/
MIT License
153 stars 33 forks source link

New PWP button #6

Closed mmroos1983 closed 7 years ago

mmroos1983 commented 7 years ago

Hi, can you please release a version where you can add buildings and/or both police stations? I know you did not because of issues that happened sometimes but can you upload it as a use at your own risk download?

If I get issues I always have a old save to get into the game again.

tl;dr, please put up pwp builder version as use at your own risk optional download. Sorry for bad English.

marcrobledo commented 7 years ago

I have not much free time currently, so I'll only fix critical bugs. But I'll add the option to add new PWPs sooner or later. For now, you can just open the web browser console (usually with F12) and type: addBuilding() and a new PWP will be added

mmroos1983 commented 7 years ago

Thanks! Works perfectly!

xusuu commented 7 years ago

Another thing that would be good is the ability to not only add buildings, but bridges and stuff. Even after toying with the enable/disable in the web browser elements after putting addBuilding() into the console, it seemed I was able to place new bridges on the editor but the game didn't seem to recognize it. image image Is this just something with the game that there can only be three bridges at once? Without hacking, you would be limited to making only 3 through Isabelle but I considered that hacking might be able to bypass that.

marcrobledo commented 7 years ago

The game only allows you to have 3 bridges. Before the WA update you could hack a fourth, but then the game started to glitch and act incorrectly. The WA update added a lot of patches, and now it removes any fourth bridge.

xusuu commented 7 years ago

That makes sense then. Btw I tried to add a normal PWP (totem pole) using the addBuilding() in the web browser console. It successfully creates a new PWP in the editor but it doesn't show up in game. The totem pole is 1x1 and I gave it enough space, and still nothing appears in its spot. I'm not exceeding the 30-PWP number limit either.

marcrobledo commented 7 years ago

Added in 0e4885d