-
Posts
87 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Chacal_IX
-
I'm sorry, but I think I'm going to abandon this campaign. This mission seems almost impossible to me to succeed. Nearly 20 attempts with always at least one loss of one of the C-130s. It's too frustrating. The Mig-21s with their missile don't give us a chance and it's not our wingman who will help us much. The only time I succeeded, one of the C-130s apparently crashed on the runway on the way back without understanding why. If someone succeeded, I would be interested to know what tactics they used. But for the moment I'm too tired to repeat this mission over and over again.
-
I am having some difficulty completing mission 24. The C-130 escort is going well, with no casualties and the Mig-21s are all shot down. Then comes the escort of the L-39 which lands without difficulty in Gelendzihk followed by my wingman and me. But the mission is only 50% complete What is missing to complete this mission?
-
Indeed the mission is successful if the destruction rate is higher than 80%. I replayed it last night with 100% destruction and this time the mission is successful. I apologize for the inconvenience. Personally I find that 80% is a bit exaggerated. With an F-18 I would like to, but not with an F-5. Especially considering that the wingman never help on this one. He simply doesn't execute any of my orders but this is probably a ED problem.
-
Thank you for the information. I just realized with TACVIEW that I was more like 75% of the target destruction rate. I'm going to try the mission again
-
This maybe the 10th time I've done this mission with a 50% result each time. I take off, I follow the flight plan, I bomb the radar, my wingman explodes in full flight as soon as the radar is hit, I launch my rockets on the remaining targets, I take the way back, I receive the message "beeper..." then the message that my wingman is fine and that he is heading north, I land and stop at the parking. Score 50% with 80 to 90% of targets destroyed. What did I forget to do, what's wrong with this mission?
-
Copy and paste A-10C.lua in...Scripts\DCS-ExportScript\ExportsModules and rename the new file A-10C_2.lua
-
Same issue here. I don't know why
-
reported earlier AGM-84D: The FXP function in BOL mode does not work.
Chacal_IX replied to Chacal_IX's topic in Bugs and Problems
Sorry, the attitude of the plane on the track doesn't correspond at all what happened. Do you need a new track ? -
When FXP is selected, the missile should follow the course seen on the HSI. Otherwise, it will only fly on the heading entered in the BRG parameters. In my test, I fire 4 missiles with the following parameters: Mode: BOL FLT : MED TERM :SKIM SRCH: 15 NM DSTR: 30NM BRG: 310°. FXP: ON The 4 missiles should cross each other because I selected the FXP function at the same time on all 4 but the shots were deliberately spaced to vary the heading indicated in the HSI. In the track you can see that the 4 missiles are all flying on the 310° heading until destruction. I hope I have been clear enough Harpoon Bug.trk
-
Unfortunately it is not possible to assign more than 2 icons per button. This is a limitation of the Stream Deck software. But there are magicians like nosaMtrevoC who did something fabulous for the TOMCAT here But nothing prevents you to ask Elgato for this option. On my side it is already done but more we are numerous to do it and the more chance we will have this option. Edit: I've just requested it again.
-
No, to my knowledge, there is no way for that.
-
Streamdeck not connecting to DCS
Chacal_IX replied to Viking 1-1's topic in PC Hardware and Related Software
Try with the last F-16C_50.lua files here https://forums.eagle.ru/topic/230609-new-streamdeck-plugin/page/3/?tab=comments#comment-4281438 -
Thanks ! :thumbup:
-
Did anyone manage to get the Stream deck to work with the F-14A ?
-
For the CAP buttons, I let you see on the attached file how I proceeded. F-14B RIO 2.rar
-
Try again :yes:
-
You need select Show in 2nd State Image When : Is greater (>) below value Value : 0.5 Otherwise the lights will come on as soon as the cockpit light is switched on.
-
https://forums.eagle.ru/forum/english/dcs-world-topics/input-and-output/271902-new-streamdeck-plugin?p=6214921#post6214921
-
PD STT = 6114 PULSE STT = 6115 PD SRCH = 6116 RWS = 6117 TWS AUTO = 6118 TWS MAN = 6119 PULSE SRCH = 6120
-
+1 Now when I visit the forum, I want to leave it so quickly
-
If it existed, I'd choose the XXL :D
-
I just finished your campaign and it's one of the most enjoyable I've ever played. I particularly liked the atmosphere, the scenario and the realism of the missions. All that's missing are the recorded voices. Thank you very much for creating this campaign :thumbup: I look forward to the next ones:smilewink:
-
Thank you very much Ctytler.:thumbup: Your app is a real bonus for our Stream Deck. I can't get enough of it.
-
There's an error in the script for the 8A flag on the ACM panel. It doesn't work. I have corrected the script like this ans now it work function ExportScript.stationStatusFlags(mainPanelDevice) -- Display Station status flags 1 to 8 on ACM panel local b local a = 9221 repeat b = "5" .. a ExportScript.Tools.SendData(b, ExportScript.drawStationStatusFlags(mainPanelDevice:get_argument_value(a))) a = a + 1 until( a == [color="Red"]9229[/color]) end