Jump to content

docbrown

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by docbrown

  1. impostor71 you can turn down the radio static noise by lowering the "headphone" volume in the audio settings. It does get quite loud when multiple messages appear and the sound stacks up on one another.
  2. pretty keen on this. any chance i could give it a go? cheers.
  3. Managed to install via the module manager. Issue resolved.
  4. Hi, just purchased FC3 last night and when i tried installing it this morning I got the following error message: Can't install FC3 1.2.4.12913 into newer DCS World 1.2.4.14196. Please, download FC3 1.2.4.14196 installer. Unfortunately, the newest installer available from http://www.digitalcombatsimulator.com/en/downloads/modules/lock_on_flaming_cliffs_3/ is FC3_1.2.4.12913_186.exe. When will the downloads section be updated? Thanks.
  5. Do they ship overseas?
  6. Hi Logion I have a similar set up to you, however I am using button 1Joy11 with shift button 1Joy10 to trigger CubPilot's TrackIR script. In your case, i believe AHK needs to be told not to do anything if 1Joy6 is pressed together with either 1Joy9 or 1Joy10. I hope this works for you. I haven't been able to test it though, since I'm at work. Let me know how you go. 1Joy6:: If GetKeyState ("1Joy9", "P") ; if 1Joy6 and 1Joy9 is pressed, do nothing { return } Else If GetKeyState ("1Joy10", "P") ; if 1Joy6 and 1Joy10 is pressed, do nothing { return } Else ; If only 1Joy6 is pressed, centre or pause TrackIR { KeyWait, %A_ThisHotKey% ; Wait for 1Joy6 to be released x := A_TimeSinceThisHotkey ; Just assigning x here, for shorter "if's" If (x < 500) ; If hotkey was held for less than 0.50 seconds, 500 ms Send {F15} ; Send the key F15 Else if (x < 5000) ; If hotkey was held for more than 0.50 seconds, 500 ms & less than 5000 ms Send {F16} ; Send the key F16 } return ** Edit, just tested that and it doesn't work... sorry mate. I do however have it working on my HOTAS X without any conflicts, but my button layout could be different to yours. If you're interested in my control profile (slightly modified version of snafup's) and script let me know.
  7. Thanks for the great plugin, adds another layer of realism to the sim! Just noticed that my TS3 PTT hotkey is disabled while using TARS, even if not in-game. Is that normal behaviour? TARS does work whille playing... but I have to disable the plugin if i want to use teamspeak for another game.
  8. Thannks Rubberduck, downloading now.
  9. I'm also experiencing the same issue. It appears the navigation training also suffers from the same bug. I can't remember where exactly but it could be after the first or second steerpoint when the instructor calls out a heading.
  10. Thanks CubPilot, got this working on my T-Flight HOTAS X. Very happy =)
  11. Here's a great profile for T-Flight HOTAS X in DCS A-10. Just starting out myself and find this setup to be quite intuitive. http://forums.eagle.ru/showpost.php?p=1618224&postcount=7
  12. Thanks for the profile Snafup, works great. Just wondering, how did you manage to get TrackIR to recognize button 12 with shift button 10? Every time i try to set the two buttons as pause in TrackIR, it only recognizes one button. *Edit: Found Cubpilot's thread about using a short/long joystick combo for the HOTAS Warthog stick. http://forums.eagle.ru/showthread.php?t=87543 I modified his Autohotkey script to work with button12 (while holding down button3 modifier) to trigger Center (short press) and Pause (long press) on TrackIR. I have attached the modified script. If you'd like to use it, follow Cubpilot's instructions in editing your TrackIR profile to modify the hot keys for Center and Pause as F15 and F16 respectively. Need Autohotkey installed to get it going. http://www.autohotkey.com Works great, all credits to Cubpilot and Snafup =). TFlight_DCS_A10_TrackIR_Short_Long.zip
  13. Hi Daniel Got an APC40 i'd love to use as input for DCS. Would Bomes be an all in one solution or do you still need to install PPJoy? Would be great to find out how you got it working.
  14. Thanks Manuel, changing the preset worked a treat.
  15. Can't seem to get a virtual monitor going on my system, so i'll save it for when i get a second monitor. Which scripts does the A-10 VC Server modify so i can get the view back to its default state? Running the DC World version. Much appreciated.
×
×
  • Create New...