solosky / pixl.js

An emulator for Amiibo!
GNU General Public License v2.0
557 stars 109 forks source link

The amiibo emulator, how to add information to your own amiibos? #222

Closed Vorffeed closed 5 minutes ago

Vorffeed commented 4 months ago

Any way to enter the amiibo description information as it appears in the database, but in the amiibo emulator, where you put your own amiibo backub so it doesn't come up underneath just what that amiibo's name is?

impeeza commented 4 months ago

You can edit the source and build for your self

https://github.com/solosky/pixl.js/tree/main/fw/data

Vorffeed commented 4 months ago

You can edit the source and build for your self

https://github.com/solosky/pixl.js/tree/main/fw/data

But I don't see anything there that is for the amiibo emulator, I only see for the database.

impeeza commented 4 months ago

The emulator gets all data from the bin file and the name is read from database if ID of the bin file is on the database.

Vorffeed commented 4 months ago

Well, it doesn't do it to me as you can see >< Database IMG_20240323_202845 vs Amiibo Emulator IMG_20240323_202915

solosky commented 4 months ago

Hi the note in Amiibo Emulator does not display note in Amiibo database, but you can add your own note by web UI or iNFC APP.

impeeza commented 4 months ago

image image

image

Vorffeed commented 4 months ago

ok, thanks.