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
{{ message }}
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: doc/README.md
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
# Manual Transmission and Steering Wheel Support for GTA V
4
4
5
-
Version 5.4.0
5
+
Version 5.5.0
6
6
7
-

7
+

8
8
9
9
## Description
10
10
@@ -20,9 +20,9 @@ with a custom transmission, wheel support and much more.
20
20
* Transmission replacement with custom modes and more
21
21
* Manual sequential
22
22
* Manual H-pattern
23
-
* Automatic
23
+
*Custom Automatic
24
24
* Working clutch
25
-
* Engine braking, stalling, damage
25
+
* Engine braking/stalling/damage
26
26
* Tunable driving assists
27
27
* Launch control
28
28
* Traction control
@@ -34,8 +34,8 @@ with a custom transmission, wheel support and much more.
34
34
* Custom first person camera
35
35
* With inertia effects
36
36
* Seamless input switching between steering wheel, gamepad and keyboard
37
-
*Completely in-game configuration menu
38
-
* Vehiclespecific settings/presets
37
+
*Complete in-game configuration menu
38
+
* Vehicle-specific configurations
39
39
* Customizable steering assists
40
40
* Expose UDP telemetry (DiRT 4 format) for motion platforms, dashboard apps and more
41
41
@@ -71,7 +71,7 @@ Mods that counter the power loss when sliding sideways (Also partially mitigated
71
71
*[Stop!Powercutting](https://www.gta5-mods.com/scripts/stop-powercutting): InversePower alternative
72
72
*[InverseTorque](https://www.gta5-mods.com/scripts/inversetorque): InversePower alternative
73
73
74
-
Recommended handling mods
74
+
#### Recommended handling mods
75
75
76
76
The default grip levels cause the wheel to bounce left and right because they're too grippy.
77
77
These handlings have reduced grip to realistic levels, and are essential for playing with a wheel. Mix and match all you need, as these don't overlap much.
@@ -131,16 +131,21 @@ Optional: (Downloads)
131
131
Put `Gears.asi` and the folder `ManualTransmission` in your GTA V folder
132
132
(overwrite when asked).
133
133
134
-
__Make sure the folder is writeable! (not `Read Only`)__
134
+
__Make sure the folder is writeable! (not `Read Only`)__. If the folder is found
135
+
to be inaccessible, it will automatically be copied to
136
+
`%localappdata%\ikt\ManualTransmission`.
135
137
136
138
Open the menu using the `mtmenu` cheat or the `\|` hotkey, and start
137
139
customizing things.
138
140
141
+
__The hotkey may be changed in `settings_menu.ini` -> `[MENU]` -> `MenuKey`__.
142
+
__`Keyboard_Keys.txt` contains special keys you can use, on top of the default alphanumeric keys__.
143
+
139
144
### Wheel setup
140
145
141
146
1. Remove or disable any XInput or DirectInput input hook configurations for
142
147
your wheel for GTA V (x360ce, for example).
143
-
2. Open the menu, navigate to `Controls`,`Wheel & pedals`.
148
+
2. Open the menu, navigate to `Controls` ->`Wheel & pedals`.
144
149
3. Set up your analog inputs in `Analog input setup` and set up your analog inputs (throttle, brakes, steering).
145
150
4. Go back to the `Wheel & pedals` menu and go through __all__ options. __Read the description of each option.__
146
151
@@ -154,8 +159,11 @@ FiveM is not supported. You can try to use it as user plugin, but don't expect a
154
159
You can also just copy-paste the `ManualTransmission` folder if you have
155
160
configured the mod for singleplayer already.
156
161
162
+
If the `%localappdata%\ikt\ManualTransmission` folder exists, it will use that
163
+
instead.
164
+
157
165
The script works in servers that allow user plugins (ScriptHookV scripts). Last
158
-
checked to work with MT v5.0.0 and FiveM using the 1604 version of the game.
166
+
checked to work with MT v5.5.0 and FiveM using the 2545 version of the game.
159
167
160
168
No plans exist to port this into FiveM or "convert" it to server-script, but
161
169
if you have solid plans to do so, feel free to contact me if you have questions.
@@ -168,7 +176,7 @@ implements the code discussed above.
168
176
169
177
### Updating
170
178
171
-
Replace `Gears.asi` and copy the `ManualTransmission` folder. You do **not**
179
+
Replace `Gears.asi` and copy the `ManualTransmission` folder. You do __not__
172
180
need to overwrite changes in the `ManualTransmission` folder, the script will
173
181
write new settings in the file when saving.
174
182
@@ -210,7 +218,10 @@ By default, `RightTrigger` is throttle and `LeftTrigger` is brake.
210
218
211
219
### Wheel defaults
212
220
213
-
**There are no defaults.** Use the menu to assign your controls.
221
+
__There are no defaults.__
222
+
223
+
Use the menu to assign throttle/brake/clutch and other actions, such as
224
+
shifting, changing gearbox mode and game controls.
214
225
215
226
## Usage and setup
216
227
@@ -245,7 +256,7 @@ input to accelerate in reverse.
245
256
246
257
__Wheel-specific:__ While Manual Transmission is active, the pedals behave
247
258
like real pedals. When the manual transmission part of the mod is turned off,
248
-
the throttle and the brake work like the left or right triggers on a controller.
259
+
the throttle and brake pedals work like the left and right trigger on a controller.
0 commit comments