12-08-2023, 04:36 PM
Unfortunately I have no experience with VR, so it may be that the spatial representation in H5 is set to these simple blue/red glasses...
For Christmas I thought about buying a VR, so I'm interested in the topic. Does the display on your PC screen change when F3 is pressed?
If so, change the function in main.fx (in binaries - and also look in mainfx_errors.txt). Needs to restart room or game -
....
;iSeparationMode - 0:Anaglyph, 1:SideBySide, 2:OculusHome 3:SideBySide2 4:OpenVR
iSeparationMode = 0
....
Give it a try ;o)
For Christmas I thought about buying a VR, so I'm interested in the topic. Does the display on your PC screen change when F3 is pressed?
If so, change the function in main.fx (in binaries - and also look in mainfx_errors.txt). Needs to restart room or game -
....
;iSeparationMode - 0:Anaglyph, 1:SideBySide, 2:OculusHome 3:SideBySide2 4:OpenVR
iSeparationMode = 0
....
Give it a try ;o)