home *** CD-ROM | disk | FTP | other *** search
/ Hacker 9 / HACKER09.ISO / Games / Sin.exe / DATA / base / wwsin.cfg < prev   
Text File  |  1998-07-26  |  3KB  |  91 lines

  1. // This is a config file for the Logitech WingMan Warrior
  2. // for use with the Sin demo.  The user is encouraged to tweak their
  3. // settings to get maximum performance and enjoyment from the product.
  4. //
  5. // This config file requires LES 2.3 or later.  Get it from 
  6. // ftp.logitech.com/pub/TechSupport/JOYSTICK/warrior/LES23.exe
  7. // 
  8. // WWSINDEMO.CFG
  9. // Revision 0.2
  10.  
  11. // Axis Sensitivity:
  12.  
  13. // initialize joystick support
  14. in_joystick 1
  15. joy_advanced 1
  16.  
  17. // print joystick name
  18. joy_name "Logitech WingMan Warrior"
  19.  
  20. // First, we define the available axes:
  21. // 0 = Axis not used
  22. // 1 = Forward/Backward
  23. // 2 = Pitch (look up/down)
  24. // 3 = Strafe left/right
  25. // 4 = Turn left/right
  26. // 5 = Move up/down (jump/crouch)
  27.  
  28. joy_advaxisx 3
  29. joy_advaxisy 1
  30. joy_advaxisz 0
  31. joy_advaxisr 4
  32. joy_advaxisu 0
  33. joy_advaxisv 0
  34.  
  35. // Next, we define the sensitivities (response speeds) and thresholds 
  36. // (dead zones) of the available axes:
  37.  
  38. // Sensitivities can (and probably should) be tweaked by the user - 
  39. // note that some values are negative and some are positive - changing 
  40. // negative values to positive (or vice versa) will reverse the 
  41. // direction traveled by moving that axis - for example, changing 
  42. // joy_yawsensitivity to 3 would make the character turn left when the 
  43. // spinner is turned to the right.  Changing joy_yawsensitivity to -5 
  44. // will make turning the puck left and right turn the character 
  45. // faster.  Adjust these in increments of .1 (or whatever) until you 
  46. // like the response.
  47. // The threshold settings are also adjustable, but these are the
  48. // settings I've found most comfortable
  49.  
  50. joy_pitchsensitivity 0.0
  51. joy_pitchthreshold 0.0
  52. joy_yawsensitivity -4
  53. joy_yawthreshold 0.0
  54. joy_forwardsensitivity -1.0
  55. joy_forwardthreshold 0.15
  56. joy_sidesensitivity 1.0
  57. joy_sidethreshold 0.15
  58. joy_advancedupdate
  59.  
  60. // Miscellaneous variables
  61. crosshair 1
  62.  
  63. // Button Assignments:
  64. // These can be changed.  Have a look at Sin's "CONFIG.CFG" for 
  65. // the exact syntax of the commands, or type "CMDLIST" at the console
  66. // and use the PGUP key to scroll through the list of commands.
  67.  
  68. bind "JOY1" "+attack"     // Trigger - Fire weapon
  69. bind "JOY2" "weapnext"    // Large top button  - Next weapon
  70. bind "JOY3" "centerview"  // Thumb button - Center view
  71. bind "JOY4" "+use"        // Small top button - Use item
  72.               // (open doors, push buttons...???)
  73. bind "AUX29" "+lookdown"  // Hat up - look down
  74. bind "AUX30" "+moveup"    // Hat right - Jump/climb/swim up
  75. bind "AUX31" "+lookup"    // Hat down - Look up
  76. bind "AUX32" "+movedown"  // Hat left - crouch/climb/swim down
  77.  
  78. // Below is a list of different commands you can cut/paste to bind to 
  79. // buttons
  80. // "use Magnum"
  81. // "use Shotgun"
  82. // "use AssaultRifle"
  83. // "use Chaingun"
  84. // "use SpiderMine"
  85. // "use RocketLauncher"
  86. // "use PulseRifle"
  87. // "use QuantumDestablizer"
  88. // "+use"
  89. // "use SniperRifle"
  90. // "toggleviewmode"
  91.