Engines fixed directories #220
Replies: 7 comments
-
This has been bothering me as well -- why not use common system of paths with For example, in my plane the whole logic model is under https://gitlab.com/mdanil/Tu-144/tree/master/Tu-144-jsbsim -- but engines they have to be https://gitlab.com/mdanil/Tu-144/tree/master/Engines -- that doesn't make any sense... |
Beta Was this translation helpful? Give feedback.
-
Well it's actually an even simpler fix. Just add support for custom path define, just like every other file, system, aerodynamic, flight_control, etc Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
JSBSim provides the ability to modify the folder in which the engines are loaded with the C++ function |
Beta Was this translation helpful? Give feedback.
-
Hi Bertrand, Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
Sorry, I was in a rush the other day and my answer lacked some details. Actually there is no such option as However, if the attribute The last option is to modify the engine default path but this must be done before the aircraft model is loaded. As I mentioned earlier, there is already an option for that which is the C++ method |
Beta Was this translation helpful? Give feedback.
-
Yes of course I meant |
Beta Was this translation helpful? Give feedback.
-
@Mike402
|
Beta Was this translation helpful? Give feedback.
-
Hi - I am wondering if it can be known - why does the engine MUST be at Aircraft_DIR/Engines/myengine.xml?
Why Cannot be in a place I define - like everything else?
I would ask if it can be modified so that I can define my own path to engine.
Kind Regards,
Josh
PS: I am very tired at the moment, please let me know if I need more clarify.
Beta Was this translation helpful? Give feedback.
All reactions