thryckz Posted October 6, 2017 Posted October 6, 2017 Can someone explain this? I am following for the RB-15F and and they both say to press TV/T0 to slew and such. However, when I follow the second part of crash laobi's tutorial exactly it does not work for me. Can someone explain why? I tried the single and three stage but I dont think I'm setting the three stage correctly. The circle (I assume the slew position) is always at the bottom of the radar. I can't move it at all. Thanks.
Panzerfan Posted October 6, 2017 Posted October 6, 2017 you need to see a cross to slew it, that is acces by depressing the Radar fixtrigger to it's first detent (T1) the fix is done via second detent (TV). T0 is the postion of the triiger if it's not depressed, without a mod this can't be mapped on a two-stage-trigger like a Warthog stick has, so you have to assing T0 to a seperate button or use a mod (https://forums.eagle.ru/showthread.php?t=181720)
feefifofum Posted October 6, 2017 Posted October 6, 2017 Not true, Heatblur has included 2-pos and 3-pos bindings for several cockpit switches, including the trigger. THE GEORGIAN WAR - OFFICIAL F-15C DLC
SGT Coyle Posted November 22, 2017 Posted November 22, 2017 Does anyone have a T.A.R.G.E.T. Script code for mimicing the Radar fixtrigger on the TH WH? Night Ops in the Harrier IYAOYAS
Home Fries Posted November 22, 2017 Posted November 22, 2017 Does anyone have a T.A.R.G.E.T. Script code for mimicing the Radar fixtrigger on the TH WH? MapKey (&Joystick, TG1, DX1); MapKeyR (&Joystick, TG1, PULSE+AJS37_T0); MapKey (&Joystick, TG2, DX6); I mapped T0 to a key and assigned it the AJS37_T0 macro with the following line: define AJS37_T0 't' Now that T is also used for clock functions, I may change that. Feel free to look at the profile in my signature. -Home Fries My DCS Files and Skins My DCS TARGET Profile for Cougar or Warthog and MFDs F-14B LANTIRN Guide
Rudel_chw Posted November 22, 2017 Posted November 22, 2017 (edited) I'm glad my Hotas allows me to toggle several commands to a single button, so I have the T1 button generate T1 on the first press and TV on a second press, and then back to T1 if i press it a third time. The TV is generated when I press T0 and a modificator (the S3 button is the modificator) .. its used to cancel the fix, so it's little used. Edited November 22, 2017 by Rudel_chw Corrected mistaking T0 with TV For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
SGT Coyle Posted November 22, 2017 Posted November 22, 2017 (edited) Thanx Home Fries and Rudel_chw. I was trying to get away from using IO and I like to use the mini stick when ever possible. So I came up with this. MapKey(&Throttle[color=#ffffff],[/color]SC[color=#ffffff],[/color]SEQ[color=#ffffff]([/color]T1_Fix[color=#ffffff],[/color]CHAIN[color=#ffffff]([/color]TV_Fix[color=#ffffff],[/color]D(),T0_Fix))); [color=#32cd32]// SlewControlPush Radar: T1_Fix / PULSE TV_Fix and T0_Fix to return to T0 state[/color] First press on mini stick puts me in T1. Next push is TV with a short delay and then T0. Works fine in the event tester, but I cant' test it in game just yet. All of the pushes are "PULSE+". I think this mimics the two stage trigger pretty well. The only thing that I think might be a problem is the mini stick sensitivity. p.s. anyone got T.A.R.G.E.T. language (.tmc .ttm .tmh) setup on Notepad++ ? Edited November 22, 2017 by SGT Coyle Night Ops in the Harrier IYAOYAS
Rudel_chw Posted November 22, 2017 Posted November 22, 2017 (edited) First press on mini stick puts me in T1. Next push is TV with a short delay and then T0. I think this mimics the two stage trigger pretty well. Yes, its almost the same as mine, but I chose the sequence T1 -> TV -> T1 as it makes easier to correct a misplaced fix. The only thing that I think might be a problem is the mini stick sensitivity. What I did for that issue, was using an axis statement to have the ministick generate the movement keystrokes only when it's fairly away from center ... this is the Foxy statement, dont know how to put that on Target: Rem ----------------------------------------------------------- Rem Microjoystick: Radar Cursor & Rb05 Control Rem ----------------------------------------------------------- MIX 5 3 (0 40 60 100) (/H Cursor_left ) ^ (/H Cursor_right ) MIY 5 3 (0 40 60 100) (/H Cursor_down ) ^ (/H Cursor_up ) Basically, the keystrokes are generated when the stick axis are lower than 40% or higher than 60% Best regards Edited November 22, 2017 by Rudel_chw For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Recommended Posts