Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. // Mouse
  2.  
  3. cl_mouseenable "1"
  4. m_customaccel "0"
  5. m_customaccel_exponent "0"
  6. m_customaccel_max "0"
  7. m_customaccel_scale "0"
  8. m_forward "1"
  9. m_mouseaccel1 "0"
  10. m_mouseaccel2 "0"
  11. m_mousespeed "0"
  12. m_pitch "0.022"
  13. m_rawinput "1"
  14. m_side "0.8"
  15. m_yaw "0.022"
  16. sensitivity "1.14"
  17.  
  18. // Crosshair
  19.  
  20. cl_crosshair_drawoutline "1"
  21. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  22. cl_crosshair_dynamic_splitalpha_innermod "1"
  23. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  24. cl_crosshair_dynamic_splitdist "7"
  25. cl_crosshair_outlinethickness "1"
  26. cl_crosshair_sniper_show_normal_inaccuracy "0"
  27. cl_crosshair_sniper_width "1"
  28. cl_crosshairalpha "999"
  29. cl_crosshaircolor "5"
  30. cl_crosshaircolor_b "255"
  31. cl_crosshaircolor_g "255"
  32. cl_crosshaircolor_r "255"
  33. cl_crosshairdot "0"
  34. cl_crosshairgap "0.000000"
  35. cl_crosshairgap_useweaponvalue "0"
  36. cl_crosshairscale "1700"
  37. cl_crosshairsize "4.000000"
  38. cl_crosshairstyle "4"
  39. cl_crosshairthickness "1.000000"
  40. cl_crosshairusealpha "1"
  41. cl_fixedcrosshairgap "0"
  42.  
  43. // Viewmodel
  44.  
  45. viewmodel_offset_z "-1.5"
  46. viewmodel_offset_x "2.5"
  47. viewmodel_offset_y "1.5"
  48. viewmodel_fov "65"
  49. cl_bob_lower_amt "0"
  50. cl_bobamt_lat "0"
  51. cl_bobamt_vert "0"
  52. cl_bobcycle "0.98"
  53. cl_viewmodel_shift_left_amt "0"
  54. cl_viewmodel_shift_right_amt "0"
  55.  
  56. // HUD & Radar
  57.  
  58. hud_scaling "1"
  59. hud_showtargetid "1"
  60. cl_hud_playercount_pos "0"
  61. cl_hud_playercount_showcount "0"
  62. cl_hud_color "0"
  63. cl_hud_background_alpha "0.5"
  64. cl_hud_bomb_under_radar "1"
  65. cl_hud_healthammo_style "0"
  66. cl_radar_scale "0.7"
  67. cl_radar_rotate "1"
  68. cl_radar_always_centered "1"
  69. cl_radar_square_with_scoreboard "0"
  70. safezonex "1"
  71. safezoney "1"
  72.  
  73.  
  74. // Binds
  75.  
  76. alias "+jumpthrow" "+jump;-attack"
  77. alias "-jumpthrow" "-forward;-jump"
  78. bind "mouse4" "+jumpthrow"
  79.  
  80. bind "INS" "give weapon_flashbang"
  81. bind "HOME" "give weapon_smokegrenade"
  82. bind "PGUP" "noclip"
  83. bind "END "give weapon_molotov"
  84. bind "DEL" "give weapon_hegrenade"
  85. bind "KP_MINUS" "toggleconsole"
  86.  
  87. bind "space" "+jump"
  88. bind "mwheelup" "+jump"
  89.  
  90. bind "i" "+moveup"
  91. bind "j" "+left"
  92. bind "k" "+movedown"
  93. bind "l" "+right"
  94.  
  95. // Netsettings
  96.  
  97. rate "128000"
  98. cl_updaterate "128"
  99. cl_cmdrate "128"
  100. cl_interp_ratio "2"
  101. cl_interp "0"
  102. cl_lagcompensation "1"
  103. cl_predict "1"
  104. bind "TAB" "+ng";
  105. alias "+ng" "+showscores; net_graph 1";
  106. alias "-ng" "-showscores; net_graph 0";
  107.  
  108. // Global
  109.  
  110. cl_showfps "0"
  111. fps_max "300"
  112. fps_max_menu "300"
  113. cl_autowepswitch "0"
  114. cl_showloadout "1"
  115. cl_downloadfilter "nosounds"
  116. cl_autohelp "1"
  117. cl_forcepreload 1
  118. cl_show_clan_in_death_notice "0"
  119. cl_showhelp "0"
  120. cl_disablefreezecam "1"
  121. option_speed_method "0"
  122. closeonbuy "0"
  123.  
  124. // Sound
  125.  
  126. volume 0.1337
  127. snd_mixahead "0.05"
  128. snd_musicvolume "0"
  129. snd_legacy_surround "0"
  130. snd_mute_losefocus "0"
  131. dsp_enhance_stereo "1"
  132. windows_speaker_config "1"
  133. voice_enable "1"
  134. voice_scale "0.8"
  135.  
  136. con_enable "1"
  137.  
  138. cls
  139. clear
  140. echo "***************** MyCfg Geladen *****************"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement