the most COMPLETE Hybrid Mod for BeamNG

Ойындар

do you remember that hybrid mod I made a little while ago? well today I'm supercharging it! Instead of powering another axle, this is going to work in line with your current (pun intended) powertrain
this mod has been available on my patreon for a week already, but once the update is approved, this mod will be available on the repository too - www.beamng.com/resources/univ...
send me stupid things on twitter fillman86
here's the discord - rules are don't be an arse lol / discord
my irl channel - / @fillman86irl
ever felt like you have too much money? - patreon.com/fillman86?...
my rig-
RTX3080
5600x
32 gigs ram
ThermalTake Argent K6 Keyboard
Moza R9/GS GT Wheel
Fanatec ClubSport V3 Pedals
cheap amazon shifter
feel free to use footage from my videos, up to 50% of any one video, just credit me, and supply a link to the video with it
edited by - geardrivencams (discord name)

Пікірлер: 132

  • @the_untextured
    @the_untextured2 ай бұрын

    4:30 Square brackets represent arrays, while curly brackets represent dictionaries/maps. An array is just an ordered list of items, while a dictionary/map has values assigned to keys.

  • @fillman86

    @fillman86

    2 ай бұрын

    well I'll be... is it a superfluous distinction to make in coding, or is it crucial for some reason? I'm fascinated by the choices of people who make things like these languages

  • @the_untextured

    @the_untextured

    2 ай бұрын

    @@fillman86 These 2 data structures are available in most coding languages. It is auite important I would say. An example of where you would use an array is if you had to describe a queue: [person1, person2, person3]. This is because each perzon is assigned to a position in this array, and the position can be described by an index, which (usually) starts at zero and increments in steps of 1 for each item. A dict/map on the other hand, is useful if the position of each item is either not an integer, or if it leaves gaps in the data. For example, if you want to assign a fruit to each person, you would do something like {"john" : "pear", "lucas" : "apple", "Anne" : "orange", "Owen" : "pear"} Hopefully this explanation was clear. Otherwise, there are way better explanations online.

  • @thermalops
    @thermalops2 ай бұрын

    Ima be very interested to see if the beamng devs ever add a hybrid car into the game what it will be like a properly simulated parallel/series-parallel combined in the trans. Or if it’ll be more like these mods where the motor is more of a boost motor then a main driving motor

  • @fillman86

    @fillman86

    2 ай бұрын

    I think both would be not too hard to implement if they really wanted to, but at the moment their priorities lie in different areas like vulcan implementation

  • @suchetangad8784
    @suchetangad87842 ай бұрын

    So, I was making an etk k series mod with the rotators and AWD hybrid powertrain. The issue of vibration is due to the inertia being too high at rpm upwards of 3000. I just added two shafts, one before the rotator at ev side and other after the ice side. Then you can add gearRatio to said shafts. For ex.- In my case the ev side gearing was, 12:1 and Ice side was 1:12. In this way you keep the rotators at whatever rpm needed... Also, I know the answer to both of your problems, 1. The ESC needs to be off because traction control treats the rotators (or Fill calls it fake wheels) as the wheels to take speed data from. And since they run at much higher rpm than actual wheels, that speed difference cuts the power. 2. The braking issue is because your front wheels are free while rear aren't. This is usually compensated by decoupling the torque converter from engine or depressing the clutch in pure ice cars. And for electric you have regen and friction braking blend. But here the inertia of rotators since connected rigidly to the powertrain, stops the brakes from engaging fully. This causes brake imbalance and ABS steps in...

  • @apollo7557

    @apollo7557

    2 ай бұрын

    Small question from the uninitiated, why do hybrid systems need the spinny thingy? Why not just treat it like another engine lol

  • @suchetangad8784

    @suchetangad8784

    2 ай бұрын

    ​@apollo7557 It is because the beamng powertrain logic won't allow 2 power generators in the same tree. Hence to trick the system(Not literally but just to make it work) rotators are required. That's why you can't have 2 engines in the same line.

  • @user-uv6bi8hg2q

    @user-uv6bi8hg2q

    2 ай бұрын

    Did you get to work?

  • @suchetangad8784

    @suchetangad8784

    2 ай бұрын

    @@user-uv6bi8hg2q Sorry but I didn't understood? Could you please rephrase it?

  • @user-uv6bi8hg2q

    @user-uv6bi8hg2q

    2 ай бұрын

    @@suchetangad8784 yeah sorry, English isn't my first language. Did you get your hybrid mod working?

  • @TiagoTiagoT
    @TiagoTiagoTАй бұрын

    17:18 Probably floating point rounding error. In short, the way the game engine stores numbers for positions only allows for a limited number of digits; so when you get too far from the center of the map, the coordinates grow enough it starts running out of decimal digits and the numbers.get more.and more spaced and uneven. If you keep going far.enough even the car geometry starts to visibly snap into the nearest "round" coordinates and things start getting wonkier and wonkier.

  • @fillman86

    @fillman86

    Ай бұрын

    but I was near the middle still

  • @RyanCasey007
    @RyanCasey007Ай бұрын

    Can we start a petition for the devs to just make the three most popular hybrid motors? H'S IMA, T's synergy drive, and whoever else has a good one.

  • @fillman86

    @fillman86

    Ай бұрын

    I wish they would, but currently they're saying that vulcan comes first

  • @wuiss__._
    @wuiss__._2 ай бұрын

    Filmann what if you put engine mounts on the e-motor that way the shaky doesnt tranfer to the car?

  • @fillman86

    @fillman86

    2 ай бұрын

    you can think of each end of the motor as being the mounts. But I believe the problem really was the feed back from the non-round wheels, and it just needed that rigidification that I added

  • @wuiss__._

    @wuiss__._

    2 ай бұрын

    @@fillman86 just to clarify, the wheels of the automation car itself or the wheels that transfer the power from the e-motor to the drivetrain?

  • @fillman86

    @fillman86

    2 ай бұрын

    @@wuiss__._ the wheels on the ground

  • @wuiss__._

    @wuiss__._

    2 ай бұрын

    @fillman86 i see i see, so in a vanila car wouldn't shake as bad or is an integral problem of beamng physics itself

  • @fillman86

    @fillman86

    2 ай бұрын

    @@wuiss__._ all beamng wheels/tyres physics tyres are made of quite large triangles. I show it in the video, but you can press ctrl+t to see it yourself :)

  • @ChaosPootato
    @ChaosPootato2 ай бұрын

    You have very interesting names in your Automation vehicles list. I wanna drive a Bleugh Yuck

  • @fillman86

    @fillman86

    2 ай бұрын

    lol sometimes I just feel a name fits, and whilst designing that car, I just felt "bleugh, YUCK!" lol

  • @GearGrindCanada
    @GearGrindCanada2 ай бұрын

    How to live pain: Step one; boot BeamNG Step two; boot visual studio code Step three; boot folders Step four; throw computer outs-

  • @fillman86

    @fillman86

    2 ай бұрын

    lol you remind me of a really old video of a man in a cubical getting angry, and then bashes his monitor with a keyboard

  • @GearGrindCanada

    @GearGrindCanada

    2 ай бұрын

    @@fillman86 it’s the full send or no send method. if you get slightly irritated, might as well destroy everything in sight 🤷‍♂️

  • @GrumpyIan

    @GrumpyIan

    2 ай бұрын

    ​@@fillman86I know exactly what video you're talking about, but the version I've seen had RuneScape effects added to it.

  • @GrumpyIan

    @GrumpyIan

    2 ай бұрын

    Step 5: Get mad at the person that wrote the code before you.

  • @marshilgaming1262
    @marshilgaming12622 ай бұрын

    People: how introvert your are? fillman: i do new inventions in beamng😂😂 love you videos sirr❤❤❤❤

  • @fillman86

    @fillman86

    2 ай бұрын

    the best thing about modding? You don't have to go outside to do it

  • @kaesa3_
    @kaesa3_2 ай бұрын

    This is cool, man. ive seen many hybrid mods cross across BeamNG over the years, but not one near as over-engineered as this! though BMW over engineers everything, and you've heard the symphony that is their V8 engines. Keep it up!

  • @fillman86

    @fillman86

    2 ай бұрын

    lol the difference between me and BMW is that I don't make my things to break so I make more money from you maybe I could make my videos to break, getting more views? :P and then I'll sit in your seat before you, warming it up, and then charging you a subscription for it

  • @jireh506
    @jireh506Ай бұрын

    Hey Fillman86, love your content, I've been experimenting with your hybrid setup if you replace "electricsThrottleFactorName": "throttleFactorRear" with something like "fog" or "horn" you can have the electric motor only on when pressing said button, or you can set it to "gear_M" to have it forward in forward gears and have it work in reverse as well. Thank you again for all you do! You are the best! Enjoy.

  • @fillman86

    @fillman86

    Ай бұрын

    I can also just make a keybind, and set it to activate it in the lua, or a toggle on or off too but it's cool that you found other options :)

  • @jireh506

    @jireh506

    Ай бұрын

    @@fillman86 I did not know that, but that makes sense lol, anyways thanks again for this mod, it truly improved hybrid systems for me

  • @jireh506

    @jireh506

    Ай бұрын

    @@fillman86 also would it be fine for me to upload automation mods with your code included or would you prefer that I link them to your mod?

  • @fillman86

    @fillman86

    Ай бұрын

    @@jireh506 nah I'm fine with that, as long as you don't re-sell it credit isn't required, but it is appreciated

  • @jireh506

    @jireh506

    Ай бұрын

    @@fillman86 I'll definitely give credit, and I only make free mods since I use automation.

  • @melomelo420
    @melomelo4202 ай бұрын

    fav beam youtuber, i love watching process of modding beamng

  • @fillman86

    @fillman86

    2 ай бұрын

    thanks :) I'm glad you like my videos

  • @General_Madness
    @General_Madness2 ай бұрын

    Yay another mod to add to my 330 mods lol I need help with my mod problems

  • @fillman86

    @fillman86

    2 ай бұрын

    haha and the more mods you have, the less stable the game is

  • @General_Madness

    @General_Madness

    2 ай бұрын

    @@fillman86 ​​⁠yeah lol, I have to clear cache and do integrity checks like all the time, and when I update all my mods it is so bad like stuff not downloading and like 69 error messages, looks like when you were first making mod videos lol. Also, the mods are all activated, and I never deactivate because I am a hoarder of mods

  • @RooMan93
    @RooMan932 ай бұрын

    0:00 SPEEeeEEnnNNN

  • @fillman86

    @fillman86

    2 ай бұрын

    kicked right in the speen

  • @ZdrytchX
    @ZdrytchX2 ай бұрын

    afaik electric motors are still buggy, might have to wait a few more years before we get a better electric motor system. On the other hand there's nothing really stopping you from forking the original electric motor and making them more realistic

  • @imDanoush
    @imDanoush2 ай бұрын

    For braking, I'd say maybe add friction (in reality try to spin the motor the other way) when applying brakes? IDK even if that is possible but it kinda acts like real life - The re-gen for motors.

  • @jamesscroggin5266
    @jamesscroggin5266Ай бұрын

    just keep calm and hybrid on

  • @jwalster9412
    @jwalster94122 ай бұрын

    So whats next? A hyber scintilla like it always should have been? (I haven't watched the video gully yet, just am fyi)

  • @fillman86

    @fillman86

    2 ай бұрын

    the problem there is that the scintilla just had bad suspension, and terrible aero

  • @camboi6103
    @camboi6103Ай бұрын

    CYCJoseph's Capsule Bus has a working hybrid system but idk how it works and it requires another mod

  • @fillman86

    @fillman86

    Ай бұрын

    well here's a fully functioning mod for you to use :)

  • @Finnjaymakes
    @Finnjaymakes2 ай бұрын

    Hey Fillman, a bit off topic but I’ve got this issue where I export an Automation car and it’s just completely invisible and also, I used the working steering wheel tutorial I did everything right and in BeamNG The steering wheel was invisible can I have help?

  • @fillman86

    @fillman86

    2 ай бұрын

    invisible cars? I believe they take a memory dump from the GPU, so maybe there's a driver compatibility issue? I dunno man as for the wheel, the only thing that I know has changed is that you don't have to count mirrored objects anymore (pinned comment on that video)

  • @Finnjaymakes

    @Finnjaymakes

    2 ай бұрын

    @@fillman86 Thanks for the response I appreciate it, I do know about the Automation update with the wheel, I did have a warning that I need to clear up some storage on my PC, but it really shouldn’t do I just don’t know what’s happening.

  • @omarbaasz
    @omarbaasz25 күн бұрын

    If it is possible to make a "second transmission" mod to put on the rear or front diff, would that make it so that you could use this mod as an addon, like for example I have a rwd car from automation, would it be possible to add in a second transmission for the front diff to add this mod into it?

  • @fillman86

    @fillman86

    25 күн бұрын

    the problem is that beamng can't shift 2 gearboxes. This electric motor is always directly engaged, so there's no shifting

  • @f4r3nproot
    @f4r3nproot2 ай бұрын

    You should look into vehicle controllers. It's LUA code, but LUA's kinda basic. There's also the hybrid mod from Arcanox, with a etk 800 and wentward hybrid. Just don't forget to also grab arcanox core, since that actually has the hybrid "system". I tried to adapt the wentward version to the t series and failed spectacularly because i don't have the patience or knowledge to be tinkering with the jbeam, nevermind lua, but i think you might have a bit of success.

  • @fillman86

    @fillman86

    2 ай бұрын

    luckily this implementation doesn't need lua, and also allows for simple tuning from the tuning menu :) I've done lua in the past, and I know enough to make things I need, but otherwise I prefer to avoid it where possible.

  • @coltonriggan4072
    @coltonriggan40722 ай бұрын

    Challenge: build an electric assisted gas powered super car that the idea is to compete with the C8 E-Ray corvette and race it. Just for funzies

  • @harleytarrant3009
    @harleytarrant30092 ай бұрын

    Great video fill, getting some real mass effect vibes with the background music, i love it

  • @fillman86

    @fillman86

    2 ай бұрын

    haha we've come up with a way to plan our music better now. I'm glad you were able to pick up on it personally I'm not a musical person, so I tend to brush over it lol

  • @harleytarrant3009

    @harleytarrant3009

    2 ай бұрын

    @fillman86 Have you ever played mass effect? Amazing game very highly recommend, keep the videos coming fill, both you and your editor are doing absolutely great!

  • @FIashOOT
    @FIashOOT2 ай бұрын

    Day 5 of commenting: You probably wont do it, but anyway. Here is a car Suggestion if you want: the Xiaomi su7. There are 3 variants of it, different in their Performance. I thought,that it would be a bit more of a Challenge if you would be able to switch modes in that car. But while driving, so you press a button and you can select between the Performance and the Suspension settings(like race mode with hard Suspension and comfort with soft ones). I thought Maybe 3 modes,and each mode should match the Performance of the 3 variants of the su7. Maybe you are interessted. Sorry for my bad Englisch,its not my native language. If you dont understand what i meant, i could try to rewrite it and explain it better if you want. But anyways,i really love your videos

  • @Frieze_XD
    @Frieze_XD2 ай бұрын

    Hey fil, do you know about the Honda CR-Z? It’s one of my favorite hybrids because of one thing: it came in a manual.

  • @fillman86

    @fillman86

    2 ай бұрын

    oh that's interesting, well you can do that with this mod too

  • @nebo37
    @nebo372 ай бұрын

    Hey fill i got a question. How do i add more torque to a vehicle without adding more power because when i edit the torque numbers in the engine jbeam it also increases the horsepower

  • @Mortal_3j4

    @Mortal_3j4

    2 ай бұрын

    Horsepower is the result of torque and rpm's. So you can't just change one without affecting the other. You have to lower the rpm to have the same power at more torque.

  • @fillman86

    @fillman86

    2 ай бұрын

    it's derivative of torque and RPM like mortal says. If you only care about peak power, then the lower the RPM, the less power it'll make. So just add the torque at a lower RPM

  • @timposter
    @timposter2 ай бұрын

    22:35 Don't buy your cars boring.

  • @BlackAlbinoDragon90
    @BlackAlbinoDragon902 ай бұрын

    17:26 i have a feeling this could be utilized/exploited to improve vehicle handling.

  • @fillman86

    @fillman86

    2 ай бұрын

    haha very possible.... maybe one day

  • @hunterbreeden8100
    @hunterbreeden81002 ай бұрын

    Have you heard of the 1913-1932 hank model 8 they’ve been having jbeam issues and would love you’re help

  • @fillman86

    @fillman86

    2 ай бұрын

    haha I don't have time to work on mods that aren't for individual videos

  • @hunterbreeden8100

    @hunterbreeden8100

    2 ай бұрын

    @@fillman86 i respect that

  • @user-AC-Automotive
    @user-AC-Automotive2 ай бұрын

    Filmann, what if you took this hybrid system and put it into the semi truck and make a fuel efficient truck

  • @fillman86

    @fillman86

    2 ай бұрын

    unfortunately it'd only be viable in short range deliveries, not large semi trucks, much like the real world and how the tesla semi isn't going so well

  • @filippoalbertotragni8860
    @filippoalbertotragni8860Ай бұрын

    0:56 What's background song ?

  • @user-uv6bi8hg2q
    @user-uv6bi8hg2q2 ай бұрын

    @fillman86 will you update it to work with vanilla cars?

  • @fillman86

    @fillman86

    2 ай бұрын

    it'd be possible

  • @user-uv6bi8hg2q

    @user-uv6bi8hg2q

    2 ай бұрын

    @@fillman86 then I'll wait patiently 😁

  • @keithkirkwood5063
    @keithkirkwood50632 ай бұрын

    I have a go cart mod I was working on in Automation but in BeamNG I'm having some. Well. Exploding issues... If I was to send you the mod could you fix it? I am very new to this moding stuff.

  • @fillman86

    @fillman86

    2 ай бұрын

    automation is meant for making cars, not things like open wheelers, or light vehicles. As a result those types are often unstable. I'd suggest trying to make the car body's paint a fully 100% transparent glass material. It'll look odd in automation a bit, but it'll at least export a little better (unless you've been walking under ladders, and smashing mirrors)

  • @keithkirkwood5063

    @keithkirkwood5063

    2 ай бұрын

    @@fillman86 That's a great Idea! Thank you for responding to your comments, I think everyone appreciates it a lot!

  • @zigenstern
    @zigenstern2 ай бұрын

    This tutorial was electrifying >:)

  • @fillman86

    @fillman86

    2 ай бұрын

    haha I don't make my videos as tutorials anymore.... mostly because people struggled to stay interested in, "I'll do this. Oh it didn't work. Let me try this instead. Oh that didn't work either. Let me try this instead" about 100 times lol

  • @zigenstern

    @zigenstern

    2 ай бұрын

    @@fillman86 you say they aren't tutorials, but I'm still learning, at it's good enough for me to continue this long running joke

  • @fillman86

    @fillman86

    2 ай бұрын

    @@zigenstern well I do have a proper tutorial from a few months ago which should help a lot

  • @Kilgorio
    @Kilgorio2 ай бұрын

    Nice good job fillllmannnn

  • @fillman86

    @fillman86

    2 ай бұрын

    Thanks!

  • @bigyammer
    @bigyammer2 ай бұрын

    get some rest bro, i'm from gawler aswell...

  • @fillman86

    @fillman86

    2 ай бұрын

    haha making mods like this is quite tiring

  • @thefinancialerror
    @thefinancialerror2 ай бұрын

    yoink.

  • @fillman86

    @fillman86

    2 ай бұрын

    lol yeah

  • @beansfence6995
    @beansfence69952 ай бұрын

    Oh I thought The Title Said "This Complete Broked Hybrid Mod" So There will Be More Hybrid Cars? In repository?

  • @fillman86

    @fillman86

    2 ай бұрын

    well the code is all there, people can do with is as they please

  • @handles_are_a_bit_rubbish
    @handles_are_a_bit_rubbish2 ай бұрын

    Is it not possible to have the intercept happen going into the gearbox? I know there's a few cars out there with that configuration and, if paired with a CVT, is probably the best approximation of a hybrid system you could make currently. Also at 18:08 you mention not making an AWD vehicle when there's one right there, Classic Filman!

  • @fillman86

    @fillman86

    2 ай бұрын

    if you wanted it in the gearbox, that'd be possible, but for it to be universal like this, you'd then have to set every gear, and when the gearbox shifts each car. This is a much simpler implementation

  • @yellowlemon_056
    @yellowlemon_0562 ай бұрын

    Wtf happened to the car at 18:28

  • @fillman86

    @fillman86

    2 ай бұрын

    lol it was quite odd, but it was just the body seemed to have a bug in it :/

  • @EGGSHELLEDIT
    @EGGSHELLEDITАй бұрын

    360 a the start

  • @Choveledits
    @Choveledits2 ай бұрын

    Hey filman make a supercharger + turbo mod

  • @scrambledmandible

    @scrambledmandible

    2 ай бұрын

    The Superbo

  • @fillman86

    @fillman86

    2 ай бұрын

    already did that kzread.info/dash/bejne/iYmL2tp7mK2rhc4.html enjoy :)

  • @Choveledits

    @Choveledits

    2 ай бұрын

    @@fillman86 also how to get the automation beta cuz its not there for me

  • @janebryant7543
    @janebryant75432 ай бұрын

    Hello

  • @fillman86

    @fillman86

    2 ай бұрын

    high

  • @st.coiled
    @st.coiled2 ай бұрын

    wait you get paid?

  • @fillman86

    @fillman86

    2 ай бұрын

    a pittance lol I make the equivalent of $6.5usd per hour

  • @st.coiled

    @st.coiled

    2 ай бұрын

    @@fillman86 still more than me😔

  • @fillman86

    @fillman86

    2 ай бұрын

    @@st.coiled yes, but if you worked full time, and still managed to feed yourself, you'd be a bit miffed too

  • @super_loaf2
    @super_loaf22 ай бұрын

    fillman86 4

  • @fillman86

    @fillman86

    2 ай бұрын

    okay...

  • @cylus_sector9
    @cylus_sector92 ай бұрын

    17seconds 13views 10likes

  • @fillman86

    @fillman86

    2 ай бұрын

    early club :D

  • @cylus_sector9

    @cylus_sector9

    2 ай бұрын

    @@fillman86 i love your videos and especially your humor!!! have a nice day (its 2pm here xD)

  • @bingbonglol69
    @bingbonglol692 ай бұрын

    how about this: dont do a hybrid in beamng

  • @fillman86

    @fillman86

    2 ай бұрын

    lol sure, but hybrids aren't bad, companies that make boring or bad hybrids are the problem :P

  • @handles_are_a_bit_rubbish

    @handles_are_a_bit_rubbish

    2 ай бұрын

    Why not? It's pretty much the only thing the game's missing.

  • @JohnL_S17
    @JohnL_S172 ай бұрын

    why do you use such boring monotone music?

  • @JohnL_S17

    @JohnL_S17

    2 ай бұрын

    man its giving me a headache. id have no problem with no music at all

  • @fillman86

    @fillman86

    2 ай бұрын

    I had asked the editor for more music changes to fit the mood, but I guess he forgot

  • @axemangt
    @axemangt2 ай бұрын

    3 views after 49 seconds really fell off....

  • @doctortwilight

    @doctortwilight

    2 ай бұрын

    This joke really fell off.

  • @gordonfreeman9641

    @gordonfreeman9641

    2 ай бұрын

    ​@@doctortwilight5 likes in 1 hr, fell off

  • @Ksinu192

    @Ksinu192

    Ай бұрын

    ​@@gordonfreeman96410 likes in 10 days, bro fell off

Келесі