XorTroll / emuiibo

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

Generated long names amiibos #249

Closed impeeza closed 1 year ago

impeeza commented 1 year ago

Hi, thanks a lot for your work.

On the latest release note you can read:

Now virtual amiibos with names longer than 10 characters are ignored and considered as invalid. Due to certain technical reasons (and Nintendo being too inconsistent with its formats) I originally thought the limit was at 40, but in certain contexts (like system settings) where the 10-char limit is imposed, existing virtual amiibos with longer names tend to cause weird/unexpected behavior.

The EmuTool companion tool generate the emuiibos as indicated by amiiboapi; which have names longer than 10 characters. What will happen to those amiibos generated?

XorTroll commented 1 year ago

emuiibo will automatically truncate those names, but emutool did generate long ones :P Last commit fixes this

impeeza commented 1 year ago

Thank you buddy, regards

impeeza commented 1 year ago

Hello @XorTroll I just downloaded latest EmuTool generated by Workflow, when you generate a new Amiibo they name is trimmed to 10 chars long, but when you generate all amiibos at once the long AmiiboAPI names are kept.