sunski34 Posted April 22, 2019 Share Posted April 22, 2019 Hi, I created a JTAC to priorise targets groups in a DCS zone (simple circle). Two groups to engage, so first setTask with good params, That works with F10/F9 (in M2000C). Lasing is good, When first group is destroyed, new setTask (after a delay of 3 seconds) for the second group of targets. F10/F9 menu and 9-line still ok. But Jtac still lase the last destroyed unit. This script works a few months ago. Is there a change? or a new bug? Thanks Link to comment Share on other sites More sharing options...
Knives Posted April 25, 2019 Share Posted April 25, 2019 Hi, I created a JTAC to priorise targets groups in a DCS zone (simple circle). Two groups to engage, so first setTask with good params, That works with F10/F9 (in M2000C). Lasing is good, When first group is destroyed, new setTask (after a delay of 3 seconds) for the second group of targets. F10/F9 menu and 9-line still ok. But Jtac still lase the last destroyed unit. This script works a few months ago. Is there a change? or a new bug? ThanksTry to popTask the previous FAC_ENGAGE_GROUP and then setTask the new one after a delay for 3 to 5 sec. Link to comment Share on other sites More sharing options...
sunski34 Posted April 25, 2019 Author Share Posted April 25, 2019 Humm... poptask not sure, but I will to reset task even if the previous was finished. I will see Link to comment Share on other sites More sharing options...
sunski34 Posted April 27, 2019 Author Share Posted April 27, 2019 I tried with resetTask no change... But with the last OB, the problem is now different. For the first setTask, all is good, and this ends with finish "you may depart"... Then after the delay, new setTask, F10 JTAC menu is OK. frequency ok but no response from JTAC... That doesn't work.... Link to comment Share on other sites More sharing options...
sunski34 Posted April 27, 2019 Author Share Posted April 27, 2019 seems to be the same problem than https://forums.eagle.ru/showpost.php?p=3893195&postcount=1 thread, so not a scripting function problem but a DCS one. I will do more tests to be sure. Link to comment Share on other sites More sharing options...
sunski34 Posted April 27, 2019 Author Share Posted April 27, 2019 So it's not exactly the same problem as I thought.... Now I do a resetTask and wait 10s before setting a new FAC_ENGAGE_GROUP test. Starting is OK until read of 9lines... After JTAC have a problem and don't respond any more. No I test with FA-18 not Mirage because of GBU-12 bug with it (Bomb disapear after dropping ... So wait and see. JTAC has problems actually on DCS. Link to comment Share on other sites More sharing options...
TOViper Posted May 2, 2019 Share Posted May 2, 2019 ... Now I do a resetTask and wait 10s before setting a new FAC_ENGAGE_GROUP test. Starting is OK until read of 9lines... After JTAC have a problem and don't respond any more. I noticed this effect too, readback of 9-line is the very end of a second conversation with JTAC. A quick question: how do you perform a "resetTask" ... is it scripted, or is it somewhere hidden in the holy editor I am currently not able to find ? :cry: my channel: https://www.youtube.com/channel/UC_Yx920L1ezoWQkYKCGYB9w my PC: CSL | i7 6700 @ 4.4 GHz | NVIDIA GTX 1080 Ti OC 11GB | 40 GB 3000 MHz DDR4 | 256 GB SDD SYS + 500 GB SSD DCS + 1 TB HDD | Win10 Pro my controls: A-10 Warthog Stick + Throttle | Rift CV1 | ViaComPro my mods: FC3 | AJS-37 | F-14 | F-16C | F/A-18 | F-5E-3 | L-39 | (HAWK) | MiG-21 | UH-1 | Mi-8 | Mi-24 | Combined Arms | Nevada | Syria | Persian Gulf Link to comment Share on other sites More sharing options...
Knives Posted May 2, 2019 Share Posted May 2, 2019 I noticed this effect too, readback of 9-line is the very end of a second conversation with JTAC. A quick question: how do you perform a "resetTask" ... is it scripted, or is it somewhere hidden in the holy editor I am currently not able to find ? :cry:It is a script: Group.getByName('fac group'):getController():resetTask() Link to comment Share on other sites More sharing options...
TOViper Posted May 2, 2019 Share Posted May 2, 2019 It is a script: Group.getByName('fac group'):getController():resetTask() Thanks! :thumbup: Let's see if ED puts it into the loop for fixing. :megalol: No, no, just fooling around, they will, for sure! Someday ... my channel: https://www.youtube.com/channel/UC_Yx920L1ezoWQkYKCGYB9w my PC: CSL | i7 6700 @ 4.4 GHz | NVIDIA GTX 1080 Ti OC 11GB | 40 GB 3000 MHz DDR4 | 256 GB SDD SYS + 500 GB SSD DCS + 1 TB HDD | Win10 Pro my controls: A-10 Warthog Stick + Throttle | Rift CV1 | ViaComPro my mods: FC3 | AJS-37 | F-14 | F-16C | F/A-18 | F-5E-3 | L-39 | (HAWK) | MiG-21 | UH-1 | Mi-8 | Mi-24 | Combined Arms | Nevada | Syria | Persian Gulf Link to comment Share on other sites More sharing options...
Recommended Posts