Giter VIP home page Giter VIP logo

Comments (1)

AA2Hackanon avatar AA2Hackanon commented on July 18, 2024

Unfortunately it won't be that easy. If you take a look at the CharacterData, which is the games/makers representation of a card, it uses bytes in there as well, so simply reading a dword instead is not possible. As a Result of that, aa2s code uses bytes in many places where it handles slots as well, so simply looking at all places that read the slots and changing those will not suffice either. Patching every single instruction would be incredibly much work, especially instructions that use immediates, as they would grow in size and therefor require a jump to a location with new code. And all that is assuming that there are no semantics that assume a slot limit of 255, such as buffers of static sizes holding information. The 6 tans, for example, seem to have some sort of assumption, and my attempt to increse the limit caused crashes i could not track down.

Meanwhile, overriding archives the same goal without any of these problems. If your problem is that you can not scroll through overrides like you can through, for example, hair slots, consider if a specialized override like they exist for tans and eye highlights is enough for that.

from aa2unlimited.

Related Issues (20)

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.