AndrewofDoom

Untitled

Jul 17th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #ControlConfigOverride
  2. ;; Format
  3. ;;
  4. ;; $Bind Name: name of default FS2 bind string required
  5. ;; $Key Default: key to set as default string optional
  6. ;; $Joy Default: joystick to set as default int optional
  7. ;; $Key Mod Shift: shift key needed logical optional
  8. ;; $Key Mod Alt: alt key needed logical optional
  9. ;; $Key Mod Ctrl: ctrl key needed logical optional
  10. ;; $Category: tab in which it appears string optional
  11. ;; $Has XStr: has entry in tstrings logical optional
  12. ;; $Type: continous or not string optional
  13. ;;
  14. ;;
  15. ;; Valid $Category: entires TARGET_TAB, SHIP_TAB, WEAPON_TAB, COMPUTER_TAB
  16. ;; Valid $Type: entries CC_TYPE_TRIGGER, CC_TYPE_CONTINUOUS
  17. ;;
  18. ;; Example - changes Clear Escort List from Alt-Shift-E to Alt-Shift-Q
  19. ;;
  20. ;; $Bind Name: Clear Escort List
  21. ;; $Key Default: KEY_Q
  22. ;; $Key Mod Shift: 1
  23. ;; $Key Mod Alt: 1
  24. ;;
  25.  
  26. $Bind Name: Up Thrust
  27. $Key Default: KEY_UP
  28. $Key Mod Shift: 0
  29. $Key Mod Alt: 0
  30.  
  31. $Bind Name: Down Thrust
  32. $Key Default: KEY_DOWN
  33. $Key Mod Shift: 0
  34. $Key Mod Alt: 0
  35.  
  36. $Bind Name: Left Thrust
  37. $Key Default: KEY_LEFT
  38. $Key Mod Shift: 0
  39. $Key Mod Alt: 0
  40.  
  41. $Bind Name: Right Thrust
  42. $Key Default: KEY_RIGHT
  43. $Key Mod Shift: 0
  44. $Key Mod Alt: 0
  45.  
  46. $Bind Name: Fire Primary Weapon
  47. $Key Default: KEY_Z
  48. $Key Mod Shift: 0
  49. $Key Mod Alt: 0
  50.  
  51. $Bind Name: Fire Secondary Weapon
  52. $Key Default: KEY_X
  53. $Key Mod Shift: 0
  54. $Key Mod Alt: 0
  55.  
  56. $Bind Name: Cycle Forward Primary Weapon
  57. $Key Default: KEY_C
  58. $Key Mod Shift: 0
  59. $Key Mod Alt: 0
  60.  
  61. $Bind Name: Cycle Secondary Weapon Bank
  62. $Key Default: KEY_V
  63. $Key Mod Shift: 0
  64. $Key Mod Alt: 0
  65.  
  66. $Bind Name: Cycle Secondary Weapon Firing Rate
  67. $Key Default: KEY_V
  68. $Key Mod Shift: 1
  69. $Key Mod Alt: 0
  70.  
  71.  
  72. #End
Advertisement
Add Comment
Please, Sign In to add comment