Hello! As most of you know, many people have problems with the handling of some cars *cough* bolide *cough* ^^ So what I wanted to do is adding electronic stability and traction control to vehicles to make driving them a lot easier. (I couldn't find anything in the wiki about esc and tcs) My first try now is on the covet ("hatch") and here's what i did: -Took "sunburst_esc" from the "sunburst" folder and copied it into the "hatch" folder -Renamed it "hatch_esc" and also changed everything inside the file to "hatch..." -Went into the "hatch_body" file and added a slot for esc (copied again from sunburst_body and renamed everything to hatch) Problem: The slot doesnt show up in the game. Why? Do I need to add data for esc and tcs in some other file or did I do something wrong? (Btw i'm still very new to editing files for this game) Thank you!
im just got to follow this thread because i need a ESC and TCS for some cars, because they are to powerfull to handle and thats why i never drive them. hope you will figure it out (and if you do maybe a little tutorial for the plebs?? (me)
It probably was a mod I still had installed, I got the slot now ingame Here is my first version of it, it includes: - Barstow (ABS doesn't work yet for some reason) - Bolide - Covet - Grand Marshal - 200BX (Please note that ESC and TCS dont work as good for the old cars because of their wobbly suspension) I recommend you try driving a road without ABS, ESC+TCS and then drive the same road again with assists to compare the handling Please tell me what you think about it! If you want you can also tell me which car to add electronics next Drop the Zip into C:\Users\"Username"\Documents\BeamNG.drive\mods
will test it for you and will come back with some results (right of the bat the 200BX is finally drivable for me :$) edit: i absolutely love this mod, for me it was just about the bolide and the 200BX because those 2 where undrivable. i don't know any cars that might need them maybe some configs?
Nice mod ! could you add it to the kerraz please? i love this car, but it always spins uncontrolably above 100km/h.
I'm glad you enjoy it I will first finish this mod for the other cars which don't have electronics. Later I might finetune the settings for different vehicles. Is "kerraz" a vehicle mod? I couldn't find anything with that name or what do you mean?
The car is very wobbly which makes it unstable but maybe it still helps you a bit. Put those 2 files in kerras.zip\vehicles\kerras
Do you have other vehicle mods installed? If you have mods for any of the listed cars, they might interfere. Mod moved here: http://www.beamng.com/resources/oxnitrons-electronics.949/
Moderation haven't published it yet, they're unlikely to when you're overwriting base game files unfortunately
Oh I thought other mods work the same way. I guess I'll just post it here then but does it really count as overwrite? Because you put it in the mods file, not in the game folder and I only added content, I didnt change anything from the old data inside the jbeam files. Supported vehicles: Barstow Bolide Burnside Covet Grand Marshal Miramar Moonhawk Pessima (old and new) 200BX
you replace the actual jbeam part "barstow_body" and equivalents for each other vehicle you support in order to add the slot. Its that which will prevent it passing the repo guidelines. You wont find any mods overwriting these stock parts. Things like my RHD covet I made an entirely new body for the slot, though in that case I was swapping for an entire RHD version anyway rather than just adding 1 slot. Its unfortunately the only way you really have to go though.
I looked how it was made in this mod for the differentials http://www.beamng.com/resources/mo´differentials.277/ doesnt he also overwrite the engine/suspension.jbeam then?
he does, but mod guidelines were looser then and I think that's the very mod that triggers the requirement for not overwriting, that mod, needlessly too breaks quite a few current vehicles.
That's unfortunate I don't want to make a whole seperate body only for ESC and TCS, I guess I'll see what they say after they checked it. If they don't approve, I'll just keep the mod here for the people who want a drivable bolide
i think if you just add the file (example) coupe_body.jbeam in a new folder with only the following code it will just add the slot to the existing jbeam. havent tested if this will work. but it might be. Code: { "coupe_body": { "information":{ "authors":"BeamNG", "name":"Unibody", "value":5000, } "slotType" : "coupe_body", "slots": [ ["type", "default", "description"] //esc ["coupe_ESC","", "Electronic Stability Control"], ], } } once again. im not sure if this will work as i think it will.
I don't have beamng available right here, but go double check what slots the bodies and frames have, I know some of the newer vehicles have a "mod" slot, might be able to use that