-
Posts
1124 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Weegie
-
Just new to this module and it's terrrific I'm starting to learn it, I have one question so far on the nosewheel steering When I bind buttons for steering engage/disengage nothing seems to happen likewise the Hi Gain mode Does it simply not work or am I missing something? Oh hope I'm posting in the right place
-
Real simulator F-16 Grip
Weegie replied to markturner1960's topic in PC Hardware and Related Software
The neck at the stick base is the weak point and depending on what you poundage have the base set at and how aggressively you haul on the stick you can snap it. Debolestis makes replacement necks, which are not cheap but way stronger and better made Depending also on where you mount the stick you could opt for one of the angled necks, he offers them in 2 or 3 different flavours -
You should be able to in Windows, Go into View on the top of the file explorer and make sure the "Show Filename Extensions" option is checked If you are already doing that and it won't accept the change it has to be permissions that are stopping you Are you running as Administrator on the PC? You could also check the file Prooperties to make sure you have adequate permissions
-
Seconded Lucky guy, it astonishes me that some come on and (try) to pour cold water on your choice for whatever reason (some of which are so wrong it's funny) Should you choose to share some of your findings I'd appreciate it but either way enjoy
-
I sometimes run an Open Beta Dedicatid Server for myself and some friends whose hardware is a bit limited and stops them going into regular public servers Unless I've got it wrong it seemed that wake turbulence wasn't available, it's not in the OB Dedicated Server as an option however my machine (essentially a client on my own server) had the option enabled but it didn't seem to manifest itself. So I was wondering if it's just completley disabled in al of the Open Beta Servers or am I missing something?
-
Look great to me
-
I run both and they seem to work fine together TrackIR can be flaky sometimes but I think that's just TrackIR given the posted problems I've seen here Apart from the usual profiles I've also got some specific commands in VA for TrackIR, like "center" to center the view, which is always out when I load TrackIR & DCS for the first time after booting the computer
-
That's quite a neat mounting idea, never seen one with an angle before As far as the FSSB, you can center it to whatever you want using their software
-
Thanks so much all That explains why I haven't been able to figure it out. It was doing my head in It all makes sense now The pictures posted by Ramsay were particularly helpful Another bug then, who'd a thunk :music_whistling:
-
So this is a stupid question but I'm struggling to get an answer to it When you're doing an IFR approach you start in the HUD with a dotted line which is meant to show the offfset to the Glideslope beacon and terminates on the Horizon at the beacon position You also get an open box and you place the flightpath symbol into that box (If I even have that correct) I'm just struggling to do anything meaningful with it, I'm either chasing the box all over the HUD and watching the NAV pointer telling me I'm swinging right then left etc: As far as the dotted line what is telling me? If I try to fly to that I end up miles away Usually it's only TACAN and the synthetic runway that saves me I know it's me as watching the tutorials like the Reapers they seem to do it with ease Where on earth am I going wrong? I just think it would really help if I understood what the symbology is telling me
-
I'm not sure if I am answering the question but as alternative to RealSimulator adaptor mount, you could instead get one of the angled necks for the Hog/F-18 sticks from Debolestos. That's the way I'd go as the necks on the Hog are weak and sometimes snap, also Debolestos offers the neck at various different angles Just a thought
-
Thanks Guys I'm currently planning to look at AutoHotKey, Joystick Gremlin and UCR I took a look at RS Mapper and good as it is, it doesn't appear to allow you to script, which once you start to use you realize how much more powerful scripting is and how much you're missing out on what can be done, if you don't use it. As far as Voice Attack goes I do use that already and script with it to provide voice feedback. I have a bunch of voice commands that are simply too unwieldy to use with the HOTAS so use VA instead. At the moment Voice Attack and TARGET Script Editor are my 2 main programs and I think both of them are great Many thanks for the suggestions, anybody else comes up with something else I'm still open to suggestions
-
Just tested and just like you stated. Everything working :thumbup: Fantastic I haven't bricked the throttle (YET!!) :joystick:
-
Gotcha I'll give that a go for sure, the behaviour you stated was pretty similar if not exactly what I'd been getting up to now Thanks I'm begining to see that somethimes things just don't work as advertized, every day a school day. Your help is greatly appreciated
-
That's Strange Sometimes it takes a couple of presses to get it working reliably but the Toggle "SHIFT" appears to be working fine for me and the LEDs indicating all the "SHIFT"/"UP"/"DOWN" states work LED 1 is "UP" state LED 2 is "SHIFT" state LED 3 is "DOWN" state The Toggle into the "SHIFT" state is a Tempo command Short press activates "SHIFT" state and LED 2 illuminates, it will then stay in "SHIFT" for 3 seconds then revert back to Unshifted and LED 2 extinguishes Long Press will Toggle the "SHIFT" state On and LED 2 illuminates another Long press will Toggle it back to Unshifted and LED2 extinguishes. These all work for me regardless of whether the RDRNRM/RDRDIS lines are REM'd out or not, perhaps there is something flaky with the code if it's giving you different results..........I'm at a bit of a loss to see how that could happen
-
Thanks Sokol I was hoping you'd drop by too Oh well I'll await to see what SGT Coyle gets when he tries the script
-
Oh I did check the switch and it's fine and I get both the switch and RDRNRM/DIS and APENG registering in the Device Analyzer for the Throttle but not the Combined script So the Device Manager is seeing it, which is something
-
Hi thanks again for assisting you seem to be my "GoTo" guy and I appreciate it I had several scripts that were all running fine with it and then suddenly all of them became a bit flaky sometimes worked, then might work for one shot on the RDRNRM then stop etc: I use the APPAT & APALT as my UP & DOWN triggers and the APENG as my shift button (short press 3 second Shift, long press Toggle Shift) However here is my M-2000C script that I'm running as an example on the Hog stick and throttle. The RDRNRM/RDRDIS seems to work when I toggle into shifted mode then back out one time only then nothing until I repeat the shift. I also tried using the RDRDIS replaced with RDRNRM and using the MapkeyRIOUMD in place of RDRDIS but same thing You'll see the RDRNNRM & RDRDIS lines REM'd out in green towards the bottom. Just enable them and run the script, I reckon it will run fine for you. But it would be nice to have that confirmed all the same [color=#1e90ff][b]include[/b][/color] [color=#a52a2a]"target.tmh"[/color] [color=#1e90ff][b]define[/b][/color] VBI [color=#ffffff]40[/color] [color=#32cd32]// Mode I virtual button[/color] [color=#1e90ff][b]char[/b][/color] Gear;[color=#32cd32]//Declare Gear Flag[/color] [color=#1e90ff][b]int[/b][/color] AutoPilot;[color=#32cd32]//Declare AP Command[/color] [color=#1e90ff][b]int[/b][/color] Steering;[color=#32cd32]//Declare Steering Command[/color] [color=#1e90ff][b]int[/b][/color] main() { Configure(&HCougar, MODE_EXCLUDED); Configure(&JoystickF18, MODE_EXCLUDED); Configure(&T16000, MODE_EXCLUDED); Configure(&T16000L, MODE_EXCLUDED); Configure(&LMFD, MODE_EXCLUDED); Configure(&RMFD, MODE_EXCLUDED); Configure(&TFRPRudder, MODE_EXCLUDED); Configure(&TWCSThrottle, MODE_EXCLUDED); Configure(&TFRPHARudder, MODE_EXCLUDED); [color=#1e90ff][b]if[/b][/color][color=#ffffff]([/color]Init(&EventHandle)) [color=#1e90ff][b]return[/b][/color] [color=#ffffff]1[/color]; SetKBRate[color=#ffffff]([/color][color=#ffffff]32[/color], [color=#ffffff]50[/color]); SetKBLayout[color=#ffffff]([/color]KB_ENG); SetShiftButton(&Throttle, VBI, &Throttle, APPAT, APALT, [color=#ffffff]0[/color]);[color=#32cd32]// IO Shift Setup[/color] Gear[color=#ffffff]=[/color][color=#ffffff]1[/color];[color=#32cd32]//Define Gear Flag Initial Load[/color] AutoPilot[color=#ffffff]=[/color]TEMPO[color=#ffffff]([/color]SEQ[color=#ffffff]([/color]PULSE[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'a'[/color], PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'a'[/color]),DOWN[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'a'[/color],[color=#ffffff]500[/color]);[color=#32cd32]//Define Autopilot Short Press: On/Off; Long Press: Autopilot Standby[/color] Steering[color=#ffffff]=[/color]TEMPO[color=#ffffff]([/color]SEQ[color=#ffffff]([/color]PULSE[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'s'[/color]), PULSE[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'a'[/color],[color=#ffffff]500[/color]);[color=#32cd32]//Define Steering Short Press: Steering On/Off; Lomg Press: Autopilot Standby (to reset Trim on Landing)[/color] MapKeyIOUMD(&Joystick, TG1, PULSE+[color=#a52a2a]'c'[/color], CHAIN( SPC, D(), [color=#a52a2a]'w'[/color]), [color=#ffffff]0[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'0'[/color], SPC); MapKeyIOUMD(&Joystick, S3, [color=#ffffff]0[/color], TEMPO[color=#ffffff]([/color]PULSE+[color=#a52a2a]'h'[/color],PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'h'[/color],[color=#ffffff]500[/color]), TEMPO[color=#ffffff]([/color]PULSE+[color=#a52a2a]'h'[/color],PULSE+[color=#a52a2a]'f'[/color],[color=#ffffff]500[/color]), TEMPO[color=#ffffff]([/color]PULSE+[color=#a52a2a]'h'[/color],PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'h'[/color],[color=#ffffff]500[/color]), [color=#ffffff]0[/color], TEMPO[color=#ffffff]([/color]PULSE+[color=#a52a2a]'h'[/color],PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'h'[/color],[color=#ffffff]500[/color]));[color=#32cd32]//Short Press Altitude Hold Toggle; Long Press Selected Altitude Hold On (to exit Selected Altitude Hold use 1 or 2 short presses or use S4 button); In Mode Short Press Altitude Hold Toggle; Long Press Approach (to exit Approach use 1 or 2 short presses or use S4 button);[/color] MapKeyRIOUMD(&Joystick, S3, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyIOUMD(&Joystick, S4, [color=#ffffff]0[/color], [color=#ffffff]0[/color], EXEC([color=#a52a2a]"if(Gear)ActKey(KEYON+Steering);else ActKey(KEYON+AutoPilot);"[/color]), EXEC([color=#a52a2a]"if(Gear)ActKey(KEYON+Steering);else ActKey(KEYON+AutoPilot);"[/color]), [color=#ffffff]0[/color], [color=#ffffff]0[/color]);[color=#32cd32]//If Gear Down: Steering; If Gear Up Autopilot;[/color] MapKeyRIOUMD(&Joystick, S4, [color=#ffffff]0[/color], [color=#ffffff]0[/color], CHAIN[color=#ffffff]([/color]EXEC([color=#a52a2a]"if(Gear)ActKey(Steering);else ActKey(AutoPilot);"[/color]),UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'a'[/color]),CHAIN[color=#ffffff]([/color]EXEC([color=#a52a2a]"if(Gear)ActKey(Steering);else ActKey(AutoPilot);"[/color]),UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'a'[/color]), [color=#ffffff]0[/color], [color=#ffffff]0[/color]);[color=#32cd32]//Additional UP+L_ALT+A to exit Autopilot Standby [/color] MapKeyIOUMD(&Joystick, H2U, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP8, USB[color=#ffffff][[/color][color=#ffffff]85[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP8, USB[color=#ffffff][[/color][color=#ffffff]85[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP8, USB[color=#ffffff][[/color][color=#ffffff]85[/color]]); MapKeyIOUMD(&Joystick, H2R, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP6, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]USB[color=#ffffff][[/color][color=#ffffff]84[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP6, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]USB[color=#ffffff][[/color][color=#ffffff]84[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP6, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]USB[color=#ffffff][[/color][color=#ffffff]84[/color]]); MapKeyIOUMD(&Joystick, H2D, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP2, USB[color=#ffffff][[/color][color=#ffffff]84[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP2, USB[color=#ffffff][[/color][color=#ffffff]84[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP2, USB[color=#ffffff][[/color][color=#ffffff]84[/color]]); MapKeyIOUMD(&Joystick, H2L, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP4, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]USB[color=#ffffff][[/color][color=#ffffff]85[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP4, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]USB[color=#ffffff][[/color][color=#ffffff]85[/color]], R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]KP4, R_SHIFT[color=#ffffff]+[/color]R_CTL[color=#ffffff]+[/color]USB[color=#ffffff][[/color][color=#ffffff]85[/color]]); MapKeyIOUMD(&Joystick, H1U, [color=#ffffff]0[/color], [color=#a52a2a]'w'[/color], [color=#ffffff]0[/color], [color=#a52a2a]'w'[/color], [color=#ffffff]0[/color], [color=#a52a2a]'w'[/color]); MapKeyIOUMD(&Joystick, H1D, [color=#ffffff]0[/color], [color=#a52a2a]'s'[/color], [color=#ffffff]0[/color], [color=#a52a2a]'s'[/color], [color=#ffffff]0[/color], [color=#a52a2a]'s'[/color]); MapKeyIOUMD(&Joystick, H1L, R_CTL+[color=#a52a2a]'z'[/color], [color=#a52a2a]'a'[/color], R_CTL+[color=#a52a2a]'z'[/color], [color=#a52a2a]'a'[/color], R_CTL+[color=#a52a2a]'z'[/color], [color=#a52a2a]'a'[/color]); MapKeyIOUMD(&Joystick, H1R, R_CTL+[color=#a52a2a]'x'[/color], [color=#a52a2a]'d'[/color], R_CTL+[color=#a52a2a]'x'[/color], [color=#a52a2a]'d'[/color], R_CTL+[color=#a52a2a]'x'[/color], [color=#a52a2a]'d'[/color]); MapAxis(&Joystick, JOYX, [color=#ffffff]0[/color], AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Joystick, JOYX, [color=#ffffff]0[/color], [color=#ffffff]5[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapAxis(&Joystick, JOYY, [color=#ffffff]0[/color], AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Joystick, JOYY, [color=#ffffff]0[/color], [color=#ffffff]5[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKey(&Throttle, APENG, TEMPO[color=#ffffff]([/color]CHAIN[color=#ffffff]([/color]EXEC([color=#a52a2a]"Throttle[VBI]=1; DefEventHandler(EV_HID_INPUT_DATA, &Throttle, VBI);"[/color]), LED(&Throttle[color=#ffffff],[/color]LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED2),D[color=#ffffff]([/color][color=#ffffff]3000[/color]),EXEC([color=#a52a2a]"Throttle[VBI]=0; DefEventHandler(EV_HID_INPUT_DATA, &Throttle, VBI);"[/color]),LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED2)), SEQ[color=#ffffff]([/color]CHAIN[color=#ffffff]([/color]EXEC([color=#a52a2a]"Throttle[VBI]=1; DefEventHandler(EV_HID_INPUT_DATA, &Throttle, VBI);"[/color]),LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED2)),CHAIN[color=#ffffff]([/color]EXEC([color=#a52a2a]"Throttle[VBI]=0; DefEventHandler(EV_HID_INPUT_DATA, &Throttle, VBI);"[/color]),LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED2))),[color=#ffffff]500[/color])); MapKeyIOUMD(&Throttle, IDLEROFF, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], CHAIN[color=#ffffff]([/color]DOWN[color=#ffffff]+[/color]L_WIN[color=#ffffff]+[/color]HOME[color=#ffffff],[/color]D[color=#ffffff]([/color][color=#ffffff]500[/color]),UP[color=#ffffff]+[/color]L_WIN[color=#ffffff]+[/color]HOME), [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyIOUMD(&Throttle, IDLERON, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], CHAIN[color=#ffffff]([/color]DOWN[color=#ffffff]+[/color]L_WIN[color=#ffffff]+[/color]END[color=#ffffff],[/color]D[color=#ffffff]([/color][color=#ffffff]500[/color]),UP[color=#ffffff]+[/color]L_WIN[color=#ffffff]+[/color]END), [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyIOUMD(&Throttle, SC, DOWN[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color]); MapKeyRIOUMD(&Throttle, SC, UP[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_WIN+[color=#a52a2a]'`'[/color]); MapKeyIOUMD(&Throttle, MSP, DOWN[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color]); MapKeyRIOUMD(&Throttle, MSP, UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_ALT+[color=#a52a2a]'`'[/color]); MapKeyIOUMD(&Throttle, MSU, DOWN[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color]); MapKeyRIOUMD(&Throttle, MSU, UP[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'`'[/color]); MapKeyIOUMD(&Throttle, MSR, DOWN[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color]); MapKeyRIOUMD(&Throttle, MSR, UP[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_SHIFT+[color=#a52a2a]'`'[/color]); MapKeyIOUMD(&Throttle, MSD, DOWN[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color]); MapKeyRIOUMD(&Throttle, MSD, UP[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]R_CTL+[color=#a52a2a]'`'[/color]); MapKeyIOUMD(&Throttle, MSL, DOWN[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], DOWN[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color]); MapKeyRIOUMD(&Throttle, MSL, UP[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color], UP[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'`'[/color]); MapKeyIOUMD(&Throttle, SPDF, [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'b'[/color]); MapKeyRIOUMD(&Throttle, SPDF, [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'b'[/color]); MapKeyIOUMD(&Throttle, SPDB, [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'b'[/color]); MapKeyRIOUMD(&Throttle, SPDB, [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'b'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'b'[/color]); MapKeyIOUMD(&Throttle, APUON, [color=#ffffff]0[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_WIN[color=#ffffff]+[/color]HOME, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyRIOUMD(&Throttle, APUON, [color=#ffffff]0[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_WIN[color=#ffffff]+[/color]END, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyIOUMD(&Throttle, LDGH, [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'r'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'r'[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'r'[/color]); MapKeyIOUMD(&Throttle, FLAPU, [color=#ffffff]0[/color], [color=#ffffff]0[/color], CHAIN[color=#ffffff]([/color]PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'g'[/color],EXEC([color=#a52a2a]"Gear=0;"[/color])), CHAIN[color=#ffffff]([/color]PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'g'[/color],EXEC([color=#a52a2a]"Gear=0;"[/color])), [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyRIOUMD(&Throttle, FLAPU, [color=#ffffff]0[/color], [color=#ffffff]0[/color], CHAIN[color=#ffffff]([/color]PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'g'[/color], EXEC([color=#a52a2a]"Gear=1;"[/color])), CHAIN[color=#ffffff]([/color]PULSE[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'g'[/color],EXEC([color=#a52a2a]"Gear=1;"[/color])), [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyIOUMD(&Throttle, FLAPD, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], PULSE+[color=#a52a2a]'p'[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyRIOUMD(&Throttle, FLAPD, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], PULSE+[color=#a52a2a]'p'[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyIOUMD(&Throttle, EACON, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'g'[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapKeyRIOUMD(&Throttle, EACON, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], PULSE[color=#ffffff]+[/color]L_CTL[color=#ffffff]+[/color]L_SHIFT+[color=#a52a2a]'g'[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); [color=#32cd32]//MapKeyIOUMD(&Throttle, RDRNRM, 0, 0, 0, PULSE+R_ALT+'t', 0, 0);[/color] [color=#32cd32]//MapKeyIOUMD(&Throttle, RDRDIS, 0, 0, 0, PULSE+L_SHIFT+L_ALT+'t', 0, 0);[/color] MapKeyIOUMD(&Throttle, APPAT, CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color])); MapKeyRIOUMD(&Throttle, APPAT, CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED1), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color])); MapKeyIOUMD(&Throttle, APALT, CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]+[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color])); MapKeyRIOUMD(&Throttle, APALT, CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color]), CHAIN( LED(&Throttle, LED_ONOFF, LED_CURRENT[color=#ffffff]-[/color]LED3), D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'a'[/color], D(), PULSE[color=#ffffff]+[/color]L_CTL+[color=#a52a2a]'6'[/color])); MapAxis(&Throttle, SCX, DX_XROT_AXIS, AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Throttle, SCX, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapAxis(&Throttle, SCY, DX_YROT_AXIS, AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Throttle, SCY, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapAxis(&Throttle, THR_RIGHT, DX_Z_AXIS, AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Throttle, THR_RIGHT, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapAxis(&Throttle, THR_LEFT, DX_ZROT_AXIS, AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Throttle, THR_LEFT, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); MapAxis(&Throttle, THR_FC, DX_SLIDER_AXIS, AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Throttle, THR_FC, [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color], [color=#ffffff]0[/color]); } [color=#1e90ff][b]int[/b][/color] EventHandle[color=#ffffff]([/color][color=#1e90ff][b]int[/b][/color] type, [color=#1e90ff][b]alias[/b][/color] o, [color=#1e90ff][b]int[/b][/color] x) { DefaultMapping(&o, x); }
-
Just wondered if anybody had encountered this. I've noticed the APENG and RDRNRM switches starting to interfere with each other and operate unreliably when running a TARRGET script. This has nothing to do with the script, I'm certain it's hardware related. When I opened the throttle I see that all the back row switches on the throttle are soldered onto 2 boards and the button wired to that board too. Anybody know of any way to fix it or an alternate, thinking something like Arrduino etc, or am I doomed to contacting TM and either getting their boards or worse a completely new throttle? :doh:
-
I am a realtive beginner to scritpting in TARGET, but already see just how powerful it is and would never go back to using the GUI However my throttle is starting to die, the RDR and APENG/DIS buttons are "crosstalking" and wierd shit is happening. So a repair/replacement is on the cards. However with WinWing's F-18 throttle being released soon or even the Virpil at a push, I was wondering if there was anything out there close to the TARGET scripting tool that I could use for any generic device. Don't mind paying for it. I love TARGET scripting but I'm not much of a fan of the quality of TM's products and would rather not shell out what is quite a wedge for the questionable quality of the Hog throttle
-
So, ressurecting an older thread I've been giving the Mirage some love after being away from it. It's a great module BUT the lack of keyboard binds really lets it down, the AV-8B has similar shortcomings but not so bad. For me what hurts is no options to move the rotaries via keybinds Both Radios, Channel Select, Frequency Select, Mode Select Frequency Select for ILS TACAN Code selection and Band selection There is also nothing to switch the FBW into Charges mode that I've found either I don't do much combat preferring systems, Nav,Comms etc: so I am sure there are a lot more For me it's a real weak link at looking to purchase a RAZBAM module or not and I don't understand why, all the other Software Houses seem capable of providing it in their modules It's not a complete deal breaker but I'd love RAZBAM just to have more comprehensive keyboard/Keybind lists/luas so as those who prefer HOTAS or Voice Attack could get more out these modules
-
I'm wondering if it's possible to place the kneeboard over on the right, like all the other modules It's not a HUGE deal but if it's possible I'd like the kneeboard over on the right as opposed to the left. Tried using the Kneeboard builder to do it but nothing happened for me
-
Thanks for the info. I'm not really that concerned with the Attitude and TBH I'm not so sure how it's meant to work. Is it not artificial as the real jet didn't have it? When I do invoke the keybind nothinng seems to happen, happy enough with SPAC and Recovery though. I'll check the spring update to take a look at the pit, thanks I guess perhaps I should eat some Humble Pie because after finding out what does and desn't work and working within these paramters, I still find it a very fun module and enjoy it enormously At the time of release it was a game changer for DCS regarding all the complexity and I still really really enjoy it