Coder Social home page Coder Social logo

pyamiibo's People

Contributors

tobywf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pyamiibo's Issues

dump.amiibo_nickname not working

hello! i encountered an issue of dump.amiibo_nickname not actually doing anything, and i hoped you could help. would the proper syntax for that command be

dump.unlock()
dump.amiibo_nickname = "nickname"
dump.lock()

pyamiibo seems to make amiibo register as "not an amiibo" when editing specific values.

`with open('ML-Rob.bin', 'rb') as fp:
dump = AmiiboDump(MASTER_KEYS, fp.read())

dump.unlock()
random_number = random.randint(0, 255)
dump.data[0x168+84] = random_number
random_number = random.randint(0, 255)
dump.data[0x169+84] = random_number
random_number = random.randint(0, 255)
dump.data[0x16a+84] = random_number
random_number = random.randint(0, 255)
dump.data[0x16b+84] = random_number
dump.lock()
dump.unset_lock_bytes()

with open('new.bin', 'wb') as fp:
fp.write(dump.data)`

So this is how I'm editing specific bytes in the amiibo bin file, this is for smash ultimate, I have it randomizing between 0,255 and saving it to that value. The problem I seem to have is that it edited it correctly when I check it, but when I try to scan it in-game it comes back as "not an amiibo", would anyone be able to help me with this issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.