engine-sim icon indicating copy to clipboard operation
engine-sim copied to clipboard

Changine engine MAIN.MR problem

Open Knifeisuk opened this issue 2 years ago • 1 comments

So i would love to change the engine and follwing the instructions it tells me to go into main.mr to add a new import after the first 3 even though i have 2 this is the code in my main.mr

import "engine_sim.mr" import "engines/kohler/kohler_ch750.mr"

set_engine( engine: kohler_ch750() )

Knifeisuk avatar Aug 15 '22 18:08 Knifeisuk

You just have to change the last import to put the one you want. And then change the engine: part.

l0wigh avatar Aug 15 '22 19:08 l0wigh

even though this was posted bit ago, i'd like to add that you can just add import lines instead of changing the last, that way you can just change the set engine line and run whatever you want

TWINKIEFROMH3LL avatar Aug 17 '22 11:08 TWINKIEFROMH3LL

Problem seems to have been resolved. Closing.

Jckf avatar Aug 17 '22 21:08 Jckf