HSqn_Swaty Posted January 22, 2016 Posted January 22, 2016 (edited) I am working on an advanced HOTAS Warthog - Profile. No documentation atm.Only comments inside file I will post here the script and BoS keys. "current" inputs (****Back up your own "current" settings***) input.zip Script file: IL-2 BoS.zip A brief description: Ignored BoS trims and I use TARGET functions. Trim axis X-Y-Z for every plane. //Trims [ HAT 1 and HAT 2] //Works on every simulator //X MapKey(&Joystick, H1L, REXEC(0, 100, "TrimDXAxis(DX_X_AXIS, -5);")); MapKey(&Joystick, H1R, REXEC(0, 100, "TrimDXAxis(DX_X_AXIS, 5);")); //Y MapKey(&Joystick, H1U, REXEC(1, 100, "TrimDXAxis(DX_Y_AXIS, -5);")); MapKey(&Joystick, H1D, REXEC(1, 100, "TrimDXAxis(DX_Y_AXIS, 5);")); //Z (Rudder) MapKey(&Joystick, H2L, REXEC(0, 100, "TrimDXAxis(DX_ZROT_AXIS, -5);")); MapKey(&Joystick, H2R, REXEC(0, 100, "TrimDXAxis(DX_ZROT_AXIS, 5);")); MapKeyIO(&Joystick, S1, EXEC("TrimDXAxis(DX_X_AXIS, CURRENT);TrimDXAxis(DX_Y_AXIS, CURRENT); TrimDXAxis(DX_ZROT_AXIS, CURRENT);"),// Locks X- Y- Z to current position EXEC("TrimDXAxis(DX_X_AXIS, SET(0));TrimDXAxis(DX_Y_AXIS , SET(0));TrimDXAxis(DX_ZROT_AXIS, SET(0));")); // Cancel All trims ( X- Y - Z ) LASTE panel for bombersThe rest of Throttle panel switches for multi engine planes Coolie Switch, Slew and LTB for gunner control So if you want to check it 1. Back up your current files at "...\IL-2 Sturmovik Battle of Stalingrad\data\input" 2.Open TARGET Script Editor and run file. Profile is suitable for German planes and hard settings mode. For instance there is no external views on HOTAS. Except HOTAS I have Track IR and Simped Rudders without brakes. Left and right brakes are activated when axis goes to 80%: KeyAxis(&HCougar, RUDDER, 0,AXMAP2((LIST(0,20,80,100)), ',', // Left PULSE+'0', //Null '.')); // Left and Right Edited January 10, 2017 by 335th_GRSwaty 1
kzfr Posted December 9, 2016 Posted December 9, 2016 (edited) Gear Down/UP - on stick dont work, on key "g" work well. Edited December 10, 2016 by kzfr
HSqn_Swaty Posted January 10, 2017 Author Posted January 10, 2017 Hello You have to press Hat 4 (H4P) while you have ShiftButton (S3) pressed and Boat Switch Front (BSF). PULSE+'g',// Gears D and IN PULSE+'0'); Made it this way to avoid accidents! I you wish to change it I would be happy to help you!
HSqn_Swaty Posted July 11, 2017 Author Posted July 11, 2017 Hello. Can you sent me the file? Try to comment the line: MapAxis(&Throttle, THR_LEFT, DX_XROT_AXIS, AXIS_NORMAL, MAP_ABSOLUTE); to // MapAxis(&Throttle, THR_LEFT, DX_XROT_AXIS, AXIS_NORMAL, MAP_ABSOLUTE);
Sokol1 Posted July 11, 2017 Posted July 11, 2017 (edited) HOTAS Warthog (joy+throttle) has 7 axes = 5 axis on throttle + 2 axes on stick. DX limit for device is 8 axes, so you have place for more one axis in this virtual combined device. T.16000M controller has 4 axis. Is not the case of exclude 3 axes from "combined device" mapping? Edited July 11, 2017 by Sokol1
kzfr Posted July 11, 2017 Posted July 11, 2017 (edited) Oh i have other problem. T16000M doesnt work with TARGET. Only way is fix the problem with windows 10 or give a script to turn off select a T16000M by combined. I will try fix that.EDIT!I found solution for problem with Windows 10/T16000M/TARGET - is the new drivers for T16000M to install that need - unninstal TARGET - restart pc - Install Drivers https://support.thrustmaster.com/en/product/t16000m-fcs-en/ - install Target - restart PC and again T16000M work properly in games and target device test. Edited July 11, 2017 by kzfr
=TBAS=Sshadow14 Posted July 11, 2017 Posted July 11, 2017 how is that trim working as adjust the axis them selves is not really trimming..Trim tabs on the control surface move in oppisite direction to primary control surfaceso how do you force this on planes without trim tabs
kzfr Posted July 12, 2017 Posted July 12, 2017 Ok, i everything with T16000M work fine. Now can you help me set a Lever on joystick warthog to this same what is on F3 but not pulse (want push to hold) - or change a left DMS (H3L?) to one push is hold again push is unhold. And axis slider0 on throttle to zoom in/out
HSqn_Swaty Posted July 12, 2017 Author Posted July 12, 2017 What is the action you want to set for for F3?
kzfr Posted July 13, 2017 Posted July 13, 2017 Its blocked reset center view, when i push and hold F3 on keyboard.This give you block view like a turnoff trackir.
dburne Posted June 17, 2023 Posted June 17, 2023 (edited) 38 minutes ago, Dylanram said: the throttle doesnt work with this setup 5+ year old thread you managed to revive... Edited June 17, 2023 by dburne 1
HSqn_Swaty Posted June 18, 2023 Author Posted June 18, 2023 Is there a comment in code referring to the throttle?
Hoss Posted June 20, 2023 Posted June 20, 2023 (edited) Here's mine for the TMWH, I use Joy2Key for my BlackHog. TARGET GUI Advanced programming with Up/Middle/Down layers Untoggled on the Throttle, and IN/OUT Toggled on the Stick. I'm using Sequence presses on the Throttle for Engine starts/stops Spoiler These are the two faceplates I have for the BlackHog, so I won't post the diagram, the IL2 version is kind of null and void now since we are not getting Fuel Management. the 3-way toggle switches are in a Sequence program with Joy2key, each time I push it in a given direction like Tank Select it toggles thru all the options. I recently bought a Virpil Control Box #2, I'm not sure if it will be able to replace fully the BlackHog. And using someone else's profile is never a good idea unless you have identical setups. I will look at someone elses profiles and sometimes use their ideas, but program it myself in GUI. I use Sedenion's 128DX Complete SCRIPT program for DCS. And I turn off and on the TEMPO (Long/short) commands programmed into the SCRIPT. Edited June 20, 2023 by Hoss 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now