Logitech Wingman Interceptor



Downloads 27 Drivers for Logitech WingMan Interceptor joysticks. Here's where you can downloads the newest software for your WingMan Interceptor. We've put everything you need to get started with your WingMan Joystick right here. If you still have questions browse the topics on the left. Check our Logitech Warranty here. I use my ancient Logitech Wingman Interceptor to play Descent 3; use the stick for rotation, roll with the side-to-side button under the trigger, throttle for forward/reverse, and slide in 4. Logitech G game controllers and gamepads give you console-style control for your favorite pc games. The Adaptive Gaming Kit & Joystick allows everyone to play.

Hi,
I've just downloaded FG v. 3.0 on OS 10.9.1 on iMac 27' late 2009 with ATI Radeon HD 4850 512 MB.
FG loads fine, but when trying to use my old Logitech Wingman Force it does not register in FG even though there is an xml written for it.
Joystick help does not work. Setting General - Control - joystick or auto does not help.
As opposed to the number of buttons in the xml file the joystick actually has 9 buttons and a thrust lever. See this from Amazon http://www.amazon.com/Logitech-963203-0403-WingMan-Force/dp/B00001W01O/ref=sr_1_1?s=electronics&ie=UTF8&qid=1395496638&sr=1-1&keywords=Wingman+force
Anybody who can see what is wrong from the xml file/system information listed below?
R
Mac OS registers the joystick under system information - Hardware - USB - USB Hi-Speed Bus - Hub - Wingman Force:
Wingman Force:
Product ID: 0xc281
Vendor ID: 0x046d (Logitech Inc.)
Version: 1.00
Speed: Up to 12 Mb/sec

Logitech Wingman Drivers Win 10

Manufacturer: Logitech
I have modified the original xml in FG v3.0 after the joystick didn't work with the original xml. The modification is only more names as I can see from other posts here that big/small letters matter and there was a difference OS 'Wingman' vs FG 'WingMan')
/Applications/FlightGear.app/Contents/Resources/data/Input/Joysticks/Logitech/wingman-force.xml
<?xml version='1.0'?>
<!--
************************************************************************
* Bindings for Logitech WingMan Force joystick.
*
* This joystick is dual-mode: it can connect either through the
* serial or through a USB port. Bindings are as follow:
*
* Axis 0: ailerons
* Axis 1: elevator
* Axis 2 (slider): throttle
* Axes 3 and 4 (hat): view direction
*
* Button 0 (trigger): all brakes
* Button 2 (02): elevator trim up
* Button 3 (03): elevator trim down
* Button 4 (04): mixture richer
* Button 5 (05): mixture leaner
* Button 6 (06): left brake only
* Button 7 (07): right brake only
************************************************************************
$Id$
-->
<PropertyList>
<name>Logitech WingMan Force</name>
<name>Logitech Wingman Force USB</name>
<name>Logitech Wingman Force</name>
<name>Logitech WingMan Force USB</name>
<name>Logitech Inc. WingMan Force</name>
<name>Logitech Inc. Wingman Force</name>
<name>Logitech Inc. WingMan Force USB</name>
<name>Logitech Inc. Wingman Force USB</name>
<name>Logitech Logitech Wingman Force</name>
<axis n='0'>
<desc>Aileron</desc>
<binding>
<command>property-scale</command>
<property>/controls/flight/aileron</property>
<squared>true</squared>
</binding>
</axis>
<axis n='1'>
<desc>Elevator</desc>
<binding>
<command>property-scale</command>
<property>/controls/flight/elevator</property>
<factor type='double'>-1.0</factor>
<squared>true</squared>
</binding>
</axis>
<axis n='2'>
<desc>Throttle</desc>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[0]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[1]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[2]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[3]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[4]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[5]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[6]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/engines/engine[7]/throttle</property>
<offset type='double'>+1.0</offset>
<factor type='double'>+0.5</factor>
</binding>
</axis>
<!-- The next two axes are the view hat -->
<axis n='3'>
<desc>View left/right</desc>
<binding>
<command>property-scale</command>
<property>/sim/current-view/axes/lat</property>
</binding>
</axis>
<axis n='4'>
<desc>View up/down</desc>
<binding>
<command>property-scale</command>
<property>/sim/current-view/axes/long</property>
</binding>
</axis>
<button n='0'>
<desc>Brakes</desc>
<binding>
<command>nasal</command>
<script>controls.applyBrakes(1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.applyBrakes(0)</script>
</binding>
</mod-up>
</button>
<button n='2'>
<desc>Elevator trim down</desc>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step>0.001</step>
</binding>
</button>
<button n='3'>
<desc>Elevator trim up</desc>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step>-0.001</step>
</binding>
</button>
<button n='4'>
<desc>Mixture richer</desc>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine[0]/mixture</property>
<step>0.01</step>
</binding>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine[1]/mixture</property>
<step>0.01</step>
</binding>
</button>
<button n='5'>
<desc>Mixture leaner</desc>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine[0]/mixture</property>
<step>-0.01</step>
</binding>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine[1]/mixture</property>
<step>-0.01</step>
</binding>
</button>
<button n='6'>
<desc>Left brakes</desc>
<binding>
<command>nasal</command>
<script>controls.applyBrakes(1, -1)</script>
</binding>Wingman
<mod-up>
<binding>
<command>nasal</command>
<script>controls.applyBrakes(0, -1)</script>
</binding>
</mod-up>
</button>
<button n='7'>
<desc>Right brakes</desc>

Logitech Wingman Force Windows 10


<binding>
<command>nasal</command>
<script>controls.applyBrakes(1, 1)</script>

Logitech Wingman Software Windows 10

</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.applyBrakes(0, 1)</script>
</binding>
</mod-up>
</button>
</PropertyList>

This is a list of PC games that support force feedback.

Action/Adventure[edit]

  • Descent 3
    • Descent 3: Mercenary
  • Fahrenheit (Windows version requires XBCD driver for Xbox 360 gamepad)
  • MDK2 (Mod)
  • Nocturne (Patch)
  • Shogo Mobile Armor (Patch)
  • Slave Zero (Patch)
  • Space Rocks 3D' (Patch)

Educational/Puzzles/Strategy[edit]

  • Viva Pinata (requires Xbox 360 gamepad, or emulator xinputemu3)

First-person shooters[edit]

  • Firearms (Half-Life Mod)
  • Half-Life (Mod)
  • Half-Life: Absolute Redemption (Half-Life Mod)
  • No One Lives Forever (Patch)
  • Operation FlashPoint (Patch)
  • Quake (Mod)
  • Return to Castle Wolfenstein (Patch)
  • Serious Sam: The First Encounter (Patch)
  • Star Trek: Voyager: Elite Force (Patch)
  • Wanted! (Half-Life mod)

Flight/Space Simulation[edit]

  • Blazing Angels 2: Secret Missions of WWII (supported but non-working)
  • Comanche 4 (Patch)
  • Crimson Skies (IFR Mod)
  • Descent: FreeSpace – The Great War
    • Descent: FreeSpace: Silent Threat
  • Enemy Engaged: RAH-66 Comanche vs. KA-52 Hokum (community patch)
  • Heroes of the Pacific (Windows version requires XBCD driver for Xbox 360 gamepad)
  • Snoopy vs. the Red Baron (Windows version requires XBCD driver for Xbox 360 gamepad)

Racing[edit]

  • City Car Driving
  • Need for Speed: Hot Pursuit (2010)
  • Need for Speed: Most Wanted (2005)
  • Need for Speed: Most Wanted (2012)
  • rFactor 2

Role-playing[edit]

Sports games[edit]

External links[edit]

  • MobyGames' Miscellaneous Attributes: Force Feedback
Retrieved from 'https://en.wikipedia.org/w/index.php?title=List_of_PC_games_with_force_feedback_support&oldid=987085488'