-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels