You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Config-UG/EventReference.txt
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,24 @@ Both ports are monitored for XInput separately, whereas on keyboard they're not
67
67
68
68
NOTE: some events (such as quitting with Q key or launching the tutorial video with LT) are hardcoded due to the way they're coded in the game
69
69
70
+
== STEER INPUT SPECIAL NOTES ==
71
+
72
+
Due to the buggy nature of the steer input handler, its code had to be rewritten.
73
+
This *only* affects regular races, as drag races use a different event.
74
+
This also enables higher resolution readout from the gamepad axis, as well as the ability to assign steering to both the analog axis and the digital buttons.
75
+
76
+
These are the special assignments available for steering input (gamepad):
77
+
SteerLeftButton -- you may only assign buttons to these, not analog axis
78
+
SteerRightButton
79
+
SteerLeftAxis -- you may only assign analog axis to these, not buttons
80
+
SteerRightAxis
81
+
82
+
These are the special assignments available for steering input (keyboard):
Copy file name to clipboardExpand all lines: Config-UG2/EventReference.txt
+21-3Lines changed: 21 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,24 @@ Both ports are monitored for XInput separately, whereas on keyboard they're not
67
67
68
68
NOTE: some events (such as quitting with Q key) are hardcoded due to the way they're coded in the game
69
69
70
+
== STEER INPUT SPECIAL NOTES ==
71
+
72
+
Due to the buggy nature of the steer input handler, its code had to be rewritten.
73
+
This *only* affects regular races, as drag races use a different event.
74
+
This also enables higher resolution readout from the gamepad axis, as well as the ability to assign steering to both the analog axis and the digital buttons.
75
+
76
+
These are the special assignments available for steering input (gamepad):
77
+
SteerLeftButton -- you may only assign buttons to these, not analog axis
78
+
SteerRightButton
79
+
SteerLeftAxis -- you may only assign analog axis to these, not buttons
80
+
SteerRightAxis
81
+
82
+
These are the special assignments available for steering input (keyboard):
0 commit comments