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
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.vrresourcesfile in the {tvrkana}/resources/ directory.It actually looks like this:
Maybe I should change that
"Controller":{line to another name?In that case which name should I put?
Thanks in advance