RemakeWV / Coal-Mine-War

Museum the history of the Mine Wars. The first workers strike, in West Virginia, was the Cabin Creek and Paint Creek strike of 1912-1913.
1 stars 0 forks source link

Properly set up VR switch during runtime #45

Open CoryBrown-42 opened 3 years ago

CoryBrown-42 commented 3 years ago

vr.bEnableHMD 1

Need to set this up in the Game Mode to properly detect play mode and set it during runtime.

CoryBrown-42 commented 3 years ago

https://unrealpossibilities.blogspot.com/2020/09/unreal-engine-tutorial-setting-custom.html?m=1

Load the game using different game modes based on an initial VR / Desktop selection at main menu

theRealDarkFact commented 3 years ago

I have the solution I built in another project I just have to apply it to the museum project. It is not yet implemented but I am working on it right now.

theRealDarkFact commented 3 years ago

Ok so I have a copy of the museum project fully functional with a VR selection on the main title screen/options. This will allow you to return to the title screen and switch back without closing the game. Added a new boolean to the player settings called "VREnabled"