Jump to content

vladibeast

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by vladibeast

  1. I've just spent an evening trying to get this to work with my 4 monitor T-shaped config. When I finally got it setup the way I like, I found out the perspective in combination with track-ir made it look awful. if I look only slightly left my wing would be in full view on my left monitor and if I looked a little more left I would see my tail.. Basically I think you only want to use this if you use 3 monitors without trackir.. Be warned :) Maybe spend your evening flying in stead of fidgeting around with disappointment at the end.. ;)
  2. It does appear twice in the listing for me as well, probably went wrong when it generated the initial .lua.. No idea why
  3. I had exactly the same problem. Solved it by editing: C:\Users\[your username]\Saved Games\DCS\Config\Input\A-10C\joystick (I'm on win 8.1) Here I found the following file: Throttle - HOTAS Warthog {randon-nr}.diff.lua I edited: ["keyDiffs"] = { ["d563pnilu565cdnilvdnilvpnilvunil"] = { ["name"] = "HOTAS Boat Switch Forward", ["removed"] = { [1] = { ["key"] = "JOY_BTN9", }, }, }, ["d564pnilu565cdnilvdnilvpnilvunil"] = { ["name"] = "HOTAS Boat Switch Aft", ["removed"] = { [0] = { ["key"] = "JOY_BTN10", By setting the "removed" part to 0, like so: ["keyDiffs"] = { ["d563pnilu565cdnilvdnilvpnilvunil"] = { ["name"] = "HOTAS Boat Switch Forward", ["removed"] = { [1] = { ["key"] = "JOY_BTN9", }, }, }, ["d564pnilu565cdnilvdnilvpnilvunil"] = { ["name"] = "HOTAS Boat Switch Aft", ["removed"] = { [0] = { ["key"] = "JOY_BTN10", Worked like a charm, I have my boat switch back :) Would definitely say this is a bug of some sort. Had to do a reinstall the other day and suddenly I had this problem (never had it before) Hope it works for you too!
×
×
  • Create New...