mbucchia / VirtualDesktop-OpenXR

An implementation of the OpenXR standard for Virtual Desktop
MIT License
209 stars 7 forks source link

Paradiddle compatibility #31

Closed Lordubuntu94 closed 4 months ago

Lordubuntu94 commented 4 months ago

The following game can be added to the compatibility list:

Game: Paradiddle Distribution: Steam OpenXR Runtime in VD: VDXR Runtime in overlay: VDXR

to use openXR the additional parameter "-hmd=openxr" is needed. Game runs fine, the only hair in the soup is the default drum sticks position. The standard offset is wrong, but luckly in game there's a slider that can fix this as workaround.

mbucchia commented 4 months ago

Thanks, I updated the wiki. For the controller offset, it's not surprising for games no intended to be run with OpenXR (the need for the command line argument). If you want, we can add a quirk with correct offsets.

Here's a tool that lets you adjust offsets in real-time.

OffsetsTool.zip

Typically, doing Grip Pose, Translation, Z=-100 solves issues if it's Unreal.

image

No obligation for you to check, though.