Separate names with a comma.
You can create a Lua Trigger by going to world editor, clicking 'Create Object' then 'BeamNG' and finally 'Lua Trigger' button. Then you should...
Issue #1: incomplete file structure. Your mod should look like this: modName.zip > vehicles > vehicleName > all the files (jbeam, dae, json etc)...
I found a function called 'getDoorsidePosRot(veh)' in the walk.lua file. It seems like it depends on whether the driverNode is to the left of the...
To get distance to the ground I used 'be:getSurfaceHeightBelow(vec3(x, y, z))' function. It helped me to implement into my latest mod the...
There's a video on my channel about this and the short answer is no, you can't make AI drift, unfortunately (the video: [MEDIA])
You can try setting "fixed":true parameter for all nodes in each .jbeam file
The body is the main part, so you should write the following code to body_jbeam.jbeam file: "body_jbeam":{ /*this is the part name*/...
You can precisely tune the value by holding ctrl, clicking the slider and entering any number. Happy to help!
1. Open world editor 2. Click "window" (on the top) 3. Click "add scene view" New viewport will appear. 4. Right click inside this new window 5....
About the mod: [ATTACH] [ATTACH] [ATTACH] I've taken lift model from the Utah gas station and added jbeam mesh, pump sound and Lua logic to it....
Way 1: Camera Path Editor. There's a control for camera FoV (there's also a 'Reset freecam fov' button) Way 2: Using console and the Lua command...
I've made a simple mod for the default D-Series (see attached file). It is a trigger box placed above the hood, which toggles left turn signal...
I don't know how to do that, but you can try setting transparency (alpha) to 0 for one mesh and to 1 for another. Here's code (assuming you...
2.0 Update: https://www.beamng.com/resources/wink-headlights.29309/update?update=56390 (Version 1.0) About the mod: [ATTACH] [ATTACH] [ATTACH]...
This solved the issue: https://www.beamng.com/threads/replay-environment-time.94860/
As of version 0.37, the mod is fully functional but has some minor texture and jbeam issues. Dynamic cabin muffling became buggy. Also the Lua...
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...
About the mod: [ATTACH] There are three optional rail lengths (10, 20 and 30 meters) and three optional end treatments: turned-down, cap or...