Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

CharacterCustomizationAppearances.UnknownFirstByte at position 6 is voice gender #51

Open
Deweh opened this issue Jan 24, 2021 · 0 comments

Comments

@Deweh
Copy link

Deweh commented Jan 24, 2021

Functional Example (just set CharacterCustomizationAppearancesObj):

public enum Gender
{
    Female,
    Male
}

public Gender VoiceTone
{
    get
    {
        return (Gender)CharacterCustomizationAppearancesObj.UnknownFirstBytes[5];
    }
    set
    {
        CharacterCustomizationAppearancesObj.UnknownFirstBytes[5] = (byte)value;
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant