Posted
255 views
169 downloads
0 points
255 views
169 downloads
0 points
Hello, I made an engine based on the Honda B16B that was made by @Playerindo10 The specs of the engine are not based on the real 2ZZ-GE, but in power, in sound and in vibe it gives the same experience as irl Personally I love this car and I think it's a hidden gem behind these legends like the Honda Civic or the S2000
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/leveee/Toyota_Corolla_TS.mr" use_default_theme() set_engine(TOYOTA_2ZZ_GE()) set_transmission(corolla_ts_transmission()) set_vehicle(corolla_ts_vehicle())