Simulates continuously variable transmission on modern family cars.
Auto adapts to any car, minimal data tweaking required.
Type-E stands for economy, shift up / down only changes the gear range. (in "R-N-D-L" order)
※ Gear range readout is supported by Gran Turismo HUD Spec III.
※ Sport mode & Manuel mode will be featured with Type-S.
Changes & Fixes in V1.0:
Added "L range" (pressing "next gear" in forward gears to enter, "previous gear" to exit)
Torque converter simulation completely redone for better accuracy in every aspect.
Improved shifting algorithm at low throttle input.
Improved torque converter clutch lock-up algorithm.
Added complex engine power calculation to optimize gear ratio target.
Engaged gear data now sends the closest gear (in manuel) to the current gear ratio.
Added gear range data output.
Fixed a bug which messed up top speed calculation.
Final gear ratio no longer stuck in default when setup is changed.
Shift up / down no longer bypass the shifting algorithm and override the engaged gear directly.
Compiling data folder to data.acd no longer stop the script.
Features:
Torque Converter with Clutch Lock-Up Simulation
Torque Multiplication Effect Simulation
Continuously Variable Gear Ratio Simulation
Shifting Algorithm Based on Real Cars
Auto Physics Calculation & Adaption for every car
AI Car Support (without torque converter simulation)
KsACD (data.acd) Support
Known Issue:
Not working for online.
Not working for cars with data encryption.
AI cars will going backwards after session restart.
1. Extract the data.acd of the car you want to use through Content Manager or KunosSDK
2. Open car.ini in data folder and edit it to match the values below.
[HEADER]
VERSION=extended-2
3. Open drivetrain.ini in data folder and edit it to match the values below.
[GEARBOX]
VALID_SHIFT_RPM_WINDOW=100000
CONTROLS_WINDOW_GAIN=1
[AUTOCLUTCH]
FORCED_ON=0
[AUTOBLIP]
ELECTRONIC=0
4. Check Use unpacked data if exist at CM's Drive Page with exact same car selected. (Or recompile data folder to data.acd.)
5. Make sure Automatic shifting, Automatic clutch & Autoblip are disabled in CM's driving assist menu.
6. Rename Veget CVT-E v1.0 rc1.lua to script.lua
7. Place script.lua into the data folder.