Separate names with a comma.
I think I see what you've done.. So, the mod needs to be in Resources/Client, and then someone (anyone) needs to join the server. This is because...
I've updated the mod for BeamMP, the full list of changes is here: https://forum.beammp.com/t/beammp-flood-mod/494662/2 The biggest one though is...
Found it right after my last message, but thanks anyways :)
Definitely keep working on it, I'd love to see the end result. Good work :) Also, I'm gonna need to find that camera mod
Sure, if you just need to know where to look, then look at lua/vehicle/extensions/outgauge.lua, it will give you a basic idea of how the socket...
Just a quick heads up, io operations can be quite slow, so try to avoid doing it every update. Glad to see you've got it working though
Honestly, fair lmao
For now, you could download my flood mod and enable rain. You don't need to start the flood, you can just add rain and the rain sound. It's the...
The db.json file will always get created if it's not found, it's how the game knows which mods are enabled and downloaded. Delete that file and...
Yeah, it was only recently added
One of the developers, Stenyak, has done a really good job on this https://documentation.beamng.com/modding/programming/ so check it out when you...
I think the last I checked, the takeScreenshot or whatever it was called is a private function, not exposed to the public Lua API. And it's...
How does that work though? On Windows, the path is `D:\BeamNG-Data`, and I can't have that on Linux. It's in `/media/` for me (not added the drive...
There's definitely a way to do it in-game, there has to be... There's a few functions for the render views, you've got FFI, there's functions like...
Is it possible to get a separate [filesystem] field in the startup.ini for Linux? Maybe call it [filesystem.unix]. I am currently sharing my game...
So... I spent a little while working on an example mod for you. I'll probably use it to introduce others as well. If you need any help...
This is honestly really cool, I absolutely wish I had all the hardware and crap for this, there's so many things I could do :D Great work so far,...
I would give you an example of how to do it, but I don't have it for VB, only C++. I wouldn't recommend this, you could mess things up very...
Launcher-Code/Form1.vb at main · Beam-Launcher/Launcher-Code (github.com) Why are all the paths hardcoded? To get the game path, you should: 1....
Ah, nice find! I'll have to try it out