Chriz6662 Posted December 17, 2012 Posted December 17, 2012 How can i set my engine on fire with a trigger? Is it possible to set the ITT higher with a command?
Druid_ Posted December 17, 2012 Posted December 17, 2012 You cannot use triggers to set a players or AI aircrafts engine on fire. The only thing you can do is, in the ME, set an engine failure after a specific time. Its the fifth icon right of the waypoint icon. There is a whole list of failures you can set there. i7-7700K : 16Gb DDR4 2800 Mhz : Asus Mobo : 2TB HDD : Intel 520 SSD 240gb : RTX 2080ti: Win10 64pro : Dx10 : TrackiR4 : TM Warthog : ASUS ROG SWIFT PG348Q
Chriz6662 Posted December 17, 2012 Author Posted December 17, 2012 Is it possible with lua scripting? Is it possible to reverse a Failure during Flight via triggers?
Col. Clark GRUNT Half Posted December 17, 2012 Posted December 17, 2012 How can i set my engine on fire with a trigger? Is it possible to set the ITT higher with a command? Cockpit Instruments have specs, at least an identifier (number) and a range (0 to 1 or -1 to 1) the meaning/correct scaling is documented for the A-10C. Triggers can be red by Mission Editor "if cockpit instrument is in range X:" so using an apropriate trigger and scripting setting the value might work. [TABLE]91st Infantry Regiment "Oldenburger" RRF Ranger Batallion 314 (AB) [sIGPIC][/sIGPIC][/TABLE]
Chriz6662 Posted December 17, 2012 Author Posted December 17, 2012 yes i can trigger switches, but i dont know the command to let the Engine Temp rise.
Druid_ Posted December 17, 2012 Posted December 17, 2012 There is no lua function in the SSE that would allow you increase engine temp or force a failure at the moment. There is one possible solution but I can't guarantee it will work and it is a long shot. You could force an explosion in the vicinity of the engine by noting the posiion of the aircraft using Lua SSE and immediately using the appropriate offset force an explosion also using lua script. It will require trial and error to get the offset correct and even then it may not work as intended. i7-7700K : 16Gb DDR4 2800 Mhz : Asus Mobo : 2TB HDD : Intel 520 SSD 240gb : RTX 2080ti: Win10 64pro : Dx10 : TrackiR4 : TM Warthog : ASUS ROG SWIFT PG348Q
Chriz6662 Posted December 17, 2012 Author Posted December 17, 2012 thank you for your help. i will try it and report back.
Recommended Posts