Jump to content

Recommended Posts

Posted

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.

 

Posted

@Chacal_IX

 

Are your CAP_button# 123 through 134 lamps? I've tried with value greater than 0.5, but even when I display the text it oscillates from 0 to 0.0. I'm trying to map CAP lamps 6, 7, and 8 to use the streamdeck to classify a contact as friend, unknown, or hostile.

 

IMG_0038.thumb.jpg.391dadae2e6e2dc3aaf360933067c6d3.jpg

Posted
For the CAP buttons, I let you see on the attached file how I proceeded.

 

Thanks. That's a very cool setup you have. I now understand a bit more the power of the plug-in. Thanks for sharing. This helps a lot.

Posted
Did anyone manage to get the Stream deck to work with the F-14A ?

 

I hope so, because I just won the F14A & B in a competition tonight and I'll need all the help I can get. I normally fly the Mi-8 so shows where I am in the plot lol.

SYSTEM SPECS: Hardware Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz, 3792 Mhz, 64Gb RAM, NVIDIA GeForce RTX 4090,

CONTROLS: VPC Rotor TCS Base, VPC Hawk-60 Collective Grip, VPC MongoosT-50CM3 Base, VPC Constellation ALPHA Prime [R], Thrustmaster Warthog – Throttle, Thrustmaster TPR - Pendular Rudder Pedals, Honeycomb Alpha Flight Control (For Anubis C-130 Hercules), Meta Quest Pro.

SOFTWARE: Microsoft Windows 11,

Posted
Did anyone manage to get the Stream deck to work with the F-14A ?

 

I have not been able to get it to work.

 

I've tried copying F-14B.lua to:

F14.lua

F-14.lua

F-14A.lua

 

with no success.

Posted

 

I have not been able to get it to work.

 

I've tried copying F-14B.lua to:

F14.lua

F-14.lua

F-14A.lua

 

with no success.

 

maybe try "F-14A-135-GR". That's the name of the kneeboard folder.

  • 4 weeks later...
  • 2 weeks later...
Posted

Just wanted to drop a note and say THANK YOU for this plugin!! Just started using it and it is fantastic.  Well designed, written and documented.  You sir are an asset to this community!  Thanks again!

Windows 10 x64 | i5-9600K | ASUS RTX 2080 8GB | 32GB DDR4 3200 | 256GB & 1TB SSD | GIGABYTE Z390 | TM Warthog HOTAS | Virpil WarBRD | Slaw RX Viper v2 | TrackIR 5 | Buddy-Fox A-10C UFC

  • 2 weeks later...
Posted

hello guys ! and happy new year

i d like to know if there is a way to convert those fanstastic profil forstreamdeck xl to use them with a "simple" streamdeck 

Posted

that sad .... there are a lot of good profil for the streamdeck XL. but when i tried to import i only got some button ..... i d like to reorder the button :-(

Posted

Hi, I have two DCS installations, the Stable and the Open Beta, both of which install on an additional disk with the folders in both savegames in the user folder.
I performed exactly the same procedure for both release by installing the DCS-Bios v0.10.0 on the PC, modifying in both installation the "script \ Export.lua" with the command for enabling BIOS and "script \ bin \ Config.lua" with the port modifyed to 1725 in the same way, copied to both installation savedgame in "script" the "DCS-ExportScript" folder of version 1.2.1, if launching the two versions alternately if I open DCS-BIOS Hub from web browser in DCS Connection I see both installations green with all three ticks for each activated, runnung the two release alternatively with a mission started in Lua Console i see the DCS Connection green as in the Dashboard I see green both Virtual Cockpit and Lua Console, but from the Stable installation if I test the connection from the StramDeck with the DCS Interface v1.0.3 plug-in installed and port changed to 1725 everything works correctly and I see the commands sent and the values of been read, if instead I launch the Open Beta it does not connect or write anything.
I also tried renaming the Open Beta installation and re-launching an installation in the same path then remove the new installation and restore the original but nothing changes.
Some idea?

Posted (edited)

Super-awesome-plugin! Thanks a lot! 🙂

Few issues/questions below.

 

SABRE

In case someone is using this with the Sabre and wants to have the toggle switch for bomb release auto/manual.
There's a mistake in "F-86F Sabre.lua", line 284 or somewhere around:
[639] = "",     -- Demolition Bomb Release Selector Switch, AUTO RELEASE/MANUAL RELEASE {2,-2}
Change this to:
[639] = "%1d",     -- Demolition Bomb Release Selector Switch, AUTO RELEASE/MANUAL RELEASE {2,-2}

Values are -1 for manual release and 1 for auto release.

 

MORE-WAY TOGGLES?

Do you know if it's possible in this plugin to assign more than 2 "icons" to a specific SD button? For example, in F-86 you have the 4-way toggle switch for bomb selection - "DEMO BOMBS", it goes like this: ALL (up), OFF (center), LEFT (down left), RIGHT (down right). I'd like to have 4 icons which simply depict the switch position. Can this be done somehow?

 

RECALCULATE NDB FREQ INTO kHz?

I have no idea how to deal with it. For example, in F-86 the "frequency" in ADF receiver is shown as, say, a float from 0.0000 to 1.0000 or something of this sort (we're talking DCS Stream Deck plugin). Basically it's a RANGE o values between two extrema which work something like percentage of "full frequency sweep" in a particular band, but it's not a frequency in kHz/MHz/etc.

How can I recalculate it into proper kHz, so I can then display value in kHz on a Stream Decks button? I mean, I'm not asking for a mathematical formula (can figure one out myself), but where should I put this formula? Do I need to write something additional in e.g. "F-86F Sabre.lua" or... I don't know.

 

EDIT:

Another mistake (or a change introduced in the module by ED) in "F-86F Sabre.lua", line 239 or so:

[807] = "%.1f",     -- AN/ARC-27 UHF Preset Channel Selector {0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8}

Change to:

[807] = "%.2f",     -- AN/ARC-27 UHF Preset Channel Selector {0.00, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18}

 

Edited by scoobie

i7-8700K 32GB 3060Ti 27"@1080p TM Hawg HOTAS TPR TIR5 SD-XL 2xSD+ HC Bravo button/pot box

Posted (edited)
On 1/10/2021 at 10:35 AM, scoobie said:

MORE-WAY TOGGLES?

Do you know if it's possible in this plugin to assign more than 2 "icons" to a specific SD button? For example, in F-86 you have the 4-way toggle switch for bomb selection - "DEMO BOMBS", it goes like this: ALL (up), OFF (center), LEFT (down left), RIGHT (down right). I'd like to have 4 icons which simply depict the switch position. Can this be done somehow?

 

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.

Edited by Chacal_IX
Posted

Thanks for the clarification!
I have just submitted my kind request to Elgato 🙂

 

For now, I'm using those... "text alterations" (can't remember the term) for more than 2-way toggles, like:

 

| BOMBS |       | BOMBS |

|    OFF    |       |   LEFT   |   and so on.

A bit clumsy, but works.

i7-8700K 32GB 3060Ti 27"@1080p TM Hawg HOTAS TPR TIR5 SD-XL 2xSD+ HC Bravo button/pot box

  • 4 weeks later...
Posted

Has anybody managed to get the F-14 RIO weapon wheel working, the minute I press it the plugin appears to lock up causing me to have to restart streamdeck (DCS carries on working)

 

F-14B lua entry:

    [59] = "%.4f",   -- Weapon type wheel, (-0.023255813953488, 0, 1)

Have tried it in sections:

ExportScript.ConfigEveryFrameArguments = 
ExportScript.ConfigArguments = 

 

Both have the same result

VCVW-11 - VF-213 - 205R - Reaper

 

3800X | Asus 2070 Strix | 64gb Ram

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...