Releases: ikt32/GTAVManualTransmission
GTAVManualTransmission v4.4.2
Fix button assignment issues
go get the download somewhere on gta5-mods im kinda done with this all :/
GTAVManualTransmission v4.4.1
Changelog
4.4.1
Config changes:
No incompatible changes.
Changes:
- Add option to block button for controller clutch
- Add option to ignore shifts in menus (controller)
- Add option for deadzone with steering wheels
- Add Manual Transmission title above notifications
- Add warning to configure driving devices
- Improve boat and amphibious force feedback
- Scale ffb effects to steering wheel degrees
- Fix crash for steering wheels without force feedback
- Fix crash on setting up wheel buttons
- Remove support for non-custom decorators
- Small improvements here and there
Test build v4.4.2-beta's
v4.4.1-beta2
Next debug build! Special debug build for wheel users to see what's wrong. Affects the following hardware/software combination:
- Manual Transmission
- ScriptHookVDotNet
- Logitech G920, Thrustmaster TMX and (possibly other wheels?)
Gears.asi should crash, and this build might help out so I can find out what to fix. On crash a notification appears.
Instructions
- Drop
Gears.asi
,Gears.pdb
and theManualTransmission
folder in the GTA V root folder. - Launch the game, set up the wheel and do whatever until the wheel crashes Gears.asi
- Make an issue, comment or something else containing the Gears.log file.
No crash, if you had a crash before, or are on a G920? Great! Let me know!
v4.4.1-beta3
Same-ish as above but with small changes to find out what goes wrong where.
v4.4.1-beta4
Code is the same, except I added a stupid amount of debug prints.
v4.4.1-beta5
We're almost there...
v4.4.1-beta6
This is getting ridiculous. Commented out GetCapabilities after figuring out the Logitech SDK implementation didn't even use it and neither does my implementation. Need to restructure it anyway but if this works we're golden 👌
Test build v4.4.1-g920-trace
v4.4.1-g920-trace
Special debug build for G920 users to see what's wrong. Affects the following hardware/software combination:
- Manual Transmission
- ScriptHookVDotNet
- Logitech G920 (possibly other wheels?)
Gears.asi should crash, and this build might help out so I can find out what to fix.
Instructions
- Set up the previous build/release (v4.4.0) and try to set up your wheel
- Drop
Gears.asi
andGears.pdb
in the GTA V root folder. - Launch the game and do whatever until the wheel crashes Gears.asi
- Make an issue, comment or something else containing the Gears.log file.
GTAVManualTransmission v4.4.0
Changelog
4.4.0
Config changes:
Change force feedback related options.
Changes:
- Revamp force feedback, it's much more accurate now!
- Add engine restart if stalling is active (push start "sim")
- Add "Custom Steering" for keyboard/controller too
- Fix wheel ffb not resetting after exiting car while effect is active
- Fix engine over-rev from miss-shift damage (it completely trashes your engine now)
- Fix downshift in auto gearbox when engine braking
- Fix clutch catch restarting engine
- Fix engine stalling parameters
GTAVManualTransmission v4.3.10
Changelog
Whoops, looks like I forgot the GitHub release.
4.3.10
No config changes
Changes:
- Fix engine sound muted on clutch press
- Fix models without dashboard shifting problems
- Fix models without dashboard engine lock problems
- Improve steering wheel setup
- Change steering wheel's toggle mod button to a "button held" instead of "button pressed" for more consistent mod toggling
GTAVManualTransmission v4.3.9
Changelog
4.3.9
Thanks for your bug reports!
Config changes: Updated defaults. No need to replace your config: it's just a more comprehensive start for new users/setups.
Fixes:
- Fix brake non-responsive while engine braking
- Fix engine locking and engine braking conflict
GTAVManualTransmission v4.3.8
Changelog
4.3.8
Config changes:
- Everything should be still compatible but I did clean up things here and there.
Updates:
- Support for v1.0.1180.2 (Smuggler's Run)
Other changes:
- Add wheels locking up due to mis-shifts and going faster than the gear supports
- Add options to show/hide individual HUD elements
- Add option to manually assign action blocking
- Re-write engine braking to work with a specified rev range, clutch+throttle dependent
- Re-write automatic gearbox downshift, now should shift down with higher revs depending on throttle input
- Implement custom rev limiter
- Fix cars moving in neutral by throttle (clutch values)
- Fix other scripts not being informed of these things (Neutral gear in speedos, etc)
- Fix car wheel steering jitteryness. Includes two codepaths, one using natives (slower, but reliable/fallback) and one just setting the value directly in memory after some patches.
- Fix reverse gear not locking up things
- Fix clutch being detected when not assigned
- Use values from game controls for steering wheel rotation picture
- Shift mode indicator is now blue when manual transmission isn't active
- Register decorators to prevent crashes (Thanks to Unknown Modder!)
- Register new decorators, check GitHub for details
- A bunch of refactoring and cleanup
Decorator changes:
- Change decorator names to be mod-specific. Check GitHub!
GTAVManualTransmission v4.3.7
4.3.7
Config changes:
- Menu position changed again (sorry!) for different resolutions and safe space support!
- For the rest of the files, no incompatible changes. Just additions.
Additions:
- Add throttle and brake anti-deadzone
- Add steering wheel and pedal input HUD
- Separate stalling for H-patt. shift and seq. shift
- Seq. clutch catch behaves like auto now, regarding brakes
Fixes:
- Properly disable steering wheel
- Draw wheel debug info boxes with less jerkiness
- Check if decorators exist before using them (prevent FiveM crash)
GTAVManualTransmission v4.3.6
Changelog
4.3.6
No incompatible config changes:
- Add
AlwaysHUD
to[HUD]
- Add
DisplayWheelInfo
to[DEBUG]
AlwaysHUD
allows using the mod's HUD/speedo even when the manual transmission part itself is offDisplayWheelInfo
is decoupled fromShowInfo
and can be shown on its own to prevent UI clutter
Fixes:
- Fix crash on exit/enter/switch vehicle and enable/disable mod