Gierasimov Posted March 6, 2023 Posted March 6, 2023 I can't seem to find the info, do you know by any chance? I want to trigger a mission "well done" message when player shuts down the engines - moves both throttles to OFF position. I am looking at the devices and clickable table data for Hornet but I can't figure it out. Do you know how to achieve this with X COCKPIT... trigger condition? Intel Ultra 9 285K :: ROG STRIX Z890-A GAMING WIFI :: Kingston Fury 64GB :: MSI RTX 4080 Gaming X Trio :: VKB Gunfighter MK.III MCG Ultimate :: VPC MongoosT-50 CM3 :: non-VR :: single player :: open beta
TEMPEST.114 Posted March 7, 2023 Posted March 7, 2023 44 minutes ago, Gierasimov said: I can't seem to find the info, do you know by any chance? I want to trigger a mission "well done" message when player shuts down the engines - moves both throttles to OFF position. I am looking at the devices and clickable table data for Hornet but I can't figure it out. Do you know how to achieve this with X COCKPIT... trigger condition? Is this SP or MP or on a DEDICATED SERVER? One way around the MP/DS issues is to have a radio menu option to 'request shutdown' and then you can do your trigger from that. SP you're going to have to struggle and find the codes for them. There is this too:
Gierasimov Posted March 7, 2023 Author Posted March 7, 2023 Thanks @Elphaba @Rudel_chw You know a lot about all this, do you know perhaps how to detect L/R throttle off position in Hornet ? I now realized it's not clickable so it won't be in clickable Lua ... Intel Ultra 9 285K :: ROG STRIX Z890-A GAMING WIFI :: Kingston Fury 64GB :: MSI RTX 4080 Gaming X Trio :: VKB Gunfighter MK.III MCG Ultimate :: VPC MongoosT-50 CM3 :: non-VR :: single player :: open beta
Rudel_chw Posted March 7, 2023 Posted March 7, 2023 (edited) 2 hours ago, Gierasimov said: @Rudel_chw You know a lot about all this, do you know perhaps how to detect L/R throttle off position in Hornet ? I dont know how to detect the throttle position, but instead you could check for RPM=0 … see here: however, this only works on Single player missions, as on MP the cockpit triggers don’t work. Edited March 7, 2023 by Rudel_chw 1 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Gierasimov Posted March 7, 2023 Author Posted March 7, 2023 21 minutes ago, Rudel_chw said: I dont know how to detect the throttle position, but instead you could check for RPM=0 … see here: however, this only works on Single player missions, as on MP the cockpit triggers don’t work. Thank you very much @Rudel_chw Excellent knowledge and will to share it makes you valuable community member. Thanks. SP is all I ever need. 1 Intel Ultra 9 285K :: ROG STRIX Z890-A GAMING WIFI :: Kingston Fury 64GB :: MSI RTX 4080 Gaming X Trio :: VKB Gunfighter MK.III MCG Ultimate :: VPC MongoosT-50 CM3 :: non-VR :: single player :: open beta
SUNTSAG Posted March 7, 2023 Posted March 7, 2023 @Gierasimov Try this and see if it works for your mission. The switched condition set up means, it will trigger a message each time the throttle is all the way back. 1 Callsign: NAKED My YouTube Channel [sIGPIC][/sIGPIC]
Solution Gierasimov Posted March 7, 2023 Author Solution Posted March 7, 2023 57 minutes ago, SUNTSAG said: @Gierasimov Try this and see if it works for your mission. The switched condition set up means, it will trigger a message each time the throttle is all the way back. Thank you @SUNTSAG Values worked for me when throttles moved to ground IDLE. Adjusted and now the trigger activates when throttles are in OFF position! This is the best community ever! Thanks guys! null 2 Intel Ultra 9 285K :: ROG STRIX Z890-A GAMING WIFI :: Kingston Fury 64GB :: MSI RTX 4080 Gaming X Trio :: VKB Gunfighter MK.III MCG Ultimate :: VPC MongoosT-50 CM3 :: non-VR :: single player :: open beta
Recommended Posts