marcrobledo / acnl-editor

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

Hey. please respond! #79

Closed SirEnder125 closed 3 years ago

SirEnder125 commented 3 years ago

Hello. I was wondering how you compiled your source code as a website? And is this possible in c++???

Thanks.

Great work on the save editor btw! (Kinda outdated and my save won't open with it.) :D

marcrobledo commented 3 years ago

This is Javascript, it's compiled during runtime. You can make editors in c++. If you are asking if you can turn c++ code into a website: no, you need to port it to Javascript, or any other backend language (not recommended).

Post your savegame so I can take a look at it.

marcrobledo commented 3 years ago

Your savegame opens fine with the editor.

Are you using the latest version? (23th April 2020)