Separate names with a comma.
I get roll pitch and yaw by this: local roll, pitch, yaw = obj:getRollPitchYaw() posture.roll = roll posture.pitch = pitch...
I did this and it works. -- ge file local M = {} local function onExtensionLoaded() end local function onUpdate(dt, dtSim) local tod =...
I see. So can I make the time a electrics value? Or is there any other ways to send it to the vehicle?
Thank you for help but here's an error says core_environment is a nil value. local M = {} local function init() end local function...
How can I get the game time of the world in 24h in Lua?
1. Fixed some bugs. 2. Now REEV mode is no longer a independent mode but a sub mode of EV mode. 3. Now reverse gear is dirven by electric motors...
1. Bug fix for the game version 0.34. 2. Add a new spec with a twin charged engine. 3. Add some functions. 4. Optimize some details.
I am making a dash with more than one screens with .html files and genericGauges.lua. I found out that the lua supports different names of...
1. Correct the name of default transmission. 2. Replace with a more powerful electric motor as the default motors. 4. Adjust the default ratio of...
This mod pack has an E-CVT transmission for vivace and two configurations of hybrid vivace. One is engine and electric motor on front shaft, the...
1. Add movable steering wheel and pedals. 2. New hybrid system with two motors.
I know "electrics.values.brake" can control all four brakes of the cars in lua controllers. Now I want to control one single brake like front left...