Separate names with a comma.
The lua script 'lua/vehicle/powertrain/electricMotor.lua' contains a critical bug. The 'reset' function does not reset the parameter...
WARNING: DO NOT USE ANY PART OF THIS MOD IN ANY OF YOUR OWN PROJECTS WITHOUT PERMISSION! Note: this mod requires the ArkFz Hybrid Core mod to work...
What's new: Algorithms optimized. Now the throttle and regen brake work better than before. The hybrid system has higher efficiency now. Bug...
Note: since v3.0, this mod requires the ArkFz Hybrid Core mod to work properly! Bug fixed: The issue that rear brake may lock up has been fixed....
For people who are new to Vivace REEV, please check this link: Vivace REEV. First of all, I would like to express my gratitude to Arcanox since...
What's new: More utilities added. Laying the groundwork for the next generation of hybrid vehicles. Bug fixed.
Note: since v3.0, this mod requires the ArkFz Hybrid Core mod to work properly! What's new: Some core utilities (such as Lua scripts) have been...
WARNING: DO NOT USE ANY PART OF THIS MOD IN ANY OF YOUR OWN PROJECTS WITHOUT PERMISSION! This mod contains some core utilities (such as Lua...
How this bug happens: Init a new vehicle. Make a powertrain tree's final outputAV is 0 (e.g. Vehicle is stuck). Now the engine's outputTorque is...
Has anyone ever met the Powertrain Torque Reduction bug? How this bug happens: Init a new vehicle. Make a powertrain tree's final outputAV is 0...
What's new: Higher energy efficiency. Now Vivace REEV AWD's fuel consumption at 0% SOC drops to 3.05L/100km (77.11mpg). Thermal control improved....
What's new: New powertrain design. The new REEV Transmission & Controller is a huge step foward. Powertrain control is much smarter. The power...
What's new: SOC Setting added. Now it's avaliable to set SOC of the power system. When the battery level goes below the SOC, the range extender...
I am designning a range extender which has mainly 2 parts: combustion engine and electric motor. The combustion engine powers up the electric...
What's new: The generator motor can work as a starter now, making the engine run in wanted speed faster than before. Bug fixed: The problem,...
WARNING: DO NOT USE ANY PART OF THIS MOD IN ANY OF YOUR OWN PROJECTS WITHOUT PERMISSION! Note: since v3.0, this mod requires the ArkFz Hybrid Core...
I recently designed a vehicle that is directly driven by electric motors. The combustion engine only runs as a generator. It works like this:...
Thanks. I tried to learn from this mod. However, the rotators turn out to interfere the driving safety system such as ABS and ESC. They are...
I am editing lua/powertrain/combustionEngine.lua. I created a battery which will be charged by the engine. I'd like to let the engine shut down...
I'm new to BeamNG lua programing. I am trying to program a powertrain Lua based on /lua/vehicle/powertrain/combustionEngine.lua I create a...