sobe Posted August 21, 2023 Posted August 21, 2023 May be I will just move on to the F15e. I still cannot figure out why the SD can receive input from the game but not SEND input to the game. Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
S3ntry Posted September 6, 2023 Posted September 6, 2023 (edited) Mi-8 Hip Stream Deck XL Profile Finally got around to making a profile for the Hip. Got some issues with it, as detailed in the description in the User Files, but am actively working on fixing them. If anybody has a solution ready though, kindly let me know. Edited September 7, 2023 by S3ntry typos/screenshots 3 1
sobe Posted September 15, 2023 Posted September 15, 2023 Does anyone have a P-47 profile with icons that they would be willing to share. Just bought the module. Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
Reverend Posted September 16, 2023 Posted September 16, 2023 Hi, I have created one for myself. It is certainly not the prettiest and can still get improvements but it works. I used icons from others and created my own from screens. Give it a try. Lua files for the script folder are included. P-47.zip 1
sobe Posted September 16, 2023 Posted September 16, 2023 (edited) Reverend Thanks for the zip file. I am working on my HOTAS now, but will try your zip soon. I hope you do not mind if I reach out to you for tech help as I am still new to the Streamdeck. However, I did get the F15e streamdeck profile working nicely-so there is hope for me. I see 4 lua files. Do I use all of them or just the latest 30 and 40 files? Is this profile for both the 30 and 40? Edited September 16, 2023 by sobe Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
Reverend Posted September 16, 2023 Posted September 16, 2023 Hi, the one with the (1) is too much I had created as a backup and superfluous. I forgot to delete it.
sobe Posted September 16, 2023 Posted September 16, 2023 (edited) Reverend Is this profile for both the 30 and 40? What is the P-47D-30 b11 lua file for? Edited September 16, 2023 by sobe Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
Reverend Posted September 17, 2023 Posted September 17, 2023 Hi, yes the profile I used for all versions of the P-47 the P-47D-30 b11 Lua you can delete you do not need. I only used it as a backup when I wanted to try something.
bclinton Posted October 2, 2023 Posted October 2, 2023 (edited) Hi friends....just taking a shot here to see if anyone has info on getting a streamdeck icon to display the current heading and speed while in DCS. I fly the A10 and have been piecing together various profiles you experts have shared. One other issue I can't seem to get by is the 3-stage flap switch with the A10C2. I can get it to go from full to no flaps but not zero-middle-full with using one button. I was guessing that the dcs export profile may not include the 3-position switch that the A10C2 had versus the A10C. Anyways, just checking here to see if anyone had any info to share. Edited October 2, 2023 by bclinton New Info
bones1014 Posted October 2, 2023 Posted October 2, 2023 3 hours ago, bclinton said: Hi friends....just taking a shot here to see if anyone has info on getting a streamdeck icon to display the current heading and speed while in DCS. I fly the A10 and have been piecing together various profiles you experts have shared. One other issue I can't seem to get by is the 3-stage flap switch with the A102C. I can get it to go from full to no flaps but not zero-middle-full with using one button. I was guessing that the dcs export profile may not include the 3-position switch that the A10C2 had versus the A10C. Anyways, just checking here to see if anyone had any info to share. Well, after tinkering I was able to make a little progress. I found the speed DCS ID from the export lua script. It shows but it is in .071XXX format. Is it possible to convert that to XXX digits? I'd really think on it and make sure building a button with speed and heading is worth it when the information is displayed on the HUD and helmet display. You can use a round function to chop off decimals you don't need. local tens_knob = ExportScript.Tools.round(mainPanelDevice:get_argument_value(412) * 10, 0) local ones_knob = ExportScript.Tools.round(mainPanelDevice:get_argument_value(413) * 10, 0) local tenths_knob = ExportScript.Tools.round(mainPanelDevice:get_argument_value(414) * 10, 0) local hundredths_knob = string.format("%.2d", mainPanelDevice:get_argument_value(415) * 100) I included a picture of my Harrier deck with a three position switch for the water injection. null
FST_Bearcat Posted October 30, 2023 Posted October 30, 2023 Hello, I am looking for help. I reinstalled windows on my Computer and reinstaller the save game with all his containt (including the stream deck scripts). Everything is working fine concerning the official modules. But I have some issues with the non official modules (like the MH-60R). I indicate the correct destination of the my save game, it identify the modules included in my aircraft file ans when playing it can read the value of the different argument. But when i want to affect an argument to a button it doesn't propose me any list as it was doing before my reinstallation. Does any body have an explanation and or a solution ? By advance thank you for your support Regards
medway Posted December 9, 2023 Posted December 9, 2023 On 4/28/2023 at 6:44 PM, nick_thain said: Hi all, I have a working profile for the Ka-50, but it's not working with the new Black Shark 3 module. Is there a quick fix to get the 'old' Ka-50 Streamdeck profile working with the new Ka-50? Thanks in advance! Nick Did you ever find a solution to this? The files section says to copy the ka-50.lua and call it ka-50_3.lua but that's still not working for me.
Trigati Posted December 9, 2023 Posted December 9, 2023 At a guess you also need to edit the aircraft name in the file itself.Sent from my iPhone using Tapatalk
jonny415 Posted January 19, 2024 Posted January 19, 2024 Updated the profile for the F-16C F-16C VIPER stream deck XL profile and 5x3 (digitalcombatsimulator.com) 1
Phoenix FR Posted March 28, 2024 Posted March 28, 2024 Is someone has a Spitfire and Mosquito profil ? It seems that the spitfire script is not completed and has some missing parts (landing gear light,...)
jonsky7 Posted March 28, 2024 Posted March 28, 2024 (edited) 1 hour ago, Phoenix FR said: Is someone has a Spitfire and Mosquito profil ? It seems that the spitfire script is not completed and has some missing parts (landing gear light,...) I don't use streamdeck, but I do use the DCS-Export Script, which is updated for streamdeck if I'm not mistaken. https://github.com/asherao/DCS-ExportScripts If you are using the DCS-Export script for streamdeck, the Spitfire landing gear lights are [49] = "%1d", -- Gear Lamp Down [48] = "%1d", -- Gear Lamp Up SpitfireLFMkIX.lua SpitfireLFMkIXCW.lua MosquitoFBMkVI.lua Edited March 28, 2024 by jonsky7
Phoenix FR Posted March 28, 2024 Posted March 28, 2024 4 hours ago, jonsky7 said: I don't use streamdeck, but I do use the DCS-Export Script, which is updated for streamdeck if I'm not mistaken. https://github.com/asherao/DCS-ExportScripts If you are using the DCS-Export script for streamdeck, the Spitfire landing gear lights are [49] = "%1d", -- Gear Lamp Down [48] = "%1d", -- Gear Lamp Up SpitfireLFMkIX.lua 25.42 kB · 1 download SpitfireLFMkIXCW.lua 10.85 kB · 1 download MosquitoFBMkVI.lua 76.76 kB · 1 download Thank you.
Phoenix FR Posted March 29, 2024 Posted March 29, 2024 23 hours ago, jonsky7 said: I don't use streamdeck, but I do use the DCS-Export Script, which is updated for streamdeck if I'm not mistaken. https://github.com/asherao/DCS-ExportScripts If you are using the DCS-Export script for streamdeck, the Spitfire landing gear lights are [49] = "%1d", -- Gear Lamp Down [48] = "%1d", -- Gear Lamp Up SpitfireLFMkIX.lua 25.42 kB · 2 downloads SpitfireLFMkIXCW.lua 10.85 kB · 2 downloads MosquitoFBMkVI.lua 76.76 kB · 2 downloads When i search in dcs interface, i can't find the gear lamp and the gear command. I used the lua you link. I search for the MkIX, not the clip wing
jonsky7 Posted March 29, 2024 Posted March 29, 2024 8 hours ago, Phoenix FR said: When i search in dcs interface, i can't find the gear lamp and the gear command. I used the lua you link. I search for the MkIX, not the clip wing I think you might have to research and install the DCS-Export Script https://github.com/asherao/DCS-ExportScripts and then the DCS Interface plugin for Export Scripts https://github.com/enertial/streamdeck-dcs-interface?tab=readme-ov-file Sorry I can't be more help.
Phoenix FR Posted March 29, 2024 Posted March 29, 2024 I use the id number and it works for the gear lamp.
Togg Posted April 9, 2024 Posted April 9, 2024 Some icons for the Mi-24 https://github.com/Togg-streamdeck/dcs/tree/master/mi24 1 2 [sIGPIC][/sIGPIC] https://github.com/Togg-streamdeck/dcs
Manhorne Posted April 10, 2024 Posted April 10, 2024 Has anyone started making icons for the F-4E yet for the StreamDeck?
Togg Posted April 19, 2024 Posted April 19, 2024 (edited) Update for the Mi-24 The work for the pilot is almost done. It is possible to complete the start-up sequence with the profile. Some panels: Edited April 19, 2024 by Togg 2 [sIGPIC][/sIGPIC] https://github.com/Togg-streamdeck/dcs
ITA_WVoss Posted April 22, 2024 Posted April 22, 2024 Good morning! Is anyone having problems with the Super Macro plugin? Although the DCS Interface Plugin works for me there is no way that it will work and yet I follow the command list which is on the owner's site of the Super Macro Plugin.
Yeti42 Posted April 22, 2024 Posted April 22, 2024 1 hour ago, ITA_WVoss said: Good morning! Is anyone having problems with the Super Macro plugin? Although the DCS Interface Plugin works for me there is no way that it will work and yet I follow the command list which is on the owner's site of the Super Macro Plugin. Yes, I can't get it to work ether Windows 10 64 bit | Intel i5-9600k OC 5 Ghz | RTX 2080 |VENGEANCE® LPX 32GB DDR 4 OC 3200 Hotas Warthog | Logitech G Flight Rudder Pedals | Track IR 4
Recommended Posts