Posted
899 views
165 downloads
0 points
899 views
165 downloads
0 points
Based upon BMC B series as used in MGB.
Hopefully a close aproximation, but i've probably butchered the code badly. power output is a little lower, and torque is a little higher but roughly matches things. I haven't heard mine running for quite a while, and it wasn't a standard engine, but idle sounds roughly how i remember.
In my main file it's set as this:
import "engine_sim.mr" import "themes/default.mr" import "engines/bmc/bmcb18tc.mr"
use_default_theme() set_engine( bmcb() )
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/maddog/bmcb18TC.mr" use_default_theme() set_engine(bmcb())