Skip to content

Increase arrays for mp_character.xtbl #51

@Moneyl

Description

@Moneyl

These xtbls are another set that use hardcoded fixed size arrays for storage. This is a problem since large mods exceed their vanilla sizes. Unfortunately, since they're fixed size arrays we can't just patch the spot where it gets allocated. Instead, every piece of code that uses them needs to be patched to use a larger size or completely replaced.

For these two it may be easier to fully replace the functions that use them, Especially for mp_character.xtbl since the array is stored in a struct, making patching the assembly more complicated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Hardcoded Limits

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions