Posted
1089 views
306 downloads
0 points
1089 views
306 downloads
0 points
Makes 507 HP @ ~8200 which obviously is incorrect but um yeah it is what it is its still "to spec" on the horses so yeah. All engine data should be correct aswell as vehicle and tranny. Sound didnt rly turn out the way I wanted it I gotta learn how to make impulse responses for that to turn out rly good u know.
Add
set_transmission(bmw_s85_transmission())
set_vehicle(bmw_s85_vehicle())
to your main.mr
EDIT: Turns out I must have been rly tired when making this as I made it even firing when in reality this is an uneven firing engine so I will just leave this up but also upload the "fixed" version aswell
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/isakm/S85.mr" use_default_theme() set_engine(bmw_s85()) set_transmission(bmw_s85_transmission()) set_vehicle(bmw_s85_vehicle())