Posted
133 views
89 downloads
0 points
133 views
89 downloads
0 points
This is my first engine, it's a D15Z8 SOHC VTEC-E from a Honda Civic MB3 (European/UK), using a 1M (like an S20) gearbox from MB1 and 4-2-1 headers. Built to match the real car as closely as possible with VTEC-E.
Specs: Power: 114hp Torque: 138Nm
Make sure to place the file under any folder in assets/engines/.
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/3omar/D15Z8.mr" use_default_theme() set_engine(D15Z8()) set_transmission(main()) set_vehicle(main())