quakequest/README.md

89 lines
5.3 KiB
Markdown
Raw Normal View History

2019-06-03 13:50:05 +00:00
QuakeQuest
==========
2019-05-30 12:29:24 +00:00
2019-06-04 06:47:04 +00:00
Welcome to the first (and only I think!) 6DoF implementation of the Quake Engine, using DarkPlaces as a base for this port.
2019-06-03 13:50:05 +00:00
I am quite pleased with how this has turned out. Getting this to work as a 6DoF game was a bit of a faff, and it isn't perfect (see known issues), but I think you'll agree it's good enough and also very good fun to play.
2019-06-04 19:21:38 +00:00
The easiest way to install this on your Quest is using SideQuest, a Desktop app designed to simplify sideloading apps and games ( even beat saber songs on quest ) on Standalone Android Headsets like Oculus Quest and Oculus Go. It supports drag and drop for installing APK files!
Download SideQuest here:
https://github.com/the-expanse/SideQuest/releases
2019-06-03 13:50:05 +00:00
2019-06-04 06:47:04 +00:00
IMPORTANT NOTE:
---------------
2019-06-04 20:19:43 +00:00
This is just an engine port, the apk does contain the shareware version of Quake, not the full game. If you wish to play the full game you must purchase it yourself (https://store.steampowered.com/app/2310/QUAKE/).
Copying the Full Game PAK files to your Oculus Quest
----------------------------------------------------
Copy the PAK files from the installed Quake game folder on your PC to the QuakeQuest/id1 folder on your Oculus Quest when it is connected to the PC. You have to have run QuakeQuest at least once for the folder to be created and if you don't see it when you connect your Quest to the PC you might have to restart the Quest.
2019-06-04 21:01:00 +00:00
This port DOES support mods, an excellent resource for finding out what you can do is here: https://www.reddit.com/r/quakegearvr/
Bear in mind that the above sub-reddit is for the Gear VR version, which is not dramatically different, but the folder in which game data/saves etc resides is now QuakeQuest instead of QGVR.
2019-06-04 06:47:04 +00:00
2019-06-03 19:33:12 +00:00
Controls:
---------
* Open the in-game menu with the left-controller menu button
* Left Thumbstick - locomotion
* Right Thumbstick - Turn (if configured to do so in the options)
* A Button - Jump
* B Button - Adjust pitch of weapon to your preference (saved in config)
2019-06-05 22:23:23 +00:00
* Y Button - Bring up the text input "keyboard"
2019-06-03 19:33:12 +00:00
* Dominant Hand Controller - Weapon orientation
* Dominant-Hand trigger - Fire
* Off-Hand Controller - Direction of movement (if configured in settings, otherwise HMD direction is used by default)
* Off-hand Trigger - Run
* Grip Buttons - Switch next/previous weapon
* Right-thumbstick click change the laser-sight mode
2019-06-05 22:23:23 +00:00
Inputting Text:
---------------
- Press Y to bring up the "keyboard" and Y again to exit text entry mode
- Push left or right thumbstick to select the character
- Press Trigger on the appropriate controller to type the selected character (or center character if no thumbstick direction is pushed)
- Press grip trigger on controller to cycle through the available characters for that controller
- Press B to Delete characters
- Press A for Enter/Return
2019-06-03 19:33:12 +00:00
2019-06-03 13:50:05 +00:00
Things to note / FAQs:
----------------------
* You are the weapon.. to make it truly 6DoF the location of the weapon is what the engine understands to be the player. So you can peek round corners and enemies won't spot you, but if you poke the gun round to shoot, they'll see you.
2019-06-03 14:00:21 +00:00
* The original soundtrack can work, you can find details here: https://www.reddit.com/r/quakegearvr/comments/7r9eri/got_the_musicsoundtrack_working/
2019-06-03 13:50:05 +00:00
* You can change the right-thumbstick turn mode in the Options -> Controller menu, but be warned possible nausea awaits
2019-06-03 19:33:12 +00:00
* You can change handed-ness (for you left handers) in the Controller settings menu
2019-06-03 13:50:05 +00:00
* By default the direction of movement is where the HMD is facing, this can be changed in the menu to the direction the off-hand controller is facing (strafe-tastic)
* You can change supersampling in the commandline.txt file, though by default it is already set to 1.3, you won't get much additional clarity increasing it more and may adversely affect performance
* A number of the controller buttons are currently unmapped; future updates may give them function (see future to-dos on console commands for example)
2019-06-05 22:21:51 +00:00
* You can now use text input - Please see V1.1.0 release notes for instructions
2019-06-03 13:50:05 +00:00
Known Issues:
-------------
* If you use dpmod, you know that it applies an extra weapon offset (to the right); I've tried and failed to correct it, so for now the weapon doesn't line up with the controller at all, though the laser sight is correct
* Some slight movement when moving weapon around (this is due to how I had to implement 6DoF) however you won't notice this in the heat of battle, only when you stand still marveling at the true 6DoF weapon in your hand
* Orientation when headset looking near poles (north or south) doesn't work very well at all (Quaternion to Euler Angle issue) - if anyone knows what's going on there I'd appreciate some help!, it was like this on the GearVR and not many people complained about it, but it bothers me
* Laser Sight out of alignment when very close to wall/object
* The axe and arm are way out of alignment with the controller (see future to-dos)
Future To-Dos:
--------------
* Apply weapon transformation to line up weapons with controller better
* Add an off-hand world entity - such as Flashlight or the HUD
* Left-handed mode needs to have the axe model reflected and a mod created so it uses the left-hand model rather than the right
Building:
---------
I will add details on how to build in a future update. For a start you need:
* Android Developer Studio
* Oculus Mobile SDK 1.23.0
* The QuakeQuest folder should be below VrSamples in the extracted SDK