ExactChange Posted April 7, 2018 Share Posted April 7, 2018 I have had a hard time finding any tutorials or guides about this, or perhaps it's just hard to differentiate people's questions about the render window camera. So basically I don't know where to start. In the end I would like to create a (hopefully simple) mod to change the screen's output to a 3rd person view to the monitor while playing in VR, without interrupting the view of the player using the VR headset. I'm hoping the answer to the first question will set me on the road to making the mod, but let me know if you forsee any other speed bumps. This seems like one of those computer issues that is either trivially easy, or impossibly hard. I'm just not sure which it is. Link to comment Share on other sites More sharing options...
Reneer Posted April 7, 2018 Share Posted April 7, 2018 (edited) This likely falls squarely into the "impossibly hard" category, unfortunately. Essentially what you're asking for is the game to be rendered twice, once in first-person and again in third person. VR is GPU intensive as it is, let alone trying to render it twice. That and the Creation Engine certainly doesn't support multiple viewport rendering. A potential (but very expensive) solution would be to set up a CAVE style system. Edited April 7, 2018 by Reneer Link to comment Share on other sites More sharing options...
ExactChange Posted April 7, 2018 Author Share Posted April 7, 2018 Well, that is unfortunate. I would still like to give it the old college try though... Even if it means doing something crazy like making one eye useless in the VR headset. So to that end I still would like to know how to adjust the camera position. Link to comment Share on other sites More sharing options...
dagobaking Posted April 8, 2018 Share Posted April 8, 2018 I'm also interested in this subject. I think that you have to use the Scene system in CreationKit to reach camera controls. But, I am not completely sure either. Link to comment Share on other sites More sharing options...
NikaCola Posted April 8, 2018 Share Posted April 8, 2018 I'm also interested in this subject. I think that you have to use the Scene system in CreationKit to reach camera controls. But, I am not completely sure either. That is the only way I have ever seen it be possible to do this, unfortunately. Link to comment Share on other sites More sharing options...
dagobaking Posted April 8, 2018 Share Posted April 8, 2018 I'm also interested in this subject. I think that you have to use the Scene system in CreationKit to reach camera controls. But, I am not completely sure either. That is the only way I have ever seen it be possible to do this, unfortunately. Is there a guide somewhere that explains how it is done from there? Link to comment Share on other sites More sharing options...
Recommended Posts