Well, I've tested and setup a number of different controls for VR.
Some players get motion sickness, some don't. Some Prefer certain setups, etc, etc.
I want to start this game with the player having the ability to "try" some different control setups. I don't need help setting up controls, I need a hand on discovering how UE4 handles the switching.
Let's say for instance I want the player to start with a basic point to teleport control movement. Which is already setup in the VR example. However, I want them to be able to switch to a new control setup I've created. Like turning the HMD past 90 degrees to start rotating the camera and using a joystick to move around. (Again, I don't need help setting this up, just on how to switch between them)
I'd like the player to be able to switch to the control scheme they prefer in the beginning, and have it switch-able in game.
Should this all be created in the same player controller? IE: the "Motion Controller Pawn"? And what would be an appropriate way to have UE4 switch between some preset control schemes?
I thought about duplication the Motion Controller Pawn and creating different control presets inside of it, and just possessing each pawn, but I'd like some opinions first, as I'm not even sure it would work. Any help would be great.
Would it also work to just combine everything under it's own seperate bool perhaps? For instance, having one preset with all the controls scripted, and just toggle the entire code with a bool? and switch back and forth? I'm only like 75% sure on how to do this. :P Hoping I can save some time experimenting by asking you guys :P
Some players get motion sickness, some don't. Some Prefer certain setups, etc, etc.
I want to start this game with the player having the ability to "try" some different control setups. I don't need help setting up controls, I need a hand on discovering how UE4 handles the switching.
Let's say for instance I want the player to start with a basic point to teleport control movement. Which is already setup in the VR example. However, I want them to be able to switch to a new control setup I've created. Like turning the HMD past 90 degrees to start rotating the camera and using a joystick to move around. (Again, I don't need help setting this up, just on how to switch between them)
I'd like the player to be able to switch to the control scheme they prefer in the beginning, and have it switch-able in game.
Should this all be created in the same player controller? IE: the "Motion Controller Pawn"? And what would be an appropriate way to have UE4 switch between some preset control schemes?
I thought about duplication the Motion Controller Pawn and creating different control presets inside of it, and just possessing each pawn, but I'd like some opinions first, as I'm not even sure it would work. Any help would be great.
Would it also work to just combine everything under it's own seperate bool perhaps? For instance, having one preset with all the controls scripted, and just toggle the entire code with a bool? and switch back and forth? I'm only like 75% sure on how to do this. :P Hoping I can save some time experimenting by asking you guys :P
Comment