Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 30df632

Browse files
committed
Update README.md
1 parent 54942f5 commit 30df632

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

doc/README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Manual Transmission and Steering Wheel Support for GTA V
44

5-
Version 5.4.0
5+
Version 5.5.0
66

7-
![5mods Thumbnail](MTThumb.jpg)
7+
![Pic](MTThumb.jpg)
88

99
## Description
1010

@@ -20,9 +20,9 @@ with a custom transmission, wheel support and much more.
2020
* Transmission replacement with custom modes and more
2121
* Manual sequential
2222
* Manual H-pattern
23-
* Automatic
23+
* Custom Automatic
2424
* Working clutch
25-
* Engine braking, stalling, damage
25+
* Engine braking/stalling/damage
2626
* Tunable driving assists
2727
* Launch control
2828
* Traction control
@@ -34,8 +34,8 @@ with a custom transmission, wheel support and much more.
3434
* Custom first person camera
3535
* With inertia effects
3636
* Seamless input switching between steering wheel, gamepad and keyboard
37-
* Completely in-game configuration menu
38-
* Vehicle specific settings/presets
37+
* Complete in-game configuration menu
38+
* Vehicle-specific configurations
3939
* Customizable steering assists
4040
* Expose UDP telemetry (DiRT 4 format) for motion platforms, dashboard apps and more
4141

@@ -71,7 +71,7 @@ Mods that counter the power loss when sliding sideways (Also partially mitigated
7171
* [Stop!Powercutting](https://www.gta5-mods.com/scripts/stop-powercutting): InversePower alternative
7272
* [InverseTorque](https://www.gta5-mods.com/scripts/inversetorque): InversePower alternative
7373

74-
Recommended handling mods
74+
#### Recommended handling mods
7575

7676
The default grip levels cause the wheel to bounce left and right because they're too grippy.
7777
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)
131131
Put `Gears.asi` and the folder `ManualTransmission` in your GTA V folder
132132
(overwrite when asked).
133133

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`.
135137

136138
Open the menu using the `mtmenu` cheat or the `\|` hotkey, and start
137139
customizing things.
138140

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+
139144
### Wheel setup
140145

141146
1. Remove or disable any XInput or DirectInput input hook configurations for
142147
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`.
144149
3. Set up your analog inputs in `Analog input setup` and set up your analog inputs (throttle, brakes, steering).
145150
4. Go back to the `Wheel & pedals` menu and go through __all__ options. __Read the description of each option.__
146151

@@ -154,8 +159,11 @@ FiveM is not supported. You can try to use it as user plugin, but don't expect a
154159
You can also just copy-paste the `ManualTransmission` folder if you have
155160
configured the mod for singleplayer already.
156161

162+
If the `%localappdata%\ikt\ManualTransmission` folder exists, it will use that
163+
instead.
164+
157165
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.
159167

160168
No plans exist to port this into FiveM or "convert" it to server-script, but
161169
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.
168176

169177
### Updating
170178

171-
Replace `Gears.asi` and copy the `ManualTransmission` folder. You do **not**
179+
Replace `Gears.asi` and copy the `ManualTransmission` folder. You do __not__
172180
need to overwrite changes in the `ManualTransmission` folder, the script will
173181
write new settings in the file when saving.
174182

@@ -210,7 +218,10 @@ By default, `RightTrigger` is throttle and `LeftTrigger` is brake.
210218

211219
### Wheel defaults
212220

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.
214225

215226
## Usage and setup
216227

@@ -245,7 +256,7 @@ input to accelerate in reverse.
245256

246257
__Wheel-specific:__ While Manual Transmission is active, the pedals behave
247258
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.
249260

250261
### Input switching
251262

0 commit comments

Comments
 (0)