Posted
4820 views
2665 downloads
0 points
4820 views
2665 downloads
0 points
after almost 2 weeks of work i can finally publish something some what complete! 1:1 TJ v10 from Cosworth
i hope it will make your day to rev this beast at 20k RPM!
The TJ is a naturally-aspirated V10 Formula One racing engine, 3-litre engine configuration, designed and developed by Cosworth; and produced between 2005 and 2013. The customer engines were used by Minardi, Red Bull, Toro Rosso, Williams, Lotus, HRT, Virgin, and Marussia.
Enjoy! main.mr should look like this!
import "engine_sim.mr" import "themes/default.mr" import "engines/TJproject/TJv10.mr" //engine name: V10F1
use_default_theme() set_engine(V10F1()) set_transmission(f1_transmission()) set_vehicle(f1_vehicle())
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/maximumqc/TJv10.mr" use_default_theme() set_engine(V10F1()) set_transmission(f1_transmission()) set_vehicle(f1_vehicle())