home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.2 / 1996-03_Disc_2.2.iso / patches / vfx1here.exe / VFX1TIC.INI < prev    next >
Text File  |  1995-12-11  |  2KB  |  108 lines

  1. echo = Heretic VFX1 driver INI v1.0
  2. echo =
  3. echo = Use the headset to look left/right, up/down.
  4. echo = Use the puck to aim left/right and move forward/backward.
  5. echo =
  6. echo = button 1 to fire,
  7. echo = button 2 to open doors,
  8. echo = button 3 to strafe,
  9. echo = buttons 1, 2 & 3 together to use an artifact,
  10. echo = buttons 1 & 2 together to fly up and
  11. echo = buttons 2 & 3 together to fly down.
  12. echo =
  13. pause = -Hit a key-
  14.  
  15. rem =
  16. rem = This INI shows the VFX1TIC built in program defaults.
  17. rem =
  18.  
  19. application = heretic.exe
  20. args =
  21. debug = OFF
  22.  
  23. rem =
  24. rem = Use the head tracker
  25. rem =
  26. headset = ON
  27.  
  28. rem =
  29. rem = Strafing speed
  30. rem =
  31. headrollsense = 24
  32.  
  33. rem =
  34. rem = This can only be 0
  35. rem =
  36. headpitchsense = 0
  37.  
  38. rem =
  39. rem = I recommend against changing this
  40. rem =
  41. headyawsense = 13
  42.  
  43. rem =
  44. rem = How much you have to move the headset before you strafe
  45. rem =
  46. headrollthresh = 2000
  47.  
  48. rem =
  49. rem = This can only be 0
  50. rem =
  51. headpitchthresh = 0
  52.  
  53. rem =
  54. rem = This variable is not supported.
  55. rem =
  56. headyawthresh = 0
  57.  
  58. rem =
  59. rem = This mode is not supported, so this should be off.
  60. rem =
  61. headmoveslegs = OFF
  62.  
  63. rem =
  64. rem = Use the puck
  65. rem =
  66. puck = ON
  67.  
  68. rem =
  69. rem = Puck turning sensitivity (I recommend against changing this)
  70. rem =
  71. puckrollsense = 3
  72.  
  73. rem =
  74. rem = Puck forward/back sensitivity (I wouldn't mess with this either)
  75. rem =
  76. puckpitchsense = 7
  77.  
  78. rem =
  79. rem = Turning movement threshold
  80. rem =
  81. puckrollthresh = 1000
  82.  
  83. rem =
  84. rem = Forward/back movement threshold
  85. rem =
  86. puckpitchthresh = 0
  87.  
  88. rem =
  89. rem = Use the puck to turn
  90. rem =
  91. puckmoveslegs = ON
  92.  
  93.  
  94. rem =
  95. rem = These are the current button definitions.
  96. rem = valid button definitions are: FIRE, OPEN, STRAFE, USE,
  97. rem = RUN, FLYUP & FLYDOWN.
  98. rem =
  99. rem = When using this driver with Hexen, you may also use:
  100. rem = SELECT & JUMP.
  101. rem =
  102. button1 = FIRE
  103. button2 = OPEN
  104. button3 = STRAFE
  105. button123 = USE
  106. button12 = FLYUP
  107. button23 = FLYDOWN
  108.