-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomize serial #278
Comments
https://en-americas-support.nintendo.com/app/answers/detail/a_id/11021 I can pull them from there, but that is going to take approximately forever. |
There are a couple of projects out there that do amiibo serial randomization. Maybe looking at how they do things will help? https://github.com/DarkIrata/AmiiboSN-Changer |
So it's all been projects 3+ years old with only about 1/3 of the Amiibos released. It also wasn't actually part of the original N2 app, so I don't feel guilty if it doesn't get included with all of the N2 stuff. |
The idea is to write an amiibo based on a bin file you already have (so you can copy the character ID, e.g., AAAA for Smash Mario) from the bin, but change the serial number so the game thinks it's distinct. Usually you would want several of these in a row, and scan them all into BOTW, or some other game that gives you items, or if you wanted to have more than one of the same character in Smash. |
I understand the purpose, but it doesn't make it any less tedious to write that into code and have to make all the databases, too. There are currently 205 amiibos out there and each one requires a specific four letters. It's basically making a second amiiboapi. |
I don't think it's necessary to have a database. I didn't see anything like that in the code of Amiibo SN Changer. It looks like it just generates some random bytes, and replaces the serial number of the original. It doesn't have to be meaningful; just different. If there are bytes that need to stay the same because they identify the character, just don't change them. |
If you have code all mapped out, the pull request section doesn't get much attention. |
see https://gbatemp.net/threads/release-amiibo-bin-serial-changer.464702/. |
I figured there was going to need to be the ability to generate a random serial out of thin air. I was also hoping to have some sort of visual representation that could be compared to known values, as in BUT a randomize method that isn't being used was already written, along with a disabled method to store it. |
Before anyone freaks out, 46bb8f2 is enabling code that was already here long before I showed up, but was currently disabled. I haven't actually tested it. All that was done is putting a UI to it. |
Can someone explain why this is closed. I'm still seeing the once per day error, indicating that the serial is not being randomized. Just looking to understand. Thanks |
The feature has been available for two years. |
That being said, why do I see the error in TOTK stating I can only use the amiibo once a day? Thanks for the prompt response fwiw |
Could be any of 100 reasons. Could be a Power Tag, an old build, trying to update a tag that's already written. Seems like a good place to start would be to install the newest version and follow the instructions. From there, you can submit a bug report if it doesn't work. I have a feeling it won't come to that, though. |
https://www.reddit.com/r/amiibo/comments/3jw88z/amiibo_serial_numbers/
The text was updated successfully, but these errors were encountered: