How To Create a "Hybrid" Car in Automation & BeamNG.drive
After creating the Atlas Fairfax Hyco hybrid hatchback a month ago. I decided to create a tutorial video on how to make your Automation made car into a hybrid in BeamNG.drive with some file editing. Whether if your car's FWD or RWD, it's capable of becoming a hybrid!
*Check the pinned comment or the description for every line of code added in this video.*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Timestamps:
0:00 Intro
0:32 Exporting Car to BeamNG
1:31 Unpacking the Car's Files
2:09 Accessing the camso_engine.jbeam File
2:45 Adding the First Line
3:27 Adding the Driveshaft and Axle Lines
5:05 Inserting the Motor's Performance Data
6:45 Inserting the Battery Class
7:11 Double-Check Your Changes & Save
7:35 Proof of Motor Working
7:59 Initial Tests
8:29 Altering the File Again
9:31 Final Changes Made to the Car
9:57 Hybrid vs. Stock MGTs (0-62 Tests)
10:57 Quick Driving With Engine Off in Hybrid
11:21 Conclusion
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Social Media:
https://twitter.com/OfficialTRIZE
https://www.facebook.com/OfficialTRIZE
https://discord.gg/rb4mMzZ
Website:
https://trizemedia.wordpress.com/
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Specs:
CPU: Intel Xeon W3690 (6C/12T @ 3.46 GHz)
GPU: Nvidia Geforce GTX 1070 Founder's Edition
SSD: Crucial MX300 525GB
HDD: WD Black 4TB 7200 RPM
RAM: 24 GB @ 1333 MHz DDR3
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CREDITS:
LINKS:
Notepad++: https://notepad-plus-plus.org/downloads/
OUTRO:
Song: Running Hot
Music Provided by Music Bakery Publishing (BMI)
Produced by Jack Waldenmaier
OTHER:
Subscribe Button & Bell Animation by letuscreatesomething
Source: https://gumroad.com/l/subscribeandbell2
Whoosh SFX by Austin Newman
Source: https://www.youtube.com/watch?v=rvaTKOpRxlQ
#Automation #AutomationGame
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Code used (in order):
["Camso_Electric_Motor","Camso_Hybrid", "Hybrid Motor"],
["differential", "motorDiff", "frontMotor", 1, {"diffType":"lsd", "gearRatio":3.94, "diffTorqueSplit":0.50, "lsdLockCoef":0.30, "lsdRevLockCoef":0.30, "lsdPreload":50, "uiName":"Differential", "defaultVirtualInertia":0.25}],
["shaft", "wheelaxleFL", "motorDiff", 1, {"connectedWheel":"FL", "friction":0}],
["shaft", "wheelaxleFR", "motorDiff", 2, {"connectedWheel":"FR", "friction":0}],
"Camso_Hybrid": {
"information":{
"authors":"Camshaft Software",
"name":"Hybrid Motor",
}
"slotType" : "Camso_Electric_Motor",
"slots": [
["type", "default", "description"]
["Camso_battery","Camso_battery","Battery"],
["Camso_diff","Camso_EV_Transmission", "Transmission"]
],
"powertrain" : [
["type", "name", "inputName", "inputIndex"],
["electricMotor", "frontMotor", "dummy", 0],
],
"frontMotor": {
"torque":[
["rpm", "torque"]
[0, 256],
[500, 254],
[1000, 252],
[1500, 250],
[2000, 248],
[2500, 246],
[3000, 244],
[3500, 242],
[4000, 240],
[4500, 238],
[5000, 236],
[5500, 214],
[6000, 197],
[6500, 170],
[7000, 149],
[7500, 131],
[8000, 113],
[8500, 102],
],
"revLimiterType":"soft",
"revLimiterSmoothOvershootRPM":10,
//engine performance
"maxRPM":8500, //Max RPM before overrev damage is likely
"inertia":0.20,
"friction":0,
"dynamicFriction":0.05,
"waterDamage": {"[engineGroup]:":["engine_intake"]}, //Engine hydrolocks when nodes in this group go under water
"engineBlock": {"[engineGroup]:":["engine_block"]}, //Engine thermal mass is taken from nodes in this group
"fuel": {"[engineGroup]:":["battery"]},
"breakTriggerBeam":"engine",
"soundConfig": "soundConfigMotor",
"thermalsEnabled":false,
"engineBlockMaterial":"aluminium", //"aluminium" ,"aluminium", "iron"
"energyStorage": "mainBattery",
"requiredEnergyType":"electricity",
"electricalEfficiency": 0.98,
},
"vehicleController": {
"topSpeedLimitReverse": 15,
"topSpeedLimit": 134.112,
},
"soundConfigMotor": {
"sampleName": "ElectricMotor",
"mainGain": 0,
//"maxLoadMix": 0.65,
//"minLoadMix": 0,
//"onLoadGain": 1,
//"offLoadGain": 0.65,
//"eqLowGain": -15,
//"eqLowFreq": 100,
//"eqLowWidth": 0.05,
//"eqHighGain": -5,
//"eqHighFreq": 6000,
//"eqHighWidth": 0.1,
//"eqFundamentalGain": 2,
},
},
"Camso_battery": {
"information":{
"authors":"BeamNG",
"name":"40kWh Battery Pack"
"value":39800,
},
"slotType" : "Camso_battery",
"energyStorage": [
["type", "name"],
["electricBattery", "mainBattery"],
],
"variables": [
["name", "type", "unit", "category", "default", "min", "max", "title", "description"],
["$Efuel", "range", "kWh", "Chassis", 100, 0, 100, "Battery Level", "Initial battery charge", {"stepDis":0.5}],
],
"mainBattery": {
"energyType":"electricEnergy",
"batteryCapacity": 100,
"startingCapacity": "$Efuel",
},
},
Other Videos By TRIZE
Other Statistics
BeamNG.drive Statistics For TRIZE
TRIZE currently has 1,383,431 views spread across 210 videos for BeamNG.drive. This game accounts for over 3 days of watchable video on his channel, roughly 56.23% of BeamNG.drive content that TRIZE has uploaded to YouTube.