Bonz Posted July 19, 2017 Posted July 19, 2017 I'm trying to set a division of A10C (AI) to startup and taxi 10 minutes after the game starts... This is a single player game where I'm in another division of A10Cs. I would like to see the other division sitting on the line during those 10 minutes prior to their start. I'm aware of the "Uncontrolled" feature but I've been unable to make it work. Any help is appreciated. thanks Bonz...
David OC Posted July 20, 2017 Posted July 20, 2017 Think of the trigger editor as an easy way for us to create lua scripts for our missions, you can run your own hand made own lua scripts from this trigger menu too, If you know or want to learn how to Program in Lua that is. Scripts like Mist scripts and Moose can be run from the trigger editor. Mist is a pre built library of Lua Scripts, that you can modify for your missions to do all sorts of things in a mission. You can control most things in DCS world with lua scripting. . i7-7700K OC @ 5Ghz | ASUS IX Hero MB | ASUS GTX 1080 Ti STRIX | 32GB Corsair 3000Mhz | Corsair H100i V2 Radiator | Samsung 960 EVO M.2 NVMe 500G SSD | Samsung 850 EVO 500G SSD | Corsair HX850i Platinum 850W | Oculus Rift | ASUS PG278Q 27-inch, 2560 x 1440, G-SYNC, 144Hz, 1ms | VKB Gunfighter Pro Chuck's DCS Tutorial Library Download PDF Tutorial guides to help get up to speed with aircraft quickly and also great for taking a good look at the aircraft available for DCS before purchasing. Link
Bonz Posted July 21, 2017 Author Posted July 21, 2017 Thanks... LUA scripting is unlikely any time soon. I tried your suggestion and couldn't get it to work. I can get the other GROUP of A10s to appear and either startup right away or just sit there and do nothing all day. I haven't been able to get them to appear at game start and STARTUP at some later time... 10 min in the above case. What am I missing?
dark_wood Posted July 21, 2017 Posted July 21, 2017 (edited) From manual: UNCONTROLLED. When setting an AI group to a “Takeoff from Ramp” (cold start) way-point, the Uncontrolled check box can be used to have the AI group appear at their starting location on the ramp, but not begin the spool up sequence until initiated by an AI TASK trigger as set by the START Command in the Triggered Actions of the group. In this case, the group aircraft will appear in the mission in parked configuration and remain as such until triggered to “come alive”. So, first step is to set the group to start from ramp, then check "uncontrolled". Next step is to click on "Triggered Actions" (next to payload), choose "Set Option" (or "Perform Command" - i'm not at my PC right now, just search START command) and click "Start". In the new panel you will have the field "Name" - set something like this: "my AI division start event". Then go to triggers, set trigger to ONCE, condition to time more - 600 seconds (do a test first and set it to 10 seconds, no need to wait 10 minutes) and actions to task set - click the drop-down and choose "START - my AI division start event". Finally, check again if "uncontrolled" is set, sometimes it is unchecked by itself. Edited July 21, 2017 by dark_wood
FlightControl Posted July 21, 2017 Posted July 21, 2017 This is not possible. Once an AI is activated at a parking spot, it will start the engine if not already started and will Taxi... Unless you use uncontrolled or place a static. But you need scripting to do such tricks. [TABLE][sIGPIC][/sIGPIC]| Join MOOSE community on: DISCORD :thumbup: Website of the MOOSE LUA Framework. MOOSE framework Downloads. Check out Example Missions to try out and learn. MOOSE YouTube Channel for live demonstrations and tutorials. [/TABLE]
Ironhand Posted July 21, 2017 Posted July 21, 2017 From manual: So, first step is to set the group to start from ramp, then check "uncontrolled". Next step is to click on "Triggered Actions" (next to payload), choose "Set Option" (or "Perform Command" - i'm not at my PC right now, just search START command) and click "Start". In the new panel you will have the field "Name" - set something like this: "my AI division start event". Then go to triggers, set trigger to ONCE, condition to time more - 600 seconds (do a test first and set it to 10 seconds, no need to wait 10 minutes) and actions to task set - click the drop-down and choose "START - my AI division start event". Finally, check again if "uncontrolled" is set, sometimes it is unchecked by itself. Works exactly as described... Mission attachedDelayed Start Test.miz YouTube Channel: https://www.youtube.com/channel/UCU1...CR6IZ7crfdZxDg _____ Win 11 Pro x64, Asrock Z790 Steel Legend MoBo, Intel i7-13700K, MSI RKT 4070 Super 12GB, Corsair Dominator DDR5 RAM 32GB.
doodenkoff Posted July 21, 2017 Posted July 21, 2017 (edited) Wouldn't "AI OFF" at mission start, then "AI ON" with a TIME MORE of X seconds work? I've placed ground units like this if I want the units visible but not shooting yet. EDIT: Nope. Can't do it with air units. Just checked. Edited July 21, 2017 by doodenkoff Win 10 | i7 4770 @ 3.5GHz | 32GB DDR3 | 6 GB GTX1060
FlightControl Posted July 22, 2017 Posted July 22, 2017 Cool. Learned something :-) [TABLE][sIGPIC][/sIGPIC]| Join MOOSE community on: DISCORD :thumbup: Website of the MOOSE LUA Framework. MOOSE framework Downloads. Check out Example Missions to try out and learn. MOOSE YouTube Channel for live demonstrations and tutorials. [/TABLE]
David OC Posted July 22, 2017 Posted July 22, 2017 I was sure I have used different ways to turn AI off many moons ago? Then turn them back on, maybe it was a ground unit tho. Anyway, this works for aircraft.:thumbup: From manual: So, first step is to set the group to start from ramp, then check "uncontrolled". Next step is to click on "Triggered Actions" (next to payload), choose "Set Option" (or "Perform Command" - i'm not at my PC right now, just search START command) and click "Start". In the new panel you will have the field "Name" - set something like this: "my AI division start event". Then go to triggers, set trigger to ONCE, condition to time more - 600 seconds (do a test first and set it to 10 seconds, no need to wait 10 minutes) and actions to task set - click the drop-down and choose "START - my AI division start event". Finally, check again if "uncontrolled" is set, sometimes it is unchecked by itself. i7-7700K OC @ 5Ghz | ASUS IX Hero MB | ASUS GTX 1080 Ti STRIX | 32GB Corsair 3000Mhz | Corsair H100i V2 Radiator | Samsung 960 EVO M.2 NVMe 500G SSD | Samsung 850 EVO 500G SSD | Corsair HX850i Platinum 850W | Oculus Rift | ASUS PG278Q 27-inch, 2560 x 1440, G-SYNC, 144Hz, 1ms | VKB Gunfighter Pro Chuck's DCS Tutorial Library Download PDF Tutorial guides to help get up to speed with aircraft quickly and also great for taking a good look at the aircraft available for DCS before purchasing. Link
Ironhand Posted July 22, 2017 Posted July 22, 2017 Cool. Learned something :-) Which always makes the day more enjoyable. :) YouTube Channel: https://www.youtube.com/channel/UCU1...CR6IZ7crfdZxDg _____ Win 11 Pro x64, Asrock Z790 Steel Legend MoBo, Intel i7-13700K, MSI RKT 4070 Super 12GB, Corsair Dominator DDR5 RAM 32GB.
Bonz Posted July 22, 2017 Author Posted July 22, 2017 I just gave it a try and it works great... Thanks Dard Wood...
Recommended Posts