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

Feature Request - Hidden values #36

Closed Wolfenpilot687 closed 5 years ago

Wolfenpilot687 commented 6 years ago

I was wondering if there's any way to read some of the values in the game that aren't visible. For example, how many weeds a player has pulled out so far, or how many fish or bugs they have caught. This would make it a lot simpler for completionists (who don't feel like cheating a badge in) to gauge how close they are to their goal!

Anonymous42456 commented 6 years ago

You could use NLSE to check the values

Wolfenpilot687 commented 6 years ago

NLSE was last updated 3 years ago and is not equipped to be able to use the new garden_plus.dat files.

Anonymous42456 commented 6 years ago

That's odd. I used it a few weeks ago with no issues. Maybe you have the pre-installed update version of ACNL.

marcrobledo commented 6 years ago

Indeed, the editor has access to these values. I can add some code to show them easily.

Wolfenpilot687 commented 6 years ago

That'd be amazing! Thank you!

marcrobledo commented 6 years ago

It was added yesterday in d505121fc942a60ccfa42d5c801326aa31cf3a6d Just mouse over the desired badge value and it will show up.

Wolfenpilot687 commented 6 years ago

Oh, yeah! Silly me. Really appreciated, man!