Advertisement
thepianotrick

WhiteSpayZe

Aug 12th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. //Settings for FPS
  2. fps_max 0;
  3. mm_dedicated_search_maxping 50;
  4. mat_monitorgamma 1.6;
  5. cl_radar_scale 0.3;
  6. cl_radar_always_centered 0;
  7. cl_hud_playercount_showcount 0;
  8. voice_scale 0.5;
  9. cl_interp 0;
  10. cl_interp_ratio 1;
  11. rate 128000;
  12. cl_updaterate 128;
  13. cl_cmdrate 128;
  14. cl_use_opens_buy_menu 0;
  15. zoom_sensitivity_ratio_mouse 1;
  16. snd_headphone_pan_exponent 2;
  17. sensitivity 1.10;
  18. m_rawinput 1;
  19. net_graph 1;
  20. safezonex 0.85;
  21. safezoney 0.85;
  22. cl_autowepswitch "0";
  23. bind "leftarrow" " buy smokegrenade;"
  24. bind "rightarrow" " buy flashbang;"
  25. bind "downarrow" " buy molotov;"
  26. bind "uparrow" " buy hegrenade;"
  27.  
  28.  
  29. //Crosshair #1
  30. cl_crosshairalpha "255";
  31. cl_crosshaircolor "5";
  32. cl_crosshaircolor_b "255";
  33. cl_crosshaircolor_r "255";
  34. cl_crosshaircolor_g "255";
  35. cl_crosshairdot "0";
  36. cl_crosshairgap "-1";
  37. cl_crosshairsize "4";
  38. cl_crosshairstyle "4";
  39. cl_crosshairusealpha "1";
  40. cl_crosshairthickness "1.4";
  41. cl_fixedcrosshairgap "-1";
  42. cl_crosshair_outlinethickness "1";
  43. cl_crosshair_drawoutline "1";
  44.  
  45. //viewmodel
  46. cl_viewmodel_shift_left_amt "1.5";
  47. cl_viewmodel_shift_right_amt "0.75";
  48. viewmodel_fov "68";
  49. viewmodel_offset_x "2.500000";
  50. viewmodel_offset_y "1";
  51. viewmodel_offset_z "-1.500000";
  52. viewmodel_presetpos "0"
  53. cl_bob_lower_amt "21";
  54. cl_bobamt_lat "0.4";
  55. cl_bobamt_vert "0.25";
  56. cl_bobcycle "0.98";
  57.  
  58. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement