Open
Description
So for some reason on Fjordur there are multiple areas (for example -295502.44 -91616.13 -329260.19 )so i woud recommend filtering out the negativ Z coords dinos
i fixed this by changing line ArkReader.cs:88 to
var creatureObjects = gameObjectContainer .Where(o => o.IsCreature() && !o.IsUnclaimedBaby() && !(o.Location.Z<-3000 && MapCalibration.Filename == "Fjordur") && !RAFT_CLASSES.Contains(o.ClassString)) .ToList();
Or alternativly use some way of marking in what realm the creatures are
Metadata
Metadata
Assignees
Labels
No labels