
Posted
2010 views
626 downloads
0 points
2010 views
626 downloads
0 points
Mazda's attempt to create a piston engine which could simulate rotary feel. Dimensions and timing compiled from old forum posts. Intake and exhaust specs are mostly similar to the 3.2L Honda V6 posted on here. Contains vehicle and transmission data for a Mazda MX-3. Does not have VRIS. That would be cool to see someone add.
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/henry/KLZE.mr" use_default_theme() set_engine(v6()) set_transmission(mx3_transmission()) set_vehicle(mx3_vehicle())