TLDR: I would like to fix the behavior of the engines of the King Air 350. Do any of you guys have tips regarding how to do it, wich ressources i should read.
Hi, i have developped somewhat of a love with the king air 350 of the basegame and fly it a few hours a week with great joy. However there are a few downsides to the current state of the airplane simulation. Among them is the behavior of the engines.
Just to state a few:
)
From my research in the sdk i did not really find what i was hoping for regarding modding the engine behavior. It seems like there is no proper way to outright override the functions that govern engine thrust with a new one. From what i understand at this point the config file will definetly not be enough to reach my objective. Hell, i hardly found a viable explanation of how the engine simulation works behind the scene in order to output the thrust wich would have been helpful for clarifying the config file parameters.
In general, my plan would have been to write a simulation of the turboprop that would take in the parameters from the game (positions of levers, air temp, air density, humidity...) and send back to the game the thrust value. If the reader has ever written a mod into minecraft, that is the basic way to do it. You create a .js that access the packages of the game and change values as your needs.
To this date, i have not found the way to access those values from the sdk. I do expect if there is a ressource out there with this kind of information i should find the rest that i need in the vicinity. Here is where i need your help.
If you have a idea of how to pull this off, know ressources i should be looking into, i would be glad to read your answers. If you have any comments please go ahead.
Thanks for your time.
P.S: English is not my first language, i propably made a lot of mistakes and i am sorry for it. I was not sure this is the right forum to post in, sorry if it is'nt.
Hi, i have developped somewhat of a love with the king air 350 of the basegame and fly it a few hours a week with great joy. However there are a few downsides to the current state of the airplane simulation. Among them is the behavior of the engines.
Just to state a few:
- - torque increasing with altitude
- - N1 inertia way too high
- - prop feathering not affecting fuel burn
From my research in the sdk i did not really find what i was hoping for regarding modding the engine behavior. It seems like there is no proper way to outright override the functions that govern engine thrust with a new one. From what i understand at this point the config file will definetly not be enough to reach my objective. Hell, i hardly found a viable explanation of how the engine simulation works behind the scene in order to output the thrust wich would have been helpful for clarifying the config file parameters.
In general, my plan would have been to write a simulation of the turboprop that would take in the parameters from the game (positions of levers, air temp, air density, humidity...) and send back to the game the thrust value. If the reader has ever written a mod into minecraft, that is the basic way to do it. You create a .js that access the packages of the game and change values as your needs.
To this date, i have not found the way to access those values from the sdk. I do expect if there is a ressource out there with this kind of information i should find the rest that i need in the vicinity. Here is where i need your help.
If you have a idea of how to pull this off, know ressources i should be looking into, i would be glad to read your answers. If you have any comments please go ahead.
Thanks for your time.
P.S: English is not my first language, i propably made a lot of mistakes and i am sorry for it. I was not sure this is the right forum to post in, sorry if it is'nt.