Guest User

Untitled

a guest
Nov 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. <!--
  2.  
  3. SIXENSE CONFIDENTIAL
  4.  
  5. Copyright (C) 2011 Sixense Entertainment Inc.
  6. All Rights Reserved
  7.  
  8. -->
  9.  
  10. <game_list>
  11.  
  12. <game>
  13.  
  14. <version>1.0</version>
  15. <requires_schema_version>1.0</requires_schema_version>
  16.  
  17. <exe_name>DukeForeverDemo.exe</exe_name>
  18. <exe_name>DukeForever.exe</exe_name>
  19. <full_name>Duke Nukem Forever</full_name>
  20. <controller_manager_mode>1P2C</controller_manager_mode>
  21.  
  22. <!-- move the mouse cursor with the right hand. This does not handle button presses -->
  23. <mouse_pointer>
  24. <controller>P1R</controller>
  25. <mode>fps</mode>
  26. <absolute>false</absolute>
  27. <slide_sides>false</slide_sides>
  28. <sensitivity>1.0</sensitivity>
  29. <acceleration>0.0</acceleration>
  30. </mouse_pointer>
  31.  
  32. <joystick_config>
  33. <controller>P1L</controller>
  34. <mode>blend</mode>
  35. <auto_bind>wasd</auto_bind>
  36. </joystick_config>
  37.  
  38. <joystick_config>
  39. <controller>P1R</controller>
  40. <mode>4_way</mode>
  41. </joystick_config>
  42.  
  43. <!-- directly links one action on the controller to one action on the mouse/keyboard -->
  44. <quick_bindings>
  45.  
  46. <!-- Left Controller -->
  47. <controller>
  48. <which>P1L</which>
  49.  
  50. <!--Zoom-->
  51. <trigger>press</trigger>
  52. <mouse_button>right</mouse_button>
  53.  
  54. <button>start</button>
  55. <key>esc</key> <!-- main menu -->
  56.  
  57. <button>joystick</button>
  58. <key>e</key> <!-- use/grab -->
  59.  
  60. <button>bumper</button>
  61. <key>f</key> <!-- Duke Vision -->
  62.  
  63. </controller>
  64.  
  65. <!-- Right Controller -->
  66. <controller>
  67. <which>P1R</which>
  68.  
  69. <trigger>press</trigger>
  70. <mouse_button>left</mouse_button> <!-- fire -->
  71.  
  72. <button>start</button>
  73. <key>tab</key> <!--score page-->
  74.  
  75. <button>bumper</button> <!-- pipe bomb -->
  76. <key>3</key>
  77.  
  78. <button>3</button>
  79. <key>left_shift</key> <!-- sprint / jetpack up -->
  80.  
  81. <button>2</button>
  82. <key>2</key> <!-- trip mine -->
  83.  
  84. <joystick>left</joystick>
  85. <key>4</key> <!-- Activate Holoduke -->
  86.  
  87. <joystick>up</joystick>
  88. <key>5</key> <!-- Steroids -->
  89.  
  90. <joystick>right</joystick>
  91. <key>6</key> <!-- Drink Beer -->
  92.  
  93. <joystick>down</joystick>
  94. <key>j</key> <!-- jetpack -->
  95.  
  96. </controller>
  97.  
  98. </quick_bindings>
  99.  
  100. <!-- ratchet -->
  101. <binding>
  102. <conditions>
  103. <button>
  104. <controller>P1R</controller>
  105. <which>1</which>
  106. <inverted>true</inverted>
  107. </button>
  108. </conditions>
  109. <actions>
  110. <mouse_enable/>
  111. </actions>
  112. </binding>
  113.  
  114. <!-- crouch/jetpack down -->
  115. <binding>
  116. <conditions>
  117. <tilt_gesture>
  118. <controller>P1L</controller>
  119. <direction>down</direction>
  120. <angle>15</angle>
  121. </tilt_gesture>
  122. </conditions>
  123. <actions>
  124. <key>
  125. <which>c</which>
  126. </key>
  127. </actions>
  128. </binding>
  129.  
  130. <!-- jump/jetpack -->
  131. <binding>
  132. <conditions>
  133. <tilt_gesture>
  134. <controller>P1L</controller>
  135. <direction>up</direction>
  136. <angle>40</angle>
  137. </tilt_gesture>
  138. </conditions>
  139. <actions>
  140. <key>
  141. <which>space</which>
  142. </key>
  143. </actions>
  144. </binding>
  145.  
  146. <!-- "Space" repeat for quicktime events -->
  147. <binding>
  148. <conditions>
  149. <button>
  150. <controller>P1R</controller>
  151. <which>4</which>
  152. </button>
  153. </conditions>
  154. <actions>
  155. <key>
  156. <which>space</which>
  157. <repeat>true</repeat>
  158. <repeat_on_duration>10</repeat_on_duration>
  159. </key>
  160. </actions>
  161. </binding>
  162.  
  163. <!-- reload -->
  164. <binding>
  165. <conditions>
  166. <tilt_gesture>
  167. <controller>P1L</controller>
  168. <direction>ccw</direction>
  169. <angle>35</angle>
  170. </tilt_gesture>
  171. </conditions>
  172. <actions>
  173. <key>
  174. <which>r</which>
  175. </key>
  176. </actions>
  177. </binding>
  178.  
  179. <!-- Melee -->
  180. <binding>
  181. <conditions>
  182. <tilt_gesture>
  183. <controller>P1L</controller>
  184. <direction>right</direction>
  185. <angle>45</angle>
  186. </tilt_gesture>
  187. </conditions>
  188. <actions>
  189. <mouse_button>
  190. <which>middle</which>
  191. </mouse_button>
  192. </actions>
  193. </binding>
  194.  
  195. <!-- Switch Weapons -->
  196. <binding>
  197. <conditions>
  198. <tilt_gesture>
  199. <controller>P1L</controller>
  200. <direction>left</direction>
  201. <angle>45</angle>
  202. </tilt_gesture>
  203. </conditions>
  204. <actions>
  205. <key>
  206. <which>1</which>
  207. </key>
  208. </actions>
  209. </binding>
  210.  
  211. </game>
  212.  
  213. </game_list>
Add Comment
Please, Sign In to add comment