Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. /////// BINDS /////////////////////////////////////////
  2.  
  3. // MOVEMENT
  4. bind MOUSE1 "+attack"
  5. bind MOUSE2 "+moveup"
  6. bind w "+forward"
  7. bind a "+moveleft
  8. bind s "+back"
  9. bind d "+moveright"
  10. bind c "+movedown" // crouch
  11. bind SPACE "+speed" // walk
  12. bind v "+zoom"
  13. bind ALT "+zoom"
  14.  
  15. // WEAPONS
  16. bind CAPSLOCK "weapon 1"
  17. bind 2 "weapon 2"
  18. bind MOUSE4 "weapon 2"
  19. bind f "weapon 3"
  20. bind q "weapon 4"
  21. bind CTRL "weapon 5"
  22. bind r "weapon 6"
  23. bind e "weapon 7"
  24. bind MOUSE3 "weapon 7"
  25. bind SHIFT "weapon 8"
  26. bind ALT "+button5"
  27. bind MOUSE5 "+button5"
  28. bind MWHEELDOWN "weapprev"
  29. bind MWHEELUP "weapnext"
  30.  
  31. // TEAMPLAY (LOL)
  32. cg_noteamchatbeep "0"
  33. bind x "say_team ^7#l ^5availiable"
  34. bind z "say_team ^7#P ^1taken"
  35. bind mouse5 "say_team ^5ready2attack"
  36. bind b "say_team ^2Come Get ^7#I"
  37. bind 3 "say_team ^5QUAD^7/^3POWERUP ^1soon!!"
  38. bind 4 "say_team ^2in/out ^1low"
  39. bind 5 "say_team ^2in/out ^1mid"
  40. bind 6 "say_team ^2in/out ^1high"
  41. bind g "drop; say_team ^2Dropped ^7#W ^2for ^7#n"
  42. bind h "drop flag; say_team ^2Dropped ^7FLAG ^2for ^7#n"
  43.  
  44. // IDIOT
  45. bind 1 "say nice to meat you bro lolol :DDDDDDDDDDD"
  46.  
  47. // GENERIC
  48. bind TAB "+scores"
  49. bind ESCAPE "togglemenu"
  50. bind ` "toggleconsole"
  51. bind PAUSE "pause"
  52. bind F1 "vote yes"
  53. bind F2 "vote no"
  54. bind t "messagemode" // chat
  55. bind y "messagemode2" // teamchat
  56.  
  57. ///////////////////////////////////////////////////////
  58.  
  59. // PROFILE
  60. name "nvc"
  61. cg_fov "111.00253555048" // (16:9) 95 (4:3)
  62. cg_zoomfov "55"
  63. com_maxfps "125"
  64. model "mynx/pm"
  65. color "c"
  66. cg_forceColors "1"
  67. cg_forceModel "1"
  68. cg_enemymodel "keel/pm"
  69. cg_enemyColors "iiiii"
  70. com_blood "0"
  71.  
  72. // HUD
  73. ch_file "nvc"
  74.  
  75. // MOUSE
  76. in_mouse "1"
  77. m_speed "1.072" // 1.072 old1 1.1602 old2
  78. m_accel "0"
  79.  
  80. // RESOLUTION
  81. r_mode "1"
  82. r_displayrefresh "144"
  83. r_customaspect "1"
  84. r_width "1920"
  85. r_height "1080"
  86. r_ignorehwgamma "1"
  87.  
  88. // SOUND
  89. s_ambient "0"
  90. s_volume "0.15"
  91. s_mixahead "0.14"
  92. s_musicvolume "0"
  93.  
  94. // CROSSHAIR
  95. cg_drawcrosshair "15"
  96. cg_crosshairsize "48"
  97. cg_drawcrosshairnames "2"
  98. ch_crosshaircolor "e"
  99. ch_crosshairalpha "1"
  100. ch_crosshairpulse "0"
  101.  
  102. // WEAPON
  103. cg_drawgun "2"
  104. cg_gunOffset "-20,3,-39"
  105. cg_railtrailtime "400"
  106. cg_railstyle "1"
  107. cg_railRingWidth "8"
  108. cg_railRingStep "32"
  109. cg_railCoreWidth "2"
  110. cg­_altplasma "0"
  111. cg_altlightning "3"
  112. cg_truelightning "1"
  113. cg_lightningimpact "1"
  114. cg_muzzleflash "0"
  115. cg_smokeradius_rl "0"
  116. cg_smokeradius_gl "0"
  117. cg_smoke_sg "0"
  118. rate "50000"
  119.  
  120. // NET
  121. rate 50000
  122. cg_optimisebw "2"
  123. com_maxfps "125"
  124. snaps "30"
  125. cl_maxpackets "125"
  126. com_soundMegs "8"
  127. com_hunkMegs "96"
  128. com_zoneMegs "16"
  129.  
  130. // ITEMS
  131. cg_ammowarning "1"
  132. cg_simpleitems "1"
  133. cg_itemfx "7"
  134.  
  135. // GRAPHICS
  136. r_gamma "1.3"
  137. r_intensity "1"
  138. r_ext_multisample "2" // anti-aliasing
  139. r_ext_max_anisotropy "0" // anisotripic filtering
  140. r_dynamiclight "0"
  141. r_vertexlight "0"
  142. r_picmip "3"
  143. r_fastsky "1"
  144. r_overbrightbits "1"
  145.  
  146. // OTHER
  147. cg_lagHax "-1"
  148. cg_shadows "0"
  149. cg_nudge "0"
  150. cg_xerpclients "1"
  151. cg_autoswitch "0"
  152. cg_marks "0"
  153. cg_brasstime "0"
  154. cg_noProjectileTrail "1"
  155. cg_autoaction "15"
  156. ch_recordMessage "0"
  157. cg_nomip "1023"
  158. cg_noHitBeep "0"
  159. cg_fallkick "0"
  160. r_detailtextures "1"
  161. cg_noAmmoChange "1"
  162. cg_useScreenShotJPEG "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement