Jump to content

531-Ghost

Members
  • Posts

    438
  • Joined

  • Last visited

Everything posted by 531-Ghost

  1. My "home"...
  2. Yes, yes it (he) does. Why fix what ain't broke? :smilewink:
  3. Latest configuration, probably final set up:
  4. Ah yes, K.I.S.S. I like it!
  5. Yes, I have an OBUTTO! Couldn't be happier. Even seats a BIG Chicken!
  6. For the most part it's http://www.obutto.com/flightsim.html
  7. 32" of simming goodness. 1920/1080
  8. Just finished up a .cmc for DCS Warthog HERE
  9. Personally, if it were me and I was looking for the most programable Joystick / HOTAS on the planet, I'd go with CH Products.
  10. So that we're not misinformed... CLICK HERE!
  11. Well, to avoid "misinformation" http://www.thrustmaster.com/product.aspx?ProductID=205&PlatformID=5
  12. Adjust CMS Buttons accordingly... script // First set up some constants for the timers so it's not // necessary to rewrite the whole script each time. // %define xOnTime 1 %define xOffTime 10 %define yOnTime 1 %define yOffTime 10 %define loTriggerValue 112 %define hiTriggerValue 144 // Now set up 4 timers that generate pulses based on the // stick position. Each one sets a constant ON time and an // OFF time that depends on the stick position. That's used // that to time the "tapping" of the buttons that drive the // wasd keys (cms.b1..cms.b4). // timer( INTERVAL, d1, yOnTime, ((( loTriggerValue - ( loTriggerValue - js1.a2 )) / yOffTime )) + 1 ) = [ js1.a2 < loTriggerValue ]; cms.b1 = d1; // send the w on cms.b1 (lo side -> forward) timer( INTERVAL, d2, yOnTime, ((( loTriggerValue - ( js1.a2 - hiTriggerValue )) / yOffTime )) + 1 ) = [ js1.a2 > hiTriggerValue ]; cms.b2 = d2; // send the s on cms.b2 (hi side -> back) timer( INTERVAL, d3, xOnTime, ((( loTriggerValue - ( loTriggerValue - js1.a1 )) / xOffTime )) + 1 ) = [ js1.a1 < loTriggerValue ]; cms.b3 = d3; // send the a on cms.b3 (lo side -> left) timer( INTERVAL, d4, xOnTime, ((( loTriggerValue - ( js1.a1 - hiTriggerValue )) / xOffTime )) + 1 ) = [ js1.a1 > hiTriggerValue ]; cms.b4 = d4; // send the d on cms.b4 (hi side -> right) endScript Works for me.
  13. Try this... <--- Click there.
  14. You're quite welcome! Enjoy!
  15. Why do you need Control Manager? Well if for no other reason, to calibrate your devices. You can't do that in either Windoz OR the game. And, if you wanted a realistic (as close as I could get) profile for DCS BS then look no further
  16. supports Win7 now.
  17. DOH! Glad it worked out Luke. :D
  18. Control Manager XKeys Pro USB software.
  19. Not without a Potato :music_whistling:
  20. Yes, and I've had that controller/HOTAS in my hand/s at CH Products. IF you can afford it, I'm sure they'd sell it to you. At the moment, and in the forseeable future I'm doubting it'll be on the retail market. That's NOT to say it couldn't be available to the retail market at some point. Just not MIL SPEC. IMO
  21. CH? Really? You know something the rest of the HOTAS world doesn't?
  22. Revvin, that was supposed to be kept between us girlz... :music_whistling:
  23. Well, I'm only 5'8" with my FighterStick between my legs. I have no issues with the width of the ProPedals.
×
×
  • Create New...