Subject9x / battleMETAL

A Total-conversion-mod for the DarkPlaces engine all about mecha combat. See website for more info:
https://store.steampowered.com/app/1447830/battleMETAL/
GNU General Public License v3.0
48 stars 3 forks source link

VR support? #6

Closed poVoq closed 2 years ago

poVoq commented 4 years ago

This is a bit contradictory to the other request, but Darkplaces actually has a great Occulus Quest port that would probably be really cool with this:

https://github.com/DrBeef/QuakeQuest

kwadroke commented 4 years ago

I've been waiting for the release to test BattleMetal with QuakeQuest too.

Subject9x commented 4 years ago

Being totally open source, if you'd like to port it to Occulus Quest, go for it! : ) I'll keep adding documents to the project wiki. What I need to do is merge the Beta-1 release branch back to master and make a nice clean branch to fork from.

HeadClot commented 4 years ago

What do you need help with? I can help with testing if needs be. Not so much on the implementation or coding part.

Subject9x commented 4 years ago

Thanks for the offer! Me personally, VR is an unknown. The HUD code is tightly coupled to a scratch-built API, and I don't know too much about camera control in QuakeC.

I'd have to see a working codebase with Darkplaces/VR to begin to write up what needs to be changed.