Skip to content

Dino Traits #39

@CesareSoldani

Description

@CesareSoldani

Hi,

based on https://github.com/VincentHenauGithub/ark-save-parser I added a column for traits to the listviews using the following code in ContentContainer.cs in LoadArkAscendedData and the evolved equivalent...

var genes = x.GetPropertyValue<List<object>>("GeneTraits"); if (genes != null) { creature.Traits = string.Join(", ", genes); }

I'm just comma separating them, but as there is a max of 5 it should be fine.

Hope it helps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions