Official Oculus Rift GZ3Doom thread
Forum rules
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 271
- Joined: Mon Jul 13, 2009 3:33 pm
Re: Official Oculus Rift GZ3Doom thread
really looking forward to trying the new changes. sounds great!
For anyone that plays this with a rift, you can lower your player speed by typing turbo 65 into the console, sets it to 65% speed which feels great for me.
For anyone that plays this with a rift, you can lower your player speed by typing turbo 65 into the console, sets it to 65% speed which feels great for me.
-
- Posts: 206
- Joined: Mon Oct 14, 2013 2:19 pm
- Location: California, USA
Re: Official Oculus Rift GZ3Doom thread
I'm having trouble fixing one problem with GZ3Doom. I could use some advice. The player eye-level is at chest-height of the soldiers. I'm pretty sure I should be seeing them eye-to-eye. Plus, in the oculus rift, the floor appears to come up to my knees. So the whole player viewpoint needs to be shifted upward.
Is there a setting for the player view height? Is there a forum for developers where I might be able to get advice on this problem from other programmers?
Is there a setting for the player view height? Is there a forum for developers where I might be able to get advice on this problem from other programmers?
-
- Posts: 561
- Joined: Fri Aug 09, 2013 12:13 pm
Re: Official Oculus Rift GZ3Doom thread
It can be specified for the player class in DECORATE, but I don't know if there's any non-hack way to do it in the engine code.
-
-
- Posts: 17923
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Official Oculus Rift GZ3Doom thread
You'd probably need to add a new property, such as Player.ViewHeightVR, which defines an alternate viewheight used only for rendering when using a VR device.
-
-
- Posts: 17455
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Official Oculus Rift GZ3Doom thread
That sounds messy. Wouldn't that create view height inconsistencies between VR and non-VR users?
-
-
- Posts: 17923
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Official Oculus Rift GZ3Doom thread
The problem here is that the standard viewheight is apparently wrong when using an Oculus Rift, and changing the default viewheight all the time even when not using such a device would also be wrong for hopefully obvious reasons.
-
- Posts: 19
- Joined: Thu Feb 21, 2013 9:57 am
- Location: Saint Petersburg, Russia
Re: Official Oculus Rift GZ3Doom thread
I want to see how it works with Brutal doom!
-
-
- Posts: 1198
- Joined: Tue Feb 26, 2013 2:48 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Arch Linux
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Official Oculus Rift GZ3Doom thread
Obviously everyone would be bleeding hyper-realistic blood and shouting FUCK YOURSELF.Ghoul_RUS wrote:I want to see how it works with Brutal doom!
-
- Posts: 206
- Joined: Mon Oct 14, 2013 2:19 pm
- Location: California, USA
Re: Official Oculus Rift GZ3Doom thread
There are a couple of videos on youtube showing Brutal Doom on the Rift.Ghoul_RUS wrote:I want to see how it works with Brutal doom!
To avoid some texture glitches when playing Brutal Doom in the Rift, it is important to either disable dynamic lighting, or to set
Options->Display Options->OpenGL Options->Dynamic Light Options->Use Shaders for Lights->YES
-
- Posts: 206
- Joined: Mon Oct 14, 2013 2:19 pm
- Location: California, USA
Re: Official Oculus Rift GZ3Doom thread
I agree it will be messy; but there is an issue here I would like to be able to address. The Rift makes it more obvious that the player viewpoint is a bit weird. I'm trying to take my time here, and incorporate everyone's advice to find the best solution I can. I'll probably create a console variable that allows users to get whichever behavior they prefer. It will probably be a real tradeoff.Nash wrote:That sounds messy. Wouldn't that create view height inconsistencies between VR and non-VR users?
While investigating this, I decided I should try to place the player view point at the eye height of the multiplayer player avatar. But I discovered that the player avatar (and other enemies) are taller in gzdoom than they are in zdoom. So there is not necessarily a single standard I can rely on.
Can someone name examples of doom engine games where there are player classes with different heights? I probably need to investigate those before adopting a strategy here. Please keep the advice and discussion coming.
-
- Spotlight Team
- Posts: 427
- Joined: Tue Oct 05, 2010 12:04 am
- Graphics Processor: nVidia with Vulkan support
Re: Official Oculus Rift GZ3Doom thread
Why not throw in a toggle that adjusts the height of the view point for player preference?
-
- Posts: 502
- Joined: Wed Mar 17, 2004 6:16 pm
- Location: London
Re: Official Oculus Rift GZ3Doom thread
I've just finished the third episode from Ultimate DooM. Was an amazing trip. Again, thanks.
Also, i want to point one bug, if you pick the enviromental suit, only the right screen from Occulus seems to turn green, not affecting the other "eye".
Also, i want to point one bug, if you pick the enviromental suit, only the right screen from Occulus seems to turn green, not affecting the other "eye".
-
- Posts: 206
- Joined: Mon Oct 14, 2013 2:19 pm
- Location: California, USA
Re: Official Oculus Rift GZ3Doom thread
You're welcome! I'm extremely pleased you enjoyed this experience. Thank you for the bug report. Please please communicate any other bugs/suggestions you have. I have opened this green effect issue on gitub https://github.com/cmbruns/gzdoom/issues/15.Naitguolf wrote:I've just finished the third episode from Ultimate DooM. Was an amazing trip. Again, thanks.
Also, i want to point one bug, if you pick the enviromental suit, only the right screen from Occulus seems to turn green, not affecting the other "eye".
-
- Posts: 2100
- Joined: Sun Aug 18, 2013 9:41 am
- Location: Philadelphia, PA
Re: Official Oculus Rift GZ3Doom thread
I don't have an Oculus Rift, but this looks awesome, and you clearly put effort into it.
Nice work, man.
Nice work, man.
-
- Posts: 8265
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
Re: Official Oculus Rift GZ3Doom thread
I'm crossing my eyes to watch this stuff as much as I can but omg it looks BEAUTIFUL