Separate names with a comma.
Is there currently anyway to make vehicle Lua write something to the in game log? For example when debugging a broken Lua script it would be...
Is it possible to set electrics.values from within the javascript? My car has a dashboard menu system, this has been created in JavaScript inside...
How do you get a mirror to display the correct fov of reflection? [ATTACH] In this image the centre mirror has a very low FOV which doesn't look...
Up until the latest update I had been using a standard engine with the minimum rpm set to 0 and an electric Torque curve. With the recent 0.8...
I am trying to get the amount of force placed upon each wheel for the dashboard system in my car. However I cannot figure out how to get data out...
Is it possible to have a material set to a html file and use that as the dashboard guages? If so how would I pass the data required (such as...
Does anyone know if BeamNG's aerodynamics simulate the ground effect? Also could the vertical slats on a rear diffuser be simulated properly in a...
I am currently trying to implement a navigation system into my vehicle. Current progress: [MEDIA] As you can see it currently isn't working all...
[MEDIA] [MEDIA] You can see that when rotational force is applied to the wheels they do not work properly. The jbeam wheel hubs do not have the...
Often when working on my car mods I remove the mesh (0% viability) and enable a combination of different debugging views so I can see what I am...
I am having issues with the materials mostly surrounding chrominess. [MEDIA] singleton Material(Raven_R60_Body) { mapTo = "body";...
I was thinking it would be really useful if Beam [spring/damp/deform/break] values could be shown visually in game, preferably represented by...
How do I make Chrominess work? [MEDIA] singleton Material(Raven_R60_Body) { mapTo = "body"; diffuseMap[2] = "vehicles/common/null.dds";...
Node debug view is really useful when trying to create mods for BeamNG. But currently it is quite difficult to digest the information that it...
What is the best way to accurately place the wheel meshes in the correct place so that the mesh and physical wheel are correctly aligned?
I have found that recently (I am not sure when but at some point today) the internal cameras on my vehicle have stopped working. I have tried...
Hi, This is the Raven R60 that I am working on. [ATTACH] I have PM'd the file to the requested place. Things that I am having issues with (in...
aljowen submitted a new resource: Dark - A map that I made a long time ago. This is a map that I made a very long time ago, July 2014 if windows...
I have noticed that with the recent wiki update I was unable to find any way to upload images to the wiki. After some url hacking I was able to...
Was having issues with anti roll bars EDIT: I have found out what I was doing wrong when trying to implement it. I didn't put the central node...