How To Create a "Hybrid" Car in Automation & BeamNG.drive

Channel:
Subscribers:
23,200
Published on ● Video Link: https://www.youtube.com/watch?v=K62VHChuzc0



BeamNG.drive
Game:
Category:
Tutorial
Duration: 11:47
3,827 views
108


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


2021-12-03BeamNG.drive Update 0.24 (New Map Feature, Remastered Vehicles, & More!)
2021-12-01I've Made a Record Breaking Hypermiler! | Automation The Car Company Tycoon Game & BeamNG.drive
2021-11-281980's Budget Off-Roader Challenge Testing: Part 2 | Automation & BeamNG.drive
2021-11-261980's Budget Off-Roader Challenge Testing: Part 1 | Automation & BeamNG.drive
2021-11-18The Most Torque in a V16 Engine Ever | Automation The Car Company Tycoon Game
2021-11-14I've Made The Most Ridiculous Donk Truck Ever! | Automation Game & BeamNG.drive
2021-11-09The Most Torque in a V12 Engine Ever | Automation The Car Company Tycoon Game
2021-11-051980's Budget Offroader Challenge Overview | Automation The Car Company Tycoon Game
2021-11-02The Most Torque in a V10 Engine Ever | Automation The Car Company Tycoon Game
2021-10-29No Brakes, No Problem! | Automation The Car Company Tycoon Game & BeamNG.drive
2021-10-24How To Create a "Hybrid" Car in Automation & BeamNG.drive
2021-10-19The Most Torque in a V8 Engine Ever | Automation The Car Company Tycoon Game
2021-10-14The World's Fastest Ibishu Pigeon Ever? | Automation The Car Company Tycoon Game & BeamNG.drive
2021-10-10The Most Torque in a V6 Engine Ever | Automation The Car Company Tycoon Game
2021-10-06I Legit Died Loading Hay Bales! | My Summer Car #3
2021-09-28The Most Torque in an Inline 6 Engine Ever | Automation The Car Company Tycoon Game
2021-09-25I Finally Made a Working Hybrid Hatchback! | Automation The Car Company Tycoon Game & BeamNG.drive
2021-09-22Work Van Gets Hit by a Train! | Accident #10
2021-09-18The Most Torque in an Inline 5 Engine Ever | Automation The Car Company Tycoon Game
2021-09-14The Most Torque in an Inline 4 Engine Ever | Automation The Car Company Tycoon Game
2021-09-10The Most Expensive Car Ever Made? | Automation The Car Company Tycoon Game & BeamNG.drive



Tags:
Automation The Car Company Tycoon Game
Automation
BeamNG.drive
Automation Game
Automation Beamng
beamng
beamng drive
beamng automation
Automation UE 4.24
Automation Game BeamNG
Automation Game Tutorial
Automation Hybrid Car
Automation Game Hybrid Car
Automation Hybrid Tutorial
Automation Game Hybrid Tutorial
BeamNG Hybrid Car Tutorial
BeamNG.drive Hybrid Car
Automation Electric Car
TRIZE
Automation TRIZE
Automation Game Electric Car
How To Make a Hybrid Car



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.