Skip to content

Debugger: currently shows client's calculated wire values. Lets not trust client: Net sync those from Server #37

@Nebual

Description

@Nebual

The Debugger currently shows what the Client thinks is the wire values going in/out of the Entity. Somehow, most of the initial wire entities were actually running their outputs on both client/server and were generally in agreement, but we shouldn't trust the client (and should likely start skipping those calculations clientside!), as their information is incomplete (eg. Clients don't know the accurate Mass of objects, so the Wire Weight Scale is just wrong clientside).

We should either bake some [Net] syncing/equivalent into WireLib, so all Wire outputs and inputs get synced, OR bake something into just the Debugger (since most clients don't need to get networked info about most entities, just the ones they're debugging).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions