Wizard Manual Transmission, RPM cutlimit, Clutch key
lua<br>Config.ShowUI = <span>true</span> <span>-- Enable/disable gear display UI</span><br>Config.UIloc = <span>"custom"</span> <span>-- UI position: "top-right", "top-left", "custom"</span><br>Config.CustomUILoc = {top = <span>95</span>, right = <span>46.7</span>} <span>-- Custom UI position (percentage)</span><br>
lua<br>Config.GearBoxMode = <span>"gearboxmode"</span> <span>-- Command to toggle transmission mode</span><br>Config.WizardMileage = <span>true</span> <span>-- Enable Wizard Mileage integration</span><br>Config.ManualClutch = <span>true</span> <span>-- Enable/disable clutch requirement</span><br>Config.RpmCut = <span>true</span> <span>-- Enable Rpm Cut system</span><br>Config.RpmCutTime = <span>130</span> <span>-- Rpm cut limit timer, lower = more beautiful sound (110 - 200)</span><br>Config.RpmCutMax = <span>1.0</span> <span>-- The maximum rpm when using Rpm Cut timer (0.0 - 1.0)</span><br>Config.RpmCutMin = <span>0.8</span> <span>-- The minimum rpm when using Rpm Cut timer (0.0 - 1.0)</span><br>Config.SendChatText = <span>false</span> <span>-- Enable/disable gear change notifications</span><br>
lua<br>Config.ShiftUp = <span>188</span> <span>-- Key for shifting up (Arrow up)</span><br>Config.ShiftDown = <span>187</span> <span>-- Key for shifting down (Arrow down)</span><br>Config.ClutchKey = <span>21</span> <span>-- Key for clutch (Left Shift)</span><br>
wizard-transmission/<br>├── client/<br>│ └── client<span>.lua</span><br>├── <span>html</span>/<br>│ ├── index<span>.html</span><br>│ └── script<span>.js</span><br>├── config<span>.lua</span><br>├── fxmanifest<span>.lua</span><br>└── README<span>.md</span><br>
For support, bug reports, or feature requests:
This project is licensed under the MIT License - see the LICENSE file for details.
Wizard Transmission
A FiveM resource that adds manual transmission functionality to vehicles, allowing players to manually shift gears and use a clutch system.- Manual and automatic transmission modes
- Clutch system support
- Customizable UI for gear display
- RPM warning system
- RPM cut limit
- Integration with Wizard Mileage script
- Configurable key bindings
- Chat notifications for gear changes
- None required
- Optional: for mileage tracking and clutch wear integration
- Download the latest release
- Extract the wizard-transmission folder to your server’s resources directory
- Add ensure wizard-transmission to your server.cfg
- Restart your server
lua<br>Config.ShowUI = <span>true</span> <span>-- Enable/disable gear display UI</span><br>Config.UIloc = <span>"custom"</span> <span>-- UI position: "top-right", "top-left", "custom"</span><br>Config.CustomUILoc = {top = <span>95</span>, right = <span>46.7</span>} <span>-- Custom UI position (percentage)</span><br>
lua<br>Config.GearBoxMode = <span>"gearboxmode"</span> <span>-- Command to toggle transmission mode</span><br>Config.WizardMileage = <span>true</span> <span>-- Enable Wizard Mileage integration</span><br>Config.ManualClutch = <span>true</span> <span>-- Enable/disable clutch requirement</span><br>Config.RpmCut = <span>true</span> <span>-- Enable Rpm Cut system</span><br>Config.RpmCutTime = <span>130</span> <span>-- Rpm cut limit timer, lower = more beautiful sound (110 - 200)</span><br>Config.RpmCutMax = <span>1.0</span> <span>-- The maximum rpm when using Rpm Cut timer (0.0 - 1.0)</span><br>Config.RpmCutMin = <span>0.8</span> <span>-- The minimum rpm when using Rpm Cut timer (0.0 - 1.0)</span><br>Config.SendChatText = <span>false</span> <span>-- Enable/disable gear change notifications</span><br>
lua<br>Config.ShiftUp = <span>188</span> <span>-- Key for shifting up (Arrow up)</span><br>Config.ShiftDown = <span>187</span> <span>-- Key for shifting down (Arrow down)</span><br>Config.ClutchKey = <span>21</span> <span>-- Key for clutch (Left Shift)</span><br>
- Use /gearboxmode to toggle between manual and automatic transmission
- In manual mode:
- Press Arrow Up to shift up
- Press Arrow Down to shift down
- Hold Left Shift for clutch (if enabled)
- Current gear number
- Warning indication when RPM is too high
- Neutral (N) when stationary
- Reverse (R) when in reverse
wizard-transmission/<br>├── client/<br>│ └── client<span>.lua</span><br>├── <span>html</span>/<br>│ ├── index<span>.html</span><br>│ └── script<span>.js</span><br>├── config<span>.lua</span><br>├── fxmanifest<span>.lua</span><br>└── README<span>.md</span><br>
For support, bug reports, or feature requests:
- Join our
- Visit our
This project is licensed under the MIT License - see the LICENSE file for details.