- Remove dodgy weapon angle adjust (not needed as there is already implementation in there to adjust)
- Added method to get frame number from the engine
Bringing all the changes done (mostly by baggyg) in the OVRPassToVR branch bringing over the major FP related changes to master.
Please refer to that branch for the individual changes that have all been brought over in this single commit.
Co-Authored-By: Grant Bagwell <general@grantbagwell.co.uk>
- decomposed the MVP into three separate matrices so the view matrix only needs to be supplied to the shader once per frame
- huge speed boost to the render thread, only a handful of ms per frame now, any framedrops are purely from the GPU
- Corrected chainsaw orientation
- Added cvars for smooth turn / snap turn
- Made the scontrol scheme cvar actually work
- Laser sight controlled only by cvar
- No tracking while in big screen mode to avoid nausea
- Some code tidy up of stuff not used
- world scale should be a bit better (set to 42)
- It won't play the intro movie at all now
- PDA screen and menu will always appear in front of you now
- default.cfg no longer required and is removed
- Weapons (on a clean install) all appeared to be located correctly for me.
- BFG reload in the included pack doesn't cause script error
- config and saves are now located in /sdcard/Doom3Quest/config or /saves, rather than within the base directory, just copy your existing save folder to the right place
- virtual screen is now a bit closer (and should move back a bit of SS is increased)
- Smooth stair transitions
- Don't trigger footstep sounds on small positional tracked movement
- Align the chainsaw and its impact point better
- A few other weapon alignment tweaks
Weapon haptics working rather nicely!
World shake also triggers haptics
Velocity triggered attack for the flashlight and chainsaw
vr_chibi (thanks to RBDOOM-BFG) just for a bit of a laugh
- Some code tidying
- Improved scaling of HUD for more visibility
- Better handling of controls when using GUIs
- First weapon pack test pk4 included (and copied)
- Flashlight from "backpack"
- HUD now visible (with some stereo depth)
- PDA now has a functional mouse pointer
- Interaction with screens is by pointing the weapon controller rather than gaze based
- Default SS is now 1.0
- Default refresh rate is 60hz