Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
faithvoid authored Oct 13, 2021
1 parent 9ab6cae commit b91faf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ Modify your hmconfig.cfg file to add these variables, or replace hmconfig.cfg wi
```
seta in_gyromouse "1"
seta in_gyromouse_debug "0"
seta in_gyromouse_yaw_axis "0"
seta in_gyromouse_yaw_axis "0" // 0 for handheld, 1 for controller.
seta in_gyromouse_pitch "-10"
seta in_gyromouse_yaw "-20.0"
seta in_gyromouse_pitch_ui "0.0"
seta in_gyromouse_yaw_ui "0.0"
```
## TODO

- Finish gyroscope support (75% of the way or so done, just need to clean up the code and check if there's a better way to implement said code.)
- Finish gyroscope support (75% of the way or so done, just need implement a way to call cvars depending on whether handheld or controller mode is detected + implement a menu item to enable/disable gyro settings).
- Possibly look into adding splitscreen?



Expand Down

0 comments on commit b91faf8

Please sign in to comment.