Sclafus

sclafus.cfg

Mar 29th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. con_enable "1"
  2. cl_righthand 0
  3.  
  4. // Bindings
  5.  
  6. bind mwheeldown +jump
  7. bind mwheelup +jump
  8. bind v +voicerecord
  9. bind f4 ignoremsg
  10. bind f "+lookatweapon"
  11. unbind i
  12. bind \ "toggleconsole"
  13. bind mouse4 "r_cleardecals"
  14.  
  15.  
  16.  
  17. gameinstructor_enable 0
  18. cl_showhelp 0
  19. cl_autohelp 0
  20. cl_disablefreezecam 1
  21. cl_disablehtmlmotd 0
  22.  
  23.  
  24. // Rates
  25.  
  26. rate 128000
  27. cl_cmdrate 128
  28. cl_updaterate 128
  29. cl_interp_ratio 1
  30. cl_interp 0
  31. cl_lagcompensation 1
  32. cl_predict 1
  33. cl_predictweapons 1
  34. cl_hud_playercount_showcount 1
  35.  
  36.  
  37. // Video
  38.  
  39. mat_monitorgamma 1.6
  40. mat_monitorgamma_tv_enabled 0
  41.  
  42.  
  43. // Sound
  44.  
  45. voice_scale 0.4
  46. snd_mixahead 0.05
  47. snd_musicvolume 0
  48. volume 0.5
  49.  
  50.  
  51. // Net
  52.  
  53. fps_max "0"
  54. fps_max_menu "60"
  55. net_graph "1"
  56. net_graphproportionalfont "0"
  57.  
  58.  
  59.  
  60. // Bobcycle
  61.  
  62. cl_bob_lower_amt 5
  63. cl_bobamt_lat 0.1
  64. cl_bobamt_vert 0.1
  65. cl_bobcycle 0.98
  66. cl_viewmodel_shift_left_amt 0.25
  67. cl_viewmodel_shift_right_amt 0.25
  68.  
  69.  
  70. // Viewmodels
  71.  
  72. viewmodel_offset_x 2
  73. viewmodel_offset_y 2
  74. viewmodel_offset_z -2
  75. viewmodel_fov 69
  76. viewmodel_presetpos 4
  77.  
  78.  
  79. //Crosshair
  80.  
  81. cl_crosshair_drawoutline "1"
  82. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  83. cl_crosshair_dynamic_splitalpha_innermod "1"
  84. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  85. cl_crosshair_dynamic_splitdist "7"
  86. cl_crosshair_outlinethickness "1"
  87. cl_crosshairalpha "255"
  88. cl_crosshaircolor "5"
  89. cl_crosshaircolor_b "255"
  90. cl_crosshaircolor_g "255"
  91. cl_crosshaircolor_r "255"
  92. cl_crosshairdot "0"
  93. cl_crosshairgap "-1.5"
  94. cl_crosshairgap_useweaponvalue "0"
  95. cl_crosshairscale "0"
  96. cl_crosshairsize "2.000000"
  97. cl_crosshairstyle "4"
  98. cl_crosshairthickness "0.5"
  99. cl_crosshairusealpha "1"
  100. cl_fixedcrosshairgap "1"
  101.  
  102.  
  103.  
  104. //AWP
  105. cl_crosshair_sniper_width "1"
  106. cl_bobamt_lat "0"
  107. cl_bobamt vert "0"
  108.  
  109.  
  110.  
  111. // Other
  112.  
  113. r_drawtracers_firstperson 0 // hides bullets
  114. cl_viewmodel_shift_left_amt 0 //These two removes the shifting of the arm when crouching down
  115. cl_viewmodel_shift_right_amt 0
  116. lobby_voice_chat_enabled 0 // Microphone off in lobby
  117. cl_use_opens_buy_menu "0" // Disables E from opening buy-menu.
  118. mm_dedicated_search_maxping 70
  119.  
  120.  
  121. // Mouse
  122.  
  123. m_forward 1
  124. m_rawinput 1
  125. m_mouseaccel2 0
  126. m_mouseaccel1 0
  127. m_customaccel 0
  128. m_customaccel_max 0
  129. m_customaccel_exponent 0
  130. m_customaccel_scale 0
  131.  
  132.  
  133. // Hud
  134.  
  135. hud_showtargetid "1"
  136. cl_hud_bomb_under_radar 1
  137. cl_hud_color 2
  138. cl_hud_radar_scale 1
  139. cl_radar_scale 0.4
  140. cl_radar_always_centered 0
  141. cl_hud_playercount_showcount 0
  142. cl_hud_playercount_pos 0
  143. cl_hud_healthammo_style 1
  144. cl_hud_background_alpha 0
  145. cl_loadout_colorweaponnames 1
  146. cl_radar_icon_scale_min 0.8
  147. cl_showloadout 1 //Don't fade out the loadout
  148. hud_scaling 0.7
  149. safezonex 1
  150. safezoney 1
  151.  
  152.  
  153. //Scripts
  154.  
  155. // Display Damage
  156. alias displaydamage "displaydamage_on"
  157. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  158. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  159. bind "f6" "displaydamage"
  160. //Sound Effect
  161. play commander\train_bodydamageheadshot_04
  162.  
  163.  
  164. // Show crosshair Settings
  165. alias "a1" clear
  166. alias "a2" echo "*********************************************";
  167. alias "a3" echo "YOUR CURRENT CROSSHAIR SETTINGS;"
  168. alias "a4" echo "*********************************************";
  169. alias "a5" developer 2
  170. alias "a6" con_filter_enable 1
  171. alias "a7" con_filter_text cl_crosshair
  172. alias "a8" host_writeconfig //
  173. alias "a9" con_filter_text cl_fix
  174. alias "a10" host_writeconfig //
  175. alias "a11" developer 0
  176. alias "a12" con_filter_enable 0
  177. alias "a13" showconsole
  178. alias "showcrosshair" "a1;a2;a3;a4;a5;a6;a7;a8;a9;a10;a11;a12;a13"
  179. bind ins "showcrosshair"
  180.  
  181.  
  182. // Show viewmodel Settings
  183. alias "b1" clear
  184. alias "b2" echo "*********************************************";
  185. alias "b3" echo "YOUR CURRENT VIEWMODEL SETTINGS;
  186. alias "b4" echo "*********************************************";
  187. alias "b5" developer 2
  188. alias "b6" con_filter_enable 1
  189. alias "b7" con_filter_text viewmodel
  190. alias "b8" host_writeconfig //
  191. alias "b9" con_filter_text view_punch
  192. alias "b10" host_writeconfig //
  193. alias "b11" developer 0
  194. alias "b12" con_filter_enable 0
  195. alias "b13" showconsole
  196. alias "showviewmodel" "b1;b2;b3;b4;b5;b6;b7;b8;b9;b10;b11;b12;b13"
  197. bind del "showviewmodel"
  198.  
  199.  
  200. //AFK
  201. alias AFKon "+forward; +moveleft; +left; cl_disablehtmlmotd 1; echo Idle Script by Rampix - [Enabled]"
  202. alias AFKoff "-forward; -moveleft; -left; cl_disablehtmlmotd 0; echo Idle Script by Rampix - [Disabled]"
  203.  
  204.  
  205. //Walls
  206. sv_cheats 1
  207. alias walls "walls_on"
  208. alias walls_on "r_drawothermodels 2;r_drawparticles 0;cl_particles_show_bbox 1;r_drawrenderboxes 1;cl_bobcycle 0; alias walls "walls_off""
  209. alias walls_off "r_drawothermodels 1;r_drawparticles 1;cl_particles_show_bbox 0;r_drawrenderboxes 0;cl_bobcycle 1; alias walls "walls_on""
  210. bind N "walls"
  211.  
  212.  
  213. //NADETHROWTOGGLE
  214. bind "mouse3" nadetoggleon
  215. alias "nadetoggleon" "cl_crosshairalpha 999; cl_crosshairdot 1; cl_crosshairgap 4; cl_crosshairsize 1337; cl_crosshairstyle 4; cl_crosshairthickness 2; cl_fixedcrosshairgap 4; cl_crosshair_drawoutline 0; cl_crosshaircolor 5;cl_crosshaircolor_b 173; cl_crosshaircolor_r 163; cl_crosshaircolor_g 0; bind mouse3 nadetoggleoff"
  216. alias "nadetoggleoff" "cl_crosshairalpha 999; cl_crosshairdot 0; cl_crosshairgap -1.5; cl_crosshairsize 2; cl_crosshairstyle 4; cl_crosshairthickness 0.5; cl_fixedcrosshairgap 1; cl_crosshair_drawoutline 1; cl_crosshaircolor 4;cl_crosshaircolor_b 255; cl_crosshaircolor_r 255; cl_crosshaircolor_g 255; bind mouse3 nadetoggleon"
  217.  
  218.  
  219. //NETGRAPH WHEN CHECKING SCOREBOARD
  220. net_graph "1"
  221. net_graphheight "9999"
  222. alias "+scorenet" "+showscores; net_graphheight 0"
  223. alias "-scorenet" "-showscores; net_graphheight 9999"
  224. bind "TAB" "+scorenet"
Advertisement
Add Comment
Please, Sign In to add comment