50cc Four-Stroke Single Cylinder with working (fake) CVT transmission! - Restricted Version
by jurapura13
by jurapura13
Posted
992 views
223 downloads
0 points
992 views
223 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 CVT-like transmission (one gear with clutch slippage to hold it at set RPM, depending on power applied). It is restricted to 35MPH / 50km/h, like it's required in many countries around the globe.
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/jurapura13/50ccCVT_restricted.mr" use_default_theme() set_engine(single()) set_transmission(moped_transmission()) set_vehicle(moped())