Every car (aside from the pigeon and semi) now have options for a 4 and 6 speed drag oriented transmission. All of the transmissions come with the ability to tune each gear to your liking, get a choice of 3 torque converters, shifting valve body and a transbrake. Each torque converter has the ability to lock-up if the user feels such is necessary for their application, this lockup is completely tuneable with both minimum gear and rpm adjustment. The 3 torque converters go as follows: the "Low Stall Converter" which is set up to be capable to handling all the torque that a full boost and spray car can produce, the "High Stall Converter" which is set up to allow you to launch at full boost and/or peak torque when using the transbrake, and the "Medium Stall Converter" which is somewhere in between. There is an inherent trade off you have to make if your run a car fully on converter, that's why I also gave the option to lock up the converters, this way you can get all the crazy launch you want and not have to worry about losing out on the top end up by blowing through a converter. Now as for the valve body, for those who don't know a vavle body is effectively the brain of an automatic transmission, a full manual as it implies causes the shifting to be entirely manual, automatic manual gives you a drive gear and the ability to shift manually, and an automatic gives you a drive gear and in most cases the ability to hold 1st and 2nd gear.
I chose to make 4 and 6 speed boxes for a couple of reasons. One I feel they give the user alot more choice in application, meaning even though these transmissions are intended for drag racing they can be used for much more. Two to me it just make more sense to me as an individual in the modern day to run a 4 or 6 speed as compared to 2 and 3 speed box. And thirdly there's already another modder who has made 2 and 3 speed powerglides, and I have no place taking his thunder.
Below you will see the source code for the valve body and transbrake options. As always this goes to everyone dev and user please use this to improve your own creations, don't ask me for permission, just use it. I don't care about credit, I care about the game being improved.
VVV Source Code VVV
["valve_body","valve_body_auto_manual_bwg","Valve Body", {"coreSlot":true}],
["trans_brake","","Transbrake"],
}
"valve_body_auto_manual_bwg": {
"information":{
"authors":"Wahlfactor"
"name":"Automatic Manual Valve Body",
"value":1500,
}
"slotType" : "valve_body",
"vehicleController": {
"automaticModes":"PRNDM",
}
}
"valve_body_manual_bwg": {
"information":{
"authors":"Wahlfactor"
"name":"Full Manual Valve Body",
"value":1000,
}
"slotType" : "valve_body",
"vehicleController": {
"automaticModes":"PRNM",
}
}
"valve_body_automatic_bwg": {
"information":{
"authors":"Wahlfactor"
"name":"Automatic Valve Body",
"value":500,
}
"slotType" : "valve_body",
"vehicleController": {
"automaticModes":"PRND21",
}
}
"trans_brake_bwg": {
"information":{
"authors":"Wahlfactor"
"name":"Transbrake",
"value":500,
}
"slotType" : "trans_brake",
"controller": [
["fileName"],
["transbrake", {}],
],
},
}
Dismiss Notice
In the upcoming weeks mod approvals could be slower than normal.
Thank you for your patience.
In the upcoming weeks mod approvals could be slower than normal.
Thank you for your patience.

Unsupported Better Drag Transmissions 2.01
Drag transmissions done better.