Posted
1532 views
377 downloads
0 points
1532 views
377 downloads
0 points
I don't expect any specs, except bore, stroke and maybe rods(?), to be correct. I was just aiming for something similar to to the real dyno curve. Not easy without variable cams (which my small brain doesn't understand how to implement).
My preferred sound chain setup:
- Conv: 99.2
- +HF: 0.65
- ~LF: 35.5
- ~HF: 24.5
I highly recommend adding the transmission setup to main.mr:
- public node a_transmission {
- alias output __out: transmission()
- .add_gear(2.65)
- .add_gear(1.8)
- .add_gear(1.45)
- .add_gear(1.2)
- .add_gear(1.0)
- .add_gear(0.85)
- .add_gear(0.778);}
set_transmission(a_transmission())
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/cykelstativet/ez36.mr" use_default_theme() set_engine(ez36())