Separate names with a comma.
Discuss anything related to my Pizza Run mod. You can also post your scores here and I need the following to add them to the leaderboard...
If you are having issues with deactivating many mods at once like I had, I seem to have found a solution to it. I made a simple code fix which now...
Since there isn't a dedicated JBeam editor (unless you can call notepad one), I have decided to try and make one so that people don't have to...
I'm kinda curious what program people use to create/modify JBeam skeletons since there doesn't seem to be an official editor. I might even think...
If you've ever driven a car (in real life :)) too hard into a corner on dry or especially wet asphalt, you'll know that very violent vibration...
I was able to find the CEF DevTools UI which allows me to see all sorts of debugging info about BeamNG's UI. And I found that GPU Raster (hardware...
I noticed recently when I was working on a mod where I would find over time that the UI would become totally unusable and it was driving me crazy!...
For some reason I can't get the engine sounds in BeamNG to sound like how they were exported from FL Studio and I'm using 233 sound samples in...
I was trying to use the getPathLength function in groundMarkers.lua for a mod I'm creating but it wasn't working. And I found two bugs with the...
Here is a website I made that lists the functions and fields of almost all Lua modules for Game Engine and Vehicle Lua in a tree structure format...
Without any proper Lua documentation as of now, it seems like an impossible task to figure out what functions exist. Fortunately, there is a way...
Anybody know how to use an external Javascript library for a UI app? Thanks in advance! :)
Its really annoying that you have to create an "input_actions.json" and "inputmaps/*.diff" file for every single vehicle if you want to add key...
It would be cool if there was the ability to increase or decrease the number of nodes and beams a JBeam skeleton has to increase/decrease the...
I think it would be great if the game allowed for multiple cameras to be used in the scene at once and it would open many possibilities. One use...
This is still an issue with the game which for some reason hasn't been addressed yet. Here's some video footage of the problem: After enabling...
I know triple monitor setup is still WIP but here's one bug. (its supposed to draw the parking line out all the way and also draw the other...
So I'm making a mod and am converting the current GameEngine Lua code into Vehicle Lua code because I want the Lua code to be executed when I add...
Anybody know how to profile Lua code to find bottlenecking code?
After the first vehicle spawns in the map, mapmgr.objects is still empty and it only updates after a second vehicle is added When removing other...