XorTroll / emuiibo

Virtual amiibo (amiibo emulation) system for Nintendo Switch
GNU General Public License v2.0
1.14k stars 84 forks source link

Other way of using this tool #185

Closed iMonZ closed 7 months ago

iMonZ commented 3 years ago

Since emu tool doesn't work, is there another option for converting the Amiibo bin files to a virtual Amiibo without this tool?

(Or maybe someone has the: Zelda & Loftwing virtual Amiibo and could send it to me)

lookye commented 3 years ago

This is not a helping forum but for technical issues and bugs. Emutool works as intended and the amiibo will be automatically added if someone added it to the amiibo API.

iMonZ commented 3 years ago

This is not a helping forum but for technical issues and bugs. Emutool works as intended and the amiibo will be automatically added if someone added it to the amiibo API.

No it doesn’t. W.Forms doesn’t work on modern systems that’s why I added an issue for switching to something that works better. (Or at all) Or a WebApp could do the same thing too. Im gonna create a fork and starting working on it. But in the mean time I’m asking if there is another option for converting

Masamune3210 commented 3 years ago

I find that hard to believe considering it works fine on Win10. Not everything needs to be a god forsaking webapp

iMonZ commented 3 years ago

I find that hard to believe considering it works fine on Win10. Not everything needs to be a god forsaking webapp

That’s pretty legacy. A WebApp is not necessary but dotNet MAUI should do that fine. Windows forms should not be used at all it doesn’t even have full 86_64 support which is why I can’t run the app. But I’m already working on an MAUI port and it’s actually pretty straightforward since I can use all of the DotNet library’s except forms. So I just need to create a new UI

Masamune3210 commented 3 years ago

Why cant you run the app if its not x86-64? There isn't a super big reason everything HAS to be 64-bit unless I'm forgetting some compat issue or something