Jump to content

Recommended Posts

Posted

For who uses warthog+mfd...i have done a version of the 128 buttons script for it...

Here is the script...the tmh and the lua for dcs world

 

it is not finished yet...but feel free to use and modify

target_128.zip

🖥️ R7-5800X3D 64GB RTX-4090 LG-38GN950  🥽  N/A  🕹️ Realsimulator FFSB MKII Ultra+F-16 grip+F/A-18 grip, VKB Stecs Max, VKB T-Rudder MKV, Razer Tartarus V2 💺Secrets Lab Tytan, Monstertech ChairMounts

CVW-17_Profile_Background_VF-103.png

Posted

Autopilot

CHAIN A/P, ATTH // unreliable (for me), some times does, a lot of times does not

 

has to be button in target CHAIN

 

DOWN+(A/P binding),

delay (111ms),

UP+(A/P binding),

delay (111ms),

DOWN+(ATTH binding),

delay (111ms),

UP+(ATTH binding)

 

This does work and puts the F18 in ATTH mode when simply switching up to PATH

 

 

   // TMWH 3-way AP - "A/P","ATTH" - (L_CTL+'1',L_ALT+'1' key bindings)
MapKey(&Throttle,APPAT,CHAIN(
DOWN+L_CTL+'1', // A/P
D(111),
UP+L_CTL+'1', 
D(111),
DOWN+L_ALT+'1', // ATTH
D(111),
UP+L_ALT+'1'
));    

| VR goggles | Autopilot panel | Headtracker | TM HOTAS | G920 HOTAS | MS FFB 2 | Throttle Quadrants | 8600K | GTX 1080 | 64GB RAM| Win 10 x64 | Voicerecognition | 50" UHD TV monitor | 40" 1080p TV monitor | 2x 24" 1080p side monitors | 24" 1080p touchscreen |

Posted

Thanks for sharing this Grodin, works great!

ASUS Maximus X Hero; i7-8700K OC'd @ 5 Ghz; Zotac GeForce GTX 1080 AMP Extreme 8GB; 32GB G.Skill Trident Z DDR4 3200Mhz RAM; 500GB Samsung EVO 960 SSD; Warthog HOTAS; Saitek Pro Flight Rudder pedals; HP Reverb VR; Realtus Forcefeel Game Pad running on SimShaker for Aviators software. :thumbup:

  • 9 months later...
Posted

Thank you so much for sharing your great work!! :D

ASUS ROG STRIX Z490 F-GAMING | i7-10700K | RTX3090 TUF OC | 32GB DDR4 3200Mhz | Windows 10 64bit | Acer Predator X34P | TrackIR 5 | TM Warthog | TM T.Flight Rudder Pedals

A-10C | A-10C II | F/A-18C | F-16C | FC3 | PG | Syria | SC

Home made F-16C simulator
Forum Thread: DCS World forum - The Viper Project - Home Cockpits Instagram: 1583142 copia.jpg The Viper Project YouTube youtube-icon-512x512-874lspju.png The Viper Project - Youtube channel

  • 4 months later...
Posted

Apuon/off Switch

 

Hello, could someone help me to fix the "MapKey(&Throttle, APUON, DX39); and MapKey(&Throttle, APUOFF, DX60);" button, because when i preparing for shutdown proceuer and is going to shut down the power.

 

 

I need to move the switch 2 times or either use rshift-l on keyboard, and

That is very annoying other wise the script works flawless!!:D :pilotfly:

 

 

 

Kind Regards

e33et

  • 8 months later...
Posted (edited)

Many thanks for sharing this script, Grodin! It runs great and makes the bindings for all of the throttle switches in DCS so much easier. I'm so happy that I found this thread. :thumbup:

 

Add "Exclude(&TFRPRudder);" so it looks something like this:

 

//program startup

int main()

{

 

// Exclude Devices not present

Exclude(&TFRPRudder);

 

if(Init(&EventHandle)) return 1; // declare the event handler, return on error

 

 

 

//program startup

int main()

{

// Exclude Devices not present

 

Exclude(&Joystick);

 

if(Init(&EventHandle)) return 1; // declare the event handler, return on error

 

//add initialization code here

 

Had the same problem with my TFRP Rudder Pedals and managed to work again with your hint. But how can I eliminate the "USB HID device with hardware id XY cannot be found" messages in the TARGET script window?

20200421_TARGET_DeviceCannotBeFound.PNG.560160e1921a10ebb1594ec80cb762f1.PNG

Edited by AstonMartinDBS

[Modules] A-10C, A-10C II, AH-64D, F-4E, F-14A/B, F-16C, F/A-18C, FC3, Ka-50, P-51D, UH-1H, CA, SC
[Maps] PG, NTTR, Normandy, Sinai, Syria, TC

[OS] Windows 11 Pro
[PC] MSI Pro Z790-A, i9-13900K, 128 GB DDR5, RTX 4090 24 GB GDDR6X, 2 x SSD 990 PRO 2 TB (M.2), Corsair 5000D Airflow, HX1500i, H150i RGB Elite, Acer X28, TM HOTAS Warthog (Grip@WarBRD Base), MS SW FFB2, Thrustmaster TFRP, TrackIR 5 & TrackClip Pro
[Checklists] A-10C, F-16C, F/A-18C, AH-64D, Ka-50, UH-1H

Posted
But how can I eliminate the "USB HID device with hardware id XY cannot be found" messages in the TARGET script window?
Ok, I found the answer myself:

    //reject (non connected) devices from virtual controller
   Configure(&HCougar, MODE_EXCLUDED);
   Configure(&Joystick, MODE_EXCLUDED);
   Configure(&T16000, MODE_EXCLUDED);
   Configure(&T16000L, MODE_EXCLUDED);
   Configure(&LMFD, MODE_EXCLUDED);
   Configure(&RMFD, MODE_EXCLUDED);
   Configure(&TWCSThrottle, MODE_EXCLUDED);

[Modules] A-10C, A-10C II, AH-64D, F-4E, F-14A/B, F-16C, F/A-18C, FC3, Ka-50, P-51D, UH-1H, CA, SC
[Maps] PG, NTTR, Normandy, Sinai, Syria, TC

[OS] Windows 11 Pro
[PC] MSI Pro Z790-A, i9-13900K, 128 GB DDR5, RTX 4090 24 GB GDDR6X, 2 x SSD 990 PRO 2 TB (M.2), Corsair 5000D Airflow, HX1500i, H150i RGB Elite, Acer X28, TM HOTAS Warthog (Grip@WarBRD Base), MS SW FFB2, Thrustmaster TFRP, TrackIR 5 & TrackClip Pro
[Checklists] A-10C, F-16C, F/A-18C, AH-64D, Ka-50, UH-1H

  • Recently Browsing   0 members

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