Advertisement
Guest User

A CFG

a guest
Apr 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. // 1. Main Settings
  2. gameinstructor_enable "0"
  3. cl_autohelp "1"
  4. cl_disablefreezecam "1"
  5. cl_disablehtmlmotd "1"
  6. cl_forcepreload "1"
  7. cl_join_advertise "2"
  8. lobby_default_privacy_bits1 "0"
  9.  
  10. // 2. Bindings
  11. alias "+jumpthrow" "+jump;-attack"
  12. alias "-jumpthrow" "-jump"
  13. bind "c" "+jumpthrow"
  14. bind "mwheeldown" +jump
  15. bind "4" "slot6"
  16. bind "ALT" "slot7"
  17. bind "x" "slot8"
  18. bind "CTRL" "slot9"
  19. bind "mwheelup" "slot10"
  20. bind "SPACE" "+voicerecord"
  21. bind "MOUSE5" "+use"
  22. bind "f" "+lookatweapon;r_cleardecals"
  23. bind "e" "lastinv"
  24. bind "q" "+duck"
  25. bind "MOUSE4" "toggle voice_enable 0"
  26. bindtoggle "v" "cl_righthand"
  27.  
  28. // 3. Crosshair
  29. cl_crosshair_drawoutline "0"
  30. cl_crosshaircolor "2"
  31. cl_crosshairsize "2"
  32. cl_crosshairgap "-3"
  33. cl_crosshairalpha "300"
  34.  
  35. // 4. Mouse
  36. m_rawinput "1"
  37. m_mouseaccel2 "0"
  38. m_mouseaccel1 "0"
  39. m_customaccel "0"
  40. m_mousespeed "0"
  41. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  42.  
  43. // 5. Viewmodel
  44. viewmodel_fov "68"
  45. viewmodel_offset_x "2.5"
  46. viewmodel_offset_y "0"
  47. viewmodel_offset_z "-1.5"
  48. viewmodel_presetpos "0"
  49.  
  50. // 6. Bob
  51. cl_bob_lower_amt "21"
  52. cl_bobamt_lat "0.4"
  53. cl_bobamt_vert "0.25"
  54. cl_bobcycle "0.98"
  55.  
  56. // 7. Rates
  57. rate "128000"
  58. cl_cmdrate "128"
  59. cl_updaterate "128"
  60. cl_interp "0"
  61. cl_interp_ratio "1"
  62.  
  63. // 8. Net
  64. net_graph "1"
  65. net_graphheight "48"
  66. net_graphmsecs "400"
  67. net_graphpos "1"
  68. net_graphproportionalfont "0.5"
  69. net_graphshowinterp "1"
  70. net_graphshowlatency "1"
  71. net_graphshowsvframerate "0"
  72. net_graphsolid "1"
  73. net_graphtext "1"
  74. net_maxroutable "1200"
  75. net_scale "5"
  76. net_steamcnx_allowrelay "1"
  77. npc_height_adjust "1"
  78.  
  79. // 9. Video
  80. fps_max "999"
  81. fps_max_menu "245"
  82. mat_monitorgamma "1.6"
  83. mat_monitorgamma_tv_enabled "0"
  84. mat_powersavingsmode "0"
  85. mat_queue_mode "2"
  86. r_dynamic "0"
  87. r_drawtracers_firstperson "1"
  88.  
  89. // 10. Radar
  90. cl_teammate_colors_show 2
  91. cl_radar_always_centered 0
  92. cl_radar_scale 0.3
  93. cl_hud_radar_scale 1.15
  94. cl_radar_icon_scale_min 1
  95. cl_radar_rotate 1
  96.  
  97. // 11. Hud
  98. hud_scaling "0.95"
  99. hud_showtargetid "1"
  100. cl_hud_color "0"
  101. cl_hud_bomb_under_radar "1"
  102. cl_hud_playercount_showcount "0"
  103. cl_hud_background_alpha "0.4"
  104. cl_showloadout "1"
  105. cl_teamid_overhead_always "2"
  106. +cl_show_team_equipment
  107.  
  108. // 12. Alias
  109. alias "g" "god"
  110. alias "k" "kill"
  111. alias "q" "quit"
  112. alias "c" "clear"
  113. alias "s" "status"
  114. alias "r" "restart"
  115. alias "d" "disconnect"
  116. alias "m9" "exec m9.cfg"
  117. alias "ff" "exec flip.cfg"
  118. alias "bb" "exec butterfly.cfg"
  119. alias "kk" "exec karambit.cfg"
  120. alias "ba" "exec bayonet.cfg"
  121. alias "ta" "exec talon.cfg"
  122. alias "e" "exec aruyha.cfg"
  123. alias "sm" "exec asmoke.cfg"
  124.  
  125. // 13. Buy Menu
  126. bind "NUMLOCK" "buy flashbang"
  127. bind "KP_SLASH" "buy smokegrenade"
  128. bind "KP_MULTIPLY" "buy molotov"
  129. bind "KP_MINUS" "buy hegrenade"
  130. bind "KP_HOME" "buy mac10"
  131. bind "KP_UPARROW" "buy mp7"
  132. bind "KP_PGUP" "buy p90"
  133. bind "KP_LEFTARROW" "buy p250"
  134. bind "KP_5" "buy fn57"
  135. bind "KP_RIGHTARROW" "buy defuser"
  136. bind "KP_END" "buy ak47"
  137. bind "KP_DOWNARROW" "buy aug"
  138. bind "KP_PGDN" "buy galilar"
  139. bind "KP_INS" "buy vesthelm"
  140. bind "KP_DEL" "buy vest"
  141. bind "KP_PLUS" "buy awp"
  142. bind "KP_ENTER" "buy deagle"
  143. bind "INS" "buy nova"
  144. bind "HOME" "buy mag7"
  145. bind "PGUP" "buy taser"
  146. bind "DEL" "buy ssg08"
  147. bind "END" "buy elite"
  148. bind "PGDN" "buy decoy"
  149.  
  150. // 15. Others
  151. voice_scale "0.4"
  152. cl_use_opens_buy_menu "0"
  153. cl_autowepswitch 0
  154. func_break_max_pieces 0
  155. mm_dedicated_search_maxping 80
  156. bind "F1" "say ?"
  157. bind "F2" "say gg"
  158. bind "F3" "say ggez"
  159. bind "F4" "say ( ° ͜ʖ °)"
  160. bind "f5" "say ¯\_(ツ)_/¯"
  161.  
  162. // 14. ???
  163. sensitivity 1.55
  164. bind "w" "+forward"
  165. bind "a" "+moveleft"
  166. bind "s" "+back"
  167. bind "d" "+moveright"
  168. bind "SHIFT" "+speed"
  169. bind "MOUSE1" "+attack"
  170. bind "MOUSE2" "+attack2"
  171. bind "r" "+reload"
  172. bind "g" "drop"
  173.  
  174. echo CONFIG LOADEEEEEEEEEED!!!
  175. echo CONFIG LOADEEEEEEEEEED!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement