Separate names with a comma.
Yes, the mod is partly broken on the new version, and to fix it to a great regret I find no time, too busy developing "cheat panel" and "sUU"...
I support the idea, but I think that any encryption and prohibition of changes/viewing of purchased mods is unnecessary. Absolutely agree
I just wrote "dump(scenetree.findObject("theLevelInfo"))" :) And saw this method at the bottom - { assignFieldsFromObject = "<function 16>",...
Have you tried "be:reloadStaticCollision(false)"?
Do you mean this curve? [ATTACH] If so, it can be done as follows: scenetree.findObject("theLevelInfo"):setTemperatureCurveC({{5, 20}, {6,20}})...
I may be wrong, but it seems it can be done in 1 line :) return {onBeamBroke = function() if electrics.values.lightbar == 2 then...
Yes, of course
Wow, that's really cool. You can do this automatically. Example: local mR = math.random local part = partCondition.getConditions() or...
It might be helpful. Code for the search "event:>*": local arr = {} for _, path in pairs(FS:findFiles("/","*",-1)) do if path:sub(-3) ~=...
No --- Post updated --- Created info_ files are saved in the folder: AppData/Local/BeamNG.drive/0.25/vehicles/(vehicle name)/
_N_S_ updated Info_ Generator with a new update entry: Fixed working with 2 engines in auto Read the rest of this update entry...
Change log: Fixed working with 2 engines in auto. Previously, the data were taken only from the first one, so the data were not correct. Now it is...
_N_S_ updated Info_ Generator with a new update entry: xif yniT Read the rest of this update entry...
Change log: Final fix for duplicate gearbox type in the configuration name. If there was a space in the configuration name (.pc), the next letter...
_N_S_ updated Info_ Generator with a new update entry: Super tiny fix Read the rest of this update entry...
Change log: Fixed duplication of gearbox type in the configuration name.
obj:setNode() works in real time. Example: local node = { cid = #v.data.nodes+1, pos = vec3( 0, --x 0, --y 0 --z ), nodeWeight = 4,...
_N_S_ updated Info_ Generator with a new update entry: Tiny fix Read the rest of this update entry...
Change log: Changed getting the path to the .pc file.
Yes, off topic, but decided to write anyway. In html there is a field "textarea" (The <textarea> tag defines a form field where user can input a...