VR working well in LMU.. but need help please

Fingers

Registered
Using OpenXR

I just copied the openvr_api.dll from RF2 into LMU. Then added +VR to the steam startup.

Works a treat but only once you get into car, no menus in VR, not a problem.

BUT....

I cannot find a way to reset the view, VR head position!!!??
 
Using OpenXR

I just copied the openvr_api.dll from RF2 into LMU. Then added +VR to the steam startup.

Works a treat but only once you get into car, no menus in VR, not a problem.

BUT....

I cannot find a way to reset the view, VR head position!!!??
I've only ever used Oculus, but it has a built in reset position button, does that work?
 
Using OpenXR

I just copied the openvr_api.dll from RF2 into LMU. Then added +VR to the steam startup.

Works a treat but only once you get into car, no menus in VR, not a problem.

BUT....

I cannot find a way to reset the view, VR head position!!!??

Hopefully you've sorted this out by now, but for the sake of any others who find this....

You can use the Steam VR overlay and click the reset position there. I think you can map a button by editing an ini/txt file somewhere, but I don't think it's reliable yet.

The rF2 VR Discord might help you out.
 
Yesterday i did a trick from Discord to recenter VR view that works.
Go to control assignments and assign to the button/key that you want to assign the center view, any control that you dont use.
I did it with the Starter
Exit from LMU and edit the direct input.json with a text editor
There will be a section as this
Code:
    "Starter":{
        "device":"F1S Wheel by Gaboni & Simulaje-D0146523641E2402",
        "id":38
    }

You have to change Starter by VR : Re-Center head position
And the section bill be as this
Code:
    "VR : Re-Center head position":{
        "device":"F1S Wheel by Gaboni & Simulaje-D0146523641E2402",
        "id":38
    }

Save the file and open LMU
The VR recenter will be assigned to that button/key
 
Last edited:
Yesterday i did a trick from Discord to recenter VR view that works.
Go to control assignments and assign to the button/key that you want to assign the center view, any control that you dont use.
I did it with the Starter
Exit from LMU and edit the direct input.json with a text editor
There will be a section as this
Code:
    "Starter":{
        "device":"F1S Wheel by Gaboni & Simulaje-D0146523641E2402",
        "id":38
    }

You have to change Starter by VR : Re-Center head position
And the section bill be as this
Code:
    "VR : Re-Center head position":{
        "device":"F1S Wheel by Gaboni & Simulaje-D0146523641E2402",
        "id":38
    }

Save the file and open LMU
The VR recenter will be assigned to that button/key
Thanks heaps mate.
 
II had a centering issue despite having set up my headset position correctly in relation to the sensor with Oculus tools. I solved the problem by using OpenVR, and in the OpenComposite.ini, I added the following line: initUsingVulkan=false.
 
Back
Top