Why do engines NEED to be in the "Engines" directory in FlightGear? #1169
Replies: 1 comment
-
So here is the logic in JSBSim for looking for an engine file. jsbsim/src/models/FGPropulsion.cpp Lines 440 to 461 in 57361d0 Basically it first looks for the engine file, e.g. If that fails, then via line 460 it looks for it in the specified Now Lines 359 to 363 in 57361d0 Where the
Now, when it comes to FlightGear they may setup For example here a snippet from jsbsim/examples/FlightGear.cxx Lines 224 to 230 in 57361d0 |
Beta Was this translation helpful? Give feedback.
-
Hi,
It seems I MUST place engines in the "Engines" directory in FlightGear JSBSim FDE. Anywhere else, and JSBSim "can't find" the file even if I specify the path like I do for every other thing.
Why is this?
Kind Regards,
Josh
Beta Was this translation helpful? Give feedback.
All reactions