Skip to content

fix: ID system #1

@alexmaichen

Description

@alexmaichen

figure out a way to handle the game's inconsistent dialogue ID system, and know which variant to load for any given situation when there are variants (/ duplicates). In other words, the game sometimes displays the wrong voiceline-text.

example: "/VO/Charon_0010" appears twice across game/dialogue files, so AD has the two versions renamed to Voicelines["Charon"]["0010"] and Voicelines["Charon"]["0010?"] respectively. The problem is that the game does not have a dialogue of ID "/VO/Charon_0010?", so the problem becomes knowing which one to look for.

Not sure how to address this, discussion / help needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions