Separate names with a comma.
I've loaded a font from memory and from a file, but when I try to rebuild the font atlas via `onPreRender`, it just breaks. It doesn't crash, but...
If it's an SFXEmitter, you'll have to delete it and create it again. You can't change the volume after it has been created sadly. For my flood...
The LED's were disabled a long time ago, they had it at one point, but disabled it. I forgot the exact reason, but I'm sure you can find it. Also,...
Like a close button perhaps? Well, open the console and see if there's any errors that are related to the flood mod. If not, it could just be a...
If it's vehicle lua, you can use "obj:getPosition()". Call "dump(obj)" in the vehicle lua from the console, it will show you all the available...
Just disable each scenario mod until it works, from that you can quickly identify which mod is causing this issue.
Oh, yeah.. Which version is it? I can maybe take a look later if I have it downloaded.
You might be using the trigger incorrectly? How are you doing it, map editor or all Lua?
Disable all mods and reset the cache. If that doesn't work, verify the game files through Steam (keep the mods disabled). The reason this happens...
You're not doing it correctly. Do the following (Same code and folder structure, create them if they are not there already)...
No worries, good luck :)
Make sure you don't have any unused assets in your map. To check this, do the following: Enter the level editor Press "Window" (All the way at...
You can do the following: local veh = be:getObjectByID(vehID) -- You have to specify the vehicle ID -- To get your current vehicle, you can do:...
There's no real documentation, but there are the game scripts you can look at. It's how we all do it, whether it's for Lua or Javascript, the code...
Yeah, not the best idea to ask ChatGPT about programming, especially for games. It's not the best lol
Sure, it's very simple. On the Javascript side of things, you will want to listen to a keypress. Once you have the key, you can send it to Lua...
I wouldn't recommend that, and it's probably not allowed anyway. And even if you did, I doubt anyone would just download and run it. Pop it on...
I'm sure you've already gotten plenty of help, but just in case you want an actual example, here's mine vulcan-dev/bog: BeamNG OutGauge Example...
Lmao that's brilliant, I wonder what causes the crash, I'm intrigued. And to start a level, you do this:...
Nah, Vulkan is great haha. It will be stable eventually :)