mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
25 lines
1022 B
Markdown
25 lines
1022 B
Markdown
|
# AmiiboFlipperConverter https://github.com/Lucaslhm/AmiiboFlipperConverter
|
||
|
Converts Amiibo .bins to a flipper compatible format
|
||
|
|
||
|
Simply run `amiiboconvert.py` from the root directory to generate all amiibos within `raw_amiibos` to `nfcs`
|
||
|
|
||
|
You can target a specific file by appending a path to the end of the call as such that `amiiboconvert.py *path to file*`
|
||
|
|
||
|
You can target a directory full of amiibos by passing a path such that `amiiboconvert.py *path to directory*`
|
||
|
|
||
|
You can also use the amiibos i've generated already.
|
||
|
|
||
|
|
||
|
The original code was created in the Flipper Discord by Friendartiste
|
||
|
|
||
|
The code was modified to run itteratively by Lamp
|
||
|
|
||
|
I, VapidAnt, have modified the code to work in a variety of situations with a recursive function and have uploaded to github
|
||
|
I believe this will make it easy to modify the code in the future and track changes over time.
|
||
|
|
||
|
If you have problems, please make an issue or ping me in the flipper discord.
|
||
|
|
||
|
Feel free to itterate off this and make pull requests.
|
||
|
|
||
|
Happy Flipping!
|