8000 Filter Z coords on Fjordur · Issue #81 · coldino/Larkator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Filter Z coords on Fjordur #81
Open
@Alexander3a

Description

@Alexander3a

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

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

      0