Posted
20742 views
5672 downloads
1 points
20742 views
5672 downloads
1 points
What needs to be said? This engine is extremely dumb. The fact it works at all is nothing short of a miracle.
This engine started life when I got bored and decided to make the cylinders on my MT-09 engine a little taller. Originally, the stroke was going to be every bit as long as the cylinders themselves. Then I thought, "what if I slapped on an extra big cylinder?" The extra big crank made that a little strange so I toned it down a bit. I decided the extra cylinder wasn't enough, so I added another one. The rest is history.
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/storm_johnson/dumb.mr" use_default_theme() set_engine(dumb()) set_transmission(dumb_transmission()) set_vehicle(dumb_vehicle())