polygraphene / ALVR

ALVR is an open source remote VR display for Gear VR and Oculus Go. With it, you can play SteamVR games in your standalone headset.
MIT License
1.82k stars 248 forks source link

Offset for vive controllers #41

Closed penkamaster closed 6 years ago

penkamaster commented 6 years ago

Im using vive controllers with ALVR using "activateMultipleDrivers" on steamvr.vrsettings

I can see the controllers but they are displaced form my playing space but sending a "debug pos" of 0, -1.2, -1.6 in ALVR server's debug tab gets the offset to bring them to my game space. I also compensate with "OpenVr advanced settings" the position of my playspace to compensate the "debug pos"

do you think that you can send these values as default?

polygraphene commented 6 years ago

Thank you for a comment.

I can implement to save "debug pos" on some config file for re-launch of ALVR.exe. Is it sufficient for your situation?

penkamaster commented 6 years ago

Yes, I think that will be enough.

Thank you.

2018-06-11 14:07 GMT+02:00 polygraphene notifications@github.com:

Thank you for a comment.

I can implement to save "debug pos" on some config file for re-launch of ALVR.exe. Is it sufficient for your situation?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/polygraphene/ALVR/issues/41#issuecomment-396220604, or mute the thread https://github.com/notifications/unsubscribe-auth/ADv8uPg2rQRHYa7tcu3YAqLCMv9QvaThks5t7l12gaJpZM4Uh8ck .

penkamaster commented 6 years ago

I see this implemented on 2.0

Many thanks.