Posted
1470 views
681 downloads
0 points
1470 views
681 downloads
0 points
I made a 50cc four stroke single cylinder engine most commonly found in mopeds. This is a tuned version that produces 5.5 horsepower at 7500 RPM and 5 lb-ft at 2000-4000 RPM. It has a three speed manual transmission. It is unrestricted and can reach speeds upwards of 60MPH / 100km/h (if you're tucked in 😁)!
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/jurapura13/50cc.mr" use_default_theme() set_engine(single()) set_transmission(moped_transmission()) set_vehicle(moped())