Skip to content

icons not rendered in SteamVR for my custom driver #1703

@comes04

Description

@comes04

Hi there!,
I just finish implementing a driver that actually works, however i can't see my own icons in the SteamVR window. It appears the standard one from "SteamVR\resources\icons" (an hexagon with a "C")
I described them in a driver's driver.vrresources file in the {tvrkana}/resources/ directory.
It actually looks like this:

{
  "jsonid": "vrresources",
  "statusicons": {
    "Controller": {
      "Prop_NamedIconPathDeviceOff_String": "{tvrkana}/icons/controller_status_off.png",
      "Prop_NamedIconPathDeviceSearching_String": "{tvrkana}/icons/controller_status_searching.gif",
      "Prop_NamedIconPathDeviceSearchingAlert_String": "{tvrkana}/icons/controller_status_searching_alert.gif",
      "Prop_NamedIconPathDeviceReady_String": "{tvrkana}/icons/controller_status_ready.png",
      "Prop_NamedIconPathDeviceReadyAlert_String": "{tvrkana}/icons/controller_status_ready_alert.png",
      "Prop_NamedIconPathDeviceNotReady_String": "{tvrkana}/icons/controller_status_error.png",
      "Prop_NamedIconPathDeviceStandby_String": "{tvrkana}/icons/controller_status_off.png",
      "Prop_NamedIconPathDeviceAlertLow_String": "{tvrkana}/icons/controller_status_ready_low.png"
    }
  }
}

Maybe I should change that "Controller":{ line to another name?
In that case which name should I put?
Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions