Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. /////////////////////////////////////////////////
  2. // Aesthetics //
  3. /////////////////////////////////////////////////
  4.  
  5. voice_mixer_volume "0.69"
  6.  
  7. r_drawtracers_firstperson 1 // remove own tracers
  8. r_drawtracers 1
  9. cl_autowepswitch 0 // auto switch pickup off
  10.  
  11. gameinstructor_enable 0 // tooltips off
  12. cl_autohelp 0
  13. hud_showtargetid 0 // name/health popups and weird xhair
  14. cl_spec_mode 4 // auto first-person after death
  15. cl_color 4
  16. cl_use_opens_buy_menu 0
  17. closeonbuy 1
  18. cl_forcepreload 1
  19. cl_disablefreezecam 1
  20. cl_scoreboard_mouse_enable_binding "+jump" // hit jump use mouse scoreboard
  21.  
  22. // RECOMMENDED HEADPHONES SETTINGS
  23.  
  24. snd_mixahead "0.05"
  25. volume 0.4
  26.  
  27. // hud
  28. hud_scaling 1
  29. cl_hud_radar_scale 1
  30. cl_hud_playercount_pos 1
  31. cl_hud_playercount_showcount 1
  32. cl_hud_color 7
  33. cl_hud_background_alpha .25
  34. cl_hud_healthammo_style 1
  35. cl_hud_bomb_under_radar 1
  36. cl_radar_always_centered 0
  37. cl_radar_icon_scale_min .8
  38. cl_radar_rotate 0
  39. cl_radar_scale .35
  40. cl_showloadout 0
  41. cl_loadout_colorweaponnames 0
  42. cl_show_clan_in_death_notice 0
  43. safezonex .85
  44. safezoney 1
  45.  
  46. // css style viewmodel
  47. viewmodel_presetpos "0"
  48. viewmodel_fov "68"
  49. viewmodel_offset_x "1"
  50. viewmodel_offset_y "2"
  51. viewmodel_offset_z "-2"
  52. weapon_recoil_view_punch_extra 0
  53.  
  54. // bobbing
  55. cl_viewmodel_shift_left_amt "0.5"
  56. cl_viewmodel_shift_right_amt "0.25"
  57. cl_bobcycle "0.98"
  58. cl_bob_lower_amt "5"
  59. cl_bobamt_lat "0.1"
  60. cl_bobamt_vert "0.1"
  61.  
  62. // removes the shifting of the arm when crouching down
  63. cl_viewmodel_shift_left_amt 0
  64. cl_viewmodel_shift_right_amt 0
  65.  
  66. // fps
  67. fps_max 300
  68. fps_max_menu 28
  69. mat_queue_mode 2
  70. r_eyegloss 0
  71. r_eyemove 0
  72. r_eyeshift_x 0
  73. r_eyeshift_y 0
  74. r_eyeshift_z 0
  75. r_eyesize 0
  76.  
  77.  
  78. // netgraph, should probably set up toggle for net_graph (2/3/4)
  79. net_graph 1
  80. net_graphpos 1
  81. net_graphheight 52
  82. net_graphproportionalfont 0
  83.  
  84. // some tryhard shit
  85. cl_righthand "0"
  86.  
  87. /////////////////////////////////////////////////
  88. // Mouse //
  89. /////////////////////////////////////////////////
  90.  
  91. sensitivity 1.9
  92. m_customaccel 0
  93. m_rawinput 1
  94. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  95.  
  96.  
  97. /////////////////////////////////////////////////
  98. // Net Settings //
  99. /////////////////////////////////////////////////
  100.  
  101. cl_interp 0
  102. cl_interp_ratio 1
  103. rate 128000
  104. cl_cmdrate 128
  105. cl_updaterate 128
  106. mm_dedicated_search_maxping "75"
  107.  
  108. /////////////////////////////////////////////////
  109. // xhair //
  110. /////////////////////////////////////////////////
  111.  
  112. cl_crosshairalpha "200"
  113. cl_crosshaircolor "5"
  114. cl_crosshaircolor_b "64"
  115. cl_crosshaircolor_r "255"
  116. cl_crosshaircolor_g "0"
  117. cl_crosshairdot "0"
  118. cl_crosshairgap "-2"
  119. cl_crosshairsize "4"
  120. cl_crosshairstyle "4"
  121. cl_crosshairusealpha "1"
  122. cl_crosshairthickness "1"
  123. cl_fixedcrosshairgap "-2"
  124. cl_crosshair_outlinethickness "1"
  125. cl_crosshair_drawoutline "0"
  126.  
  127.  
  128. //bhop on
  129. bind MWHEELDOWN +jump
  130. bind MWHEELUP +jump
  131.  
  132. //voicechat
  133. bind "v" "+voicerecord"
  134.  
  135. //pals
  136.  
  137. cl_join_advertise 2
  138.  
  139. /////////////////////////////////////////////////
  140. // done //
  141. /////////////////////////////////////////////////
  142.  
  143. echo "autoexec.cfg loaded."
  144. host_writeconfig // no conflict with config.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement