Separate names with a comma.
In 0.36, the default configuration was selected when choosing a vehicle. Now an additional click is required :(
And how will it differ from manual unloading in onModDeactivated? Well, well, I agree that it is probably (at least at first glance) reasonable...
No, mod activation does not trigger onExtensionLoaded, the mod manager does not take any responsibility for mod content management at all. All it...
Everything is working correctly, why should onExtensionUnloaded be called? The module is not unloaded when the mod is deactivated. If you need to...
Now the cursor changes when you hover over the buttons Changed the algorithm for selecting a random vehicle. Now all vehicles have the same...
In the recent BeamNG updates, the parts system has been changed, causing the "Crazy Contraptions / Part Randomizer Remastered" mod to break. This...
For parsing, you can try hjson: https://github.com/hjson implementation for c++ seems to work, not sure how it will work with python
yes
Checked it, it works. I don't know why onExtensionLoaded is not called for you. --- Post updated --- modScript.lua files are executed when a mod...
For example, like this
Here: https://documentation.beamng.com/modding/input/ --- Post updated --- By the way, now “input_actions.json” is gradually being replaced by...
No, it's not supposed to work. The game has a strict whitelist of allowed resource URLs and ip addresses. Earlier the list looked like this: (I...
I was developing such a system, it is 1 of the modules in my unreleased SUU "toolkit" called "requireMod"...
I may be wrong, but it seems that "extensions.load" is deprecated, and when it is used, information about it is displayed in the console. (At...
The "load" function does not load code from a file, wrap in dump, there will be an error in the console.
The problem with the current implementation is that there is no way to extend the list of "valid" materials for decals, in case a "Dynamic...
Not really, all modules come in 1 mod (weight - 95 kb). According to the idea, by writing only 1 line, all of them become available for use. User...
While working on an update for my "Cheat Panel" mod, I needed to create easy to use and universal functions/modules that could work in VLUA and...
Optimized your mod a bit. I managed to reduce the weight by 100163 times.:) And now without overwriting files. I hope you don't mind.
Fair enough, I absolutely agree. But in the update I just plan to abandon the paid version, introducing its functionality in the mod and, of...