Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1.  
  2. // Crosshair
  3. cl_crosshair_drawoutline "1"
  4. cl_crosshairalpha "255"
  5. cl_crosshaircolor "5"
  6. cl_crosshaircolor_b "255"
  7. cl_crosshaircolor_g "255"
  8. cl_crosshaircolor_r "255"
  9. cl_crosshairdot "0"
  10. cl_crosshairgap "-1"
  11. cl_crosshairscale "120"
  12. cl_crosshairsize "4.5"
  13. cl_crosshairthickness ".5"
  14. cl_crosshairusealpha "1"
  15. cl_crosshairstyle "5"
  16.  
  17.  
  18. // HUD
  19. cl_hud_color "2"
  20. cl_hud_healthammo_style "1"
  21. cl_showfps "0"
  22.  
  23.  
  24. // Bobbing
  25. cl_viewmodel_shift_left_amt "0"
  26. cl_viewmodel_shift_right_amt "0"
  27. cl_bob_lower_amt "0"
  28. cl_bobamt_lat "0"
  29. cl_bobamt_vert "0"
  30. cl_bobcycle "2"
  31.  
  32.  
  33. // Mouse
  34. m_mousespeed 0
  35. m_mouseaccel 0
  36. m_rawinput 1
  37.  
  38.  
  39. // Sound
  40. snd_mixahead "0.05"
  41. windows_speaker_config "1"
  42. snd_mixahead "0.05"
  43. snd_musicvolume "0"
  44. snd_headphone_pan_exponent "2"
  45. snd_headphone_pan_radial_weight "2
  46. volume .005
  47.  
  48.  
  49. // Rates
  50. cl_interp "0"
  51. cl_interp_ratio "1"
  52. cl_cmdrate "128"
  53. cl_updaterate "128"
  54. rate "128000"
  55.  
  56.  
  57. // Jumpthrow
  58. alias "+jumpthrow" "+forward;+jump;-attack"
  59. alias "-jumpthrow" "-jump;-forward"
  60. bind "t" "+jumpthrow"
  61.  
  62.  
  63. // Misc
  64. fps_max 0
  65. cl_radar_scale "0.5"
  66. cl_radar_rotate "1"
  67. closeonbuy "1"
  68. cl_forcepreload "1"
  69. cl_showhelp 0
  70. cl_lagcompensation "1"
  71. cl_predictweapons "1"
  72. cl_resend "6"
  73. cl_timeout "9999999"
  74. hud_scaling "1"
  75. r_drawtracers_firstperson 0
  76. r_dynamic "0"
  77. r_eyegloss "0"
  78. r_eyemove "0"
  79. r_eyeshift_x "0"
  80. r_eyeshift_y "0"
  81. r_eyeshift_z "0"
  82. r_eyesize "0"
  83. muzzleflash_light "0"
  84. sys_antialiasing "0"
  85. sys_aspectratio "-1"
  86. sys_refldetail "0"
  87. mat_queue_mode "2"
  88. net_graph "1"
  89.  
  90. ECHO "==========================================="
  91. ECHO "=========[ M3G4Z0RD CFG LOADED ]========="
  92. ECHO "==========================================="
  93.  
  94. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement