Guest User

Untitled

a guest
Jun 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. //+++++++++++++++++++++++++++++++++++
  2. //===================================
  3. //iNKoRP's QuakeLive instaCTF config
  4. //===================================
  5. //+++++++++++++++++++++++++++++++++++
  6.  
  7. unbindall
  8.  
  9. bind "/" "exec inkorp1.cfg;vid_restart"
  10.  
  11. //+++++++++++++++++++++++++++++++++++
  12. //===================================
  13. //PLAYER
  14. //===================================
  15. //+++++++++++++++++++++++++++++++++++
  16.  
  17. //set clan "^7C^6G^7i^5.^7"
  18. set name "^5iNK^6oRP"
  19. set sex "male"
  20. set model "uriel/default"
  21.  
  22. //+++++++++++++++++++++++++++++++++++
  23. //===================================
  24. //OTHER PLAYERS
  25. //===================================
  26. //+++++++++++++++++++++++++++++++++++
  27.  
  28. set cg_forceenemymodel "keel/sport"
  29. set cg_forceteammodel "uriel"
  30.  
  31. //+++++++++++++++++++++++++++++++++++
  32. //===================================
  33. //HUD
  34. //===================================
  35. //+++++++++++++++++++++++++++++++++++
  36.  
  37. seta cg_hudfiles "ui/inkhud.cfg"
  38. set cg_drawcrosshair "3"
  39. set cg_crosshairhealth "0"
  40. set cg_crosshairsize "32"
  41. set cg_crosshairpulse "0"
  42. set cg_drawcrosshairnames "1"
  43. set cg_kickscale "0"
  44. set cg_bob "0"
  45. set cg_fov "110"
  46. set cg_zoomfov "45"
  47. set cg_zoomScaling "0"
  48. set cg_drawfps "1"
  49. set cg_drawtimer "1"
  50. set cg_leveltimerdirection "1"
  51. set cg_lagometer "2"
  52. set cg_draw3dicons "0"
  53. set cg_drawteamoverlay "1"
  54. set cg_selfonteamoverlay "0"
  55. set cg_drawfriend "1"
  56. set cg_drawattacker "0"
  57. set ui_bigfont "0.4"
  58. set ui_smallfont "0.25"
  59. set cl_demorecordmessage "1"
  60.  
  61. //+++++++++++++++++++++++++++++++++++
  62. //===================================
  63. //GRAPHICS
  64. //===================================
  65. //+++++++++++++++++++++++++++++++++++
  66.  
  67. set r_aspectRatio "1"
  68. set r_mode "-2"
  69. set r_fullscreen "1"
  70. set com_maxfps "125"
  71. set r_gamma "1"
  72. set r_dynamiclight "1"
  73. set r_vertexlight "1"
  74. set r_enablepostprocess "1"
  75. set r_fullbright "0"
  76. set r_fastsky "1"
  77. set r_lodbias "2"
  78. set cg_shadows "1"
  79. set r_subdivisions "80"
  80. set cg_simpleitems "1"
  81. set cg_marks "1"
  82. set cg_brasstime "0"
  83. set cg_noprojectiletrail "0"
  84. set cg_deadBodyDarken "1"
  85. set cg_waterWarp "0"
  86. set cg_bubbleTrail "0"
  87.  
  88. //+++++++++++++++++++++++++++++++++++
  89. //===================================
  90. //SOUND
  91. //===================================
  92. //+++++++++++++++++++++++++++++++++++
  93.  
  94. set s_volume "0.75"
  95. set s_musicvolume "0"
  96. set s_doppler "0"
  97. set s_ambient "0"
  98. set cg_chatbeep "1"
  99. set cg_teamchatbeep "2"
  100. set cg_HitBeep "3"
  101.  
  102. //+++++++++++++++++++++++++++++++++++
  103. //===================================
  104. //NETWORK
  105. //===================================
  106. //+++++++++++++++++++++++++++++++++++
  107.  
  108. seta snaps "40"
  109. set rate "25000"
  110. set cl_maxpackets "125"
  111. set cg_smoothclients "0"
  112. set cl_packetdup "1"
  113. set cg_predictitems "0"
  114. set cl_timenudge "-20"
  115. set cg_predictlocalrailshots "0"
  116. seta com_hunkmegs "1024"
  117.  
  118. //+++++++++++++++++++++++++++++++++++
  119. //===================================
  120. //CONTROLS - BINDS
  121. //===================================
  122. //+++++++++++++++++++++++++++++++++++
  123.  
  124. //+++ MOUSE BINDS +++
  125. set cl_mouseaccel "0"
  126. set in_mouse "2"
  127. set m_yaw "0.022"
  128. set m_pitch "0.022"
  129. set sensitivity "4.7"
  130.  
  131. //+++ KEYBOARD BINDS +++
  132. bind "ESCAPE" "togglemenu"
  133. bind "`" "toggleconsole"
  134. bind "TAB" "+scores"
  135. bind "F1" "vote yes"
  136. bind "F2" "vote no"
  137. bind "F3" "readyup"
  138. bind "F11" "screenshotjpeg"
  139. bind "F4" "record"
  140. bind "F5" "stoprecord"
  141. bind "MOUSE1" "+attack"
  142. bind "MOUSE2" "+zoom"
  143. bind "MWHEELDOWN" "weapon 7"
  144. bind "MWHEELUP" "weapon 1"
  145. bind "MOUSE3" "+button2"
  146. bind "MOUSE4" "+movedown"
  147. bind "E" "+forward"
  148. bind "D" "+back"
  149. bind "S" "+moveleft"
  150. bind "F" "+moveright"
  151. bind "SPACE" "+moveup"
  152. bind "CTRL" "+movedown"
  153. bind "ALT" "+zoom"
  154. bind "SHIFT" "+speed"
  155. bind "T" "messagemode"
  156. bind "Y" "messagemode2"
  157. bind "H" "+chat"
  158. bind "-" "sizedown"
  159. bind "=" "sizeup"
  160. bind ";" "dropflag"
  161. bind DEL "kill"
  162. bind END "quit"
  163.  
  164. //+++++++++++++++++++++++++++++++++++
  165. //===================================
  166. //WEAPONS
  167. //===================================
  168. //+++++++++++++++++++++++++++++++++++
  169.  
  170. set cg_drawgun "2"
  171. set cg_gunx "0"
  172. set cg_guny "0"
  173. set cg_gunz "0"
  174. set cg_newweaponbar "0"
  175. set cg_switchonempty "1"
  176. set cg_autoswitch "0"
  177. set cg_railtrailtime "1500"
  178. set cg_railstyle "1"
  179. set r_railwidth "16"
  180. set r_railcorewidth "3"
  181. set r_railsegmentlength "8"
  182. set cg_oldplasma "0"
  183. set cg_oldrocket "0"
  184. set cg_truelightning "0.75"
  185. seta cg_smokeRadius_RL "0"
  186. seta cg_smokeRadius_NG "0"
  187. seta cg_smokeRadius_GL "0"
  188. seta cg_smoke_SG "0"
  189.  
  190. //+++ DEFAULT WEAPON BINDS +++
  191. bind 1 "weapon 1" // Gauntlet
  192. bind 2 "weapon 2" // Machine gun
  193. bind 3 "weapon 3" // Shotgun
  194. bind 4 "weapon 4" // Grenade launcher
  195. bind 5 "weapon 5" // Rocket launcher
  196. bind 6 "weapon 6" // Lightning gun
  197. bind 7 "weapon 7" // Railgun
  198. bind 8 "weapon 8" // Plasma rifle
  199. bind 9 "weapon 9" // BFG
  200.  
  201. //+++ MAPPED WEAPON BINDS +++
  202. bind "B" "weapon 1" // Gauntlet
  203. bind "C" "weapon 2" // Machine gun
  204. bind "G" "weapon 3" // Shotgun
  205. bind "X" "weapon 4" // Grenade launcher
  206. bind "W" "weapon 5" // Rocket launcher
  207. bind "A" "weapon 6" // Lightning gun
  208. bind "R" "weapon 7" // Railgun
  209. bind "Q" "weapon 8" // Plasma rifle
  210. bind "V" "weapon 9" // BFG
  211.  
  212. //+++ CHAT BINDS +++
  213. bind "L" "say ^7n^6i^7ce o^5n^7e^6!"
  214. bind "K" "say ^6l^5u^6l^5z^6."
  215. bind "O" "say ^6X^5C"
  216. bind "I" "say ^1)^6:^5]"
  217. bind "uparrow" "say_team ^5[^6FLAG ESCAPING ^5HIGH]"
  218. bind "rightarrow" "say_team ^6I^5'LL ^5D^6EFEN^5D"
  219. bind "leftarrow" "say_team ^6IN^5COMING^6!"
  220. bind "downarrow" "say_team ^5[^6FLAG ESCAPING ^5LOW]"
  221.  
  222. //+++++++++++++++++++++++++++++++++++
  223. //===================================
  224. //MISC.
  225. //===================================
  226. //+++++++++++++++++++++++++++++++++++
  227.  
  228. bind "U" "+button3"
  229. set cg_allowtaunt "1"
  230. set cl_contimestamps "1"
  231. set cg_followkiller "0"
  232. set cg_followpowerup "2"
  233. set cg_autoaction "1"
  234. seta com_allowconsole "1"
  235. set cg_noplayeranims "1"
  236.  
  237. play sound/misc/menu2
  238.  
  239. vid_restart
  240.  
  241. echo ^6[^5instaCTF Config file successfully initiated.^6]
Add Comment
Please, Sign In to add comment