Posted
539 views
319 downloads
0 points
539 views
319 downloads
0 points
VW Gol Plus 1.0 16V Engine Simulation
This script simulates the EA111 engine found in the VW Gol Plus 1.0 16V.
- Power and Torque: 71 kW at 6000 RPM and 120 Nm at 4500 RPM.
- Redline: 8000 RPM with a rev limiter/cut 7000 RPM.
- Vehicle and Transmission: Vehicle weighing 1358 kg with a 5-speed transmission.
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/jinturgon/Volkswagen GOL G3 POWER 1.0.mr" use_default_theme() set_engine(EA111()) set_transmission(CX31770()) set_vehicle(AB9())