Separate names with a comma.
So here's my problem. I've made a jbeam part that uses a custom controller with the path: \lua\vehicle\controller\. Inside the controller file...
[ATTACH] This mod removes automatic turn signal cancelling. Should work with all vehicles (didn't check ¯\_(ツ)_/¯). How it works: when the lua...
About the mod [ATTACH] Ever noticed that when you open a door, external sounds don't get louder? This mod is an attempt to fix that. How it...
local M = {} local function onExtensionLoaded() if -- checking some condition here -- then extensions.unload(M) end end local function...
Headlight props some why are being disabled in replay mode (see video). Any ideas why? [MEDIA]
This is a simple tool that simulates work of camera autofocus by tracking player's cursor, doing ray-casting and changing focal distance in real...
I've been exploring electricServo powertrain type, everything was going fine until I noticed that command...
Every time I modify sun azimuth in world editor (or change time of day in "Environment" tab) and enter a replay, the sun changes it's position....
I want a glass breaking event to trigger some other events. Is there a way to detect deform group triggering? Maybe there's a function like...
edit: sorry for not uploading this question in the "Utilities and programming" section. FATAL LUA ERROR: "attempt to perform arithmetic on field...
There is barely any info about these on BeamNG Documentation webpage. Where can I look up the default values of all the jbeam variables? The old...
I'm currently making a mod which has some low friction panels (triangles' "groundModel" set to "slippery" and nodes' "frictionCoef" value set to...
After setting "Position Smoothing" to less than 0.5 (it is default value) the camera stops at every added marker (there's a video attached). Is...
I've made a mod and I'm trying to figure out why it does not collide with water. It seems that the object just falls through the water and hits...
Why does this dark spot appear on my visible mesh? P.S. I've deleted the AO map from my material and the spot disappeared. Now I'm trying to find...
Hi mod creators! While I was making a mod similar to Steel Barrel I've noticed that every time I press ctrl+r, my mod rotates around refNode's...