
Chacal_IX
Members-
Content Count
29 -
Joined
-
Last visited
About Chacal_IX
-
Rank
Junior Member
- Birthday 11/21/1971
Personal Information
-
Location
Switzerland
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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.
-
Chacal_IX started following New StreamDeck Plugin
-
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