October 6, 201114 yr Hi guysI would like to suggest a little something please. Would be cool to have LINDA allow us to execute an initialization Lua script upon loadind the aircraft, very much like the Auto feature in FSUIPC, but through LINDA, so no need to mess with the FSUIPC4.ini Thanks
October 6, 201114 yr there is a functiion InitVars in each aircrafts action.lua.The functions you put in there will be executed. If you look into the NGX there is at the end a function called cockpit prepare which executes some initial settings like yoke lowering. Personally I find it better to assign these cockpit preparation to a joystick button so that you could control them.Otherwise they will executed everytime the plane loads or LINDA will be restartet Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
October 6, 201114 yr Author there is a functiion InitVars in each aircrafts action.lua.The functions you put in there will be executed. If you look into the NGX there is at the end a function called cockpit prepare which executes some initial settings like yoke lowering. Personally I find it better to assign these cockpit preparation to a joystick button so that you could control them.Otherwise they will executed everytime the plane loads or LINDA will be restartet I added some code to the function Init to do this... but the initVars works too, so I'll remove my code. Thanks
Create an account or sign in to comment