Skip to content

Add default chest tracker binding #58

@Erimelowo

Description

@Erimelowo

VRChat warns about chest tracker bindings when starting up.

We can add default bindings for VRChat:

  "default_bindings": [
    {
      "app_key": "438100",
      "binding_url": "vrchat_bindings_slimevr_chest.json"
    }
  ]

in a slimevr_chest_bindings.json file that we need to make.

Then in TrackerDevice.cpp

if (isChestTracker) GetDriver()->GetProperties()->SetStringProperty(props, vr::Prop_InputProfilePath_String, "{slimevr}/input/slimevr_chest_bindings.json");

We might also be fine just applying the default binding for any non-hand/controller tracker instead of just chest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficulty: Newbie FriendlyAre you a new contributor looking for something to do? Try this :)Priority: NormalThe default priorityType: BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions