xN31
(xN31)
May 5, 2017, 12:09pm
163
@xN31 The crash in 4.16 is probably due to 2 things: console commands “hmd …” don’t work anymore in 4.16. They have been replaced by “unified VR commands” or something like that. Plus, the ProjectPointtoNavigation is depreciated, replace it with the updated one.
So to be clear, to enable the template (1.1 or 2.2) in 4.16, do the following:
In ScalabilitySettings in the PlayerControllers bp:
Replace “stereo on” with vr.bEnableStereo True"
Replace “hmd pdmin 2” with “vr.oculus.PixelDensity.min 2”
Remove “hmd pdadaptive on”
Replace “hmd mirror x” with “vr.MirrorMode x”; replace x by the correct number: (0 now -3; 1 now -2; 2 now -4; 3 now -1; 4 now -5)
In MotionControllerBP/Trace Teleport Destination, replace the Project Point to Navigation with the updated one
Note that I did not fully tested yet 4.16, still working on 4.15
Thanks! Actually though I’ve noticed that 1.1 when packaged always crashes on startup even on 4.15.2 (plain template, just removing TemplateDefs.ini)
Does it work for you?