Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keton committed Feb 24, 2024
1 parent 1df7c25 commit ad047a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Download UEVR Profile [here](https://github.com/keton/pacific-drive-uevr/release
* Car will start and be put to drive when entering, stop and put to park on exiting
* Handheld items bound to (left/right) motion controller
* Scales (some) items to correct size in VR. This is still work in progress.
* makes short press of system menu button spawn inventory and long press spawn save/load menu.
* changes how system button works
* short press of system menu button spawns inventory (<200ms)
* long press spawns save/load menu (200-1200ms)
* press and hold spawns journal and collapse quest list (>1200ms)

## Building

Expand Down
5 changes: 3 additions & 2 deletions release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ Uses **right motion controller** for camera and held items
In case your new aim method does not stick close the game and inject again.

New **inventory access** method:
* to access inventory short press system menu button (i.e. left oculus button on quest)
* to access save/load/quit menu long press system menu button
* to access inventory **short press** (<200ms) system menu button (i.e. left oculus button on quest)
* to access save/load/quit menu **long press** system menu button (200-1200ms)
* to access long press of 'select' (radio transmissions, journal links, quest list collapse) **keep holding** system menu button longer than 1200ms. The in game marker will start to fill and once it's full menu will trigger.

0 comments on commit ad047a0

Please sign in to comment.