Guest User

Untitled

a guest
May 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. // USER SETTINGS------------------------------------------------------------------------
  2. // -------------------------------------------------------------------------------------
  3.  
  4.  
  5. // key binds----------------------------------------------------------------------------
  6.  
  7.  
  8. // user aliases and commands
  9.  
  10. // Begin bind list
  11.  
  12.  
  13. exec admin.cfg
  14. showbrand 0
  15.  
  16. // exec chathistory.cfg
  17.  
  18. // Special
  19.  
  20. //Connect to Galts Servers
  21.  
  22. bind INS "echo ^6Connect to Galts CTF #1 Server;connect 75.126.234.42:26000"
  23. bind DEL "echo ^6Connect to Rev0|;connect kiwikitty.org:26006"
  24. bind HOME "echo ^Connect to [o] #1 Private Server;connect private.optimalclan.com:26001"
  25. bind END "echo ^Connect to [o] #3 Private Server;connect private.optimalclan.com:26003"
  26. bind PGUP "echo ^Connect to [o] #2 Private Server;connect private.optimalclan.com:26002"
  27. bind PGDN "echo ^Connect to [o] #30 Private Server;connect private.optimalclan.com:26030"
  28.  
  29.  
  30. //Time limit vote to change to next map
  31.  
  32. bind = "vcall timelimit -1" // Call a vote to have the maps' timer expire immediately
  33.  
  34.  
  35.  
  36. //Script execution binds
  37. bind / "exec autoexec.cfg"
  38. exec configplus.cfg
  39.  
  40. //Toggle Binds and Config
  41. //alias +bindconfig "exec ctfbinds2.cfg"
  42. //alias -bindconfig "in_bindmap 0 0; exec config.cfg"
  43. //bind MOUSE6 +bindconfig
  44.  
  45. seta userbind1_description "nex combo with previous"
  46. seta userbind1_press "bestweapon 7 2 3 1"
  47. seta userbind1_release "weaplast"
  48. bind MOUSE6 "+userbind 1"
  49.  
  50. // Enable showing the current Time
  51. seta showtime "0"
  52.  
  53. // Function Keys
  54. // ^0 black ^1 red ^2 green ^3 yellow ^4 blue ^5 cyan ^6 pink ^7 white ^8 grey
  55.  
  56. bind F1 "vyes"
  57. bind F2 "vno"
  58. bind F3 "spec"
  59. bind F4 "ready"
  60. bind F5 "menu_showteamselect"
  61. bind F6 "name ^8[^0R^1e^0V^8] ^4zombie"
  62. bind F7 "name ^3tater-tot"
  63. bind F8 "name ^3tomahawk"
  64. Bind F9 "name ^4orion"
  65. bind F10 "name ^3Jack Straw from Wichita"
  66. bind F11 "name ^3Commander Cody"
  67. bind F12 "quit"
  68.  
  69. bind \ "screenshot"
  70.  
  71. // Weaponry
  72.  
  73. bind e "impulse 7" // Nex
  74. bind f "impulse 9" // Rocket Launcher
  75. bind o "impulse 8" // Hagar on Right Horizontal wheel
  76. bind p "impulse 6" // Crylink on Left Horizontal wheel
  77. bind c "impulse 1" // Laser
  78. bind q "impulse 3" // Machine Gun
  79. bind x "impulse 4" // Mortar
  80. bind v "impulse 5" // Electro Gun
  81. bind g "impulse 2" // Shotgun
  82.  
  83. // set the weapon groups. change these as u like.
  84. alias cycle "cycleweapon 7 9"
  85. alias best "bestweapon 4 5 3 6 2"
  86.  
  87. // set binds to mouse wheel buttons.
  88. bind mwheelup best
  89. bind mwheeldown cycle
  90.  
  91.  
  92.  
  93. // END OF USER SETTINGS-----------------------------------------------------------------
  94. // -------------------------------------------------------------------------------------
  95.  
  96.  
  97.  
  98.  
  99.  
  100. // Begin bind list
  101.  
  102.  
  103. exec admin.cfg
  104. showbrand 0
  105.  
  106. //Time limit vote to change to next map
  107.  
  108. bind = "vcall timelimit -1" // Call a vote to have the maps' timer expire immediately
  109.  
  110.  
  111.  
  112. //Script execution binds
  113. bind / "exec autoexec.cfg"
  114.  
  115. // Enable showing the current Time
  116. seta showtime "0"
  117.  
  118.  
  119. bind \ "screenshot"
  120.  
  121.  
  122. // Chat
  123.  
  124. bind KP_5 "say_team ^3FC needs help ^9(^3@%l^9) (^1%h ^2%a^9);g_waypointsprite_team_helpme"
  125. bind KP_8 "say_team ^1incoming ^9(^1@%y^9);g_waypointsprite_team_danger_p"
  126. bind KP_2 "say_team ^3need help defending base"
  127.  
  128.  
  129.  
  130. // END MESSAGE SCRIPT ------------------------------------------------------------------
  131. // -------------------------------------------------------------------------------------
  132. // Begin bind list
  133.  
  134.  
  135. exec admin.cfg
  136. showbrand 0
  137.  
  138. // exec chathistory.cfg
  139.  
  140.  
  141. bind = "vcall timelimit -1" // Call a vote to have the maps' timer expire immediately
  142.  
  143.  
  144.  
  145. //Script execution binds
  146. bind / "exec autoexec.cfg"
  147. bind - "cl_autodemo 1"
  148.  
  149.  
  150. alias max "vid_fullscreen 1; vid_restart"
  151. alias min "vid_fullscreen 0; vid_mouse 1; vid_width 1400; vid_height 860; vid_restart"
Add Comment
Please, Sign In to add comment