My goal is to emulate 100% of a Vive Controller using a Vive Tracker (1.0). I know Role Changer and I know how to modify the .json from the console, I'm comfortable with this, but all my attempts do not lead to the desired result.
Although some applications recognize the tracker as a controller (when the role is a controller), for SteamVR it 's always a tracker
this, I guess, is due to the fact that the device class is still read as a tracker
vr::VRSystem()->GetTrackedDeviceClass(id)
returns TrackedDeviceClass_GenericTracker
and not controller
Some application, as Beat Saber, doesn't recognize controllers if DeviceClass is incorrect
how can I modify the .json, or what other operation can I do, so that it becomes 100% a controller?
@Synthesis @foo