Posted
1162 views
325 downloads
1 points
1162 views
325 downloads
1 points
By adjusting the "vangle" parameter in the vtest.mr file you can change the v-angle of the engine. Ignition and valve timing are adjusted accordingly. This allows you to imitate the sound of many types of 2-cylinder engines ( x° V-Twins, Boxer, I2,) and even a 1-cylinder thumper by setting the v-angle to 360°
It's a 1.9 l (114 ci) V-Twin that cranks out up to 140 hp.
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/de_hyperflash/vtest.mr" use_default_theme() set_engine(vtest()) set_transmission(VT_transmission()) set_vehicle(VT_vehicle())