Advertisement
Guest User

autoexec.cfg

a guest
Feb 29th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. clear
  2.  
  3. //크로스헤어
  4. cl_crosshair_drawoutline "0"
  5. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  6. cl_crosshair_dynamic_splitalpha_innermod "1"
  7. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  8. cl_crosshair_dynamic_splitdist "7"
  9. cl_crosshair_friendly_warning "1"
  10. cl_crosshair_outlinethickness "1"
  11. cl_crosshair_sniper_show_normal_inaccuracy "0"
  12. cl_crosshair_sniper_width "1"
  13. cl_crosshair_t "0"
  14. cl_crosshairalpha "255"
  15. cl_crosshaircolor "4"
  16. cl_crosshaircolor_b "50"
  17. cl_crosshaircolor_g "250"
  18. cl_crosshaircolor_r "50"
  19. cl_crosshairdot "0"
  20. cl_crosshairgap "-2"
  21. cl_crosshairgap_useweaponvalue "0"
  22. cl_crosshairscale "0"
  23. cl_crosshairsize "4"
  24. cl_crosshairstyle "4"
  25. cl_crosshairthickness "1"
  26. cl_crosshairusealpha "1"
  27. cl_fixedcrosshairgap "1"
  28.  
  29. //뷰모델
  30. viewmodel_fov "60"
  31. viewmodel_offset_x "1"
  32. viewmodel_offset_y "1"
  33. viewmodel_offset_z "-1"
  34. viewmodel_presetpos "1"
  35. viewmodel_recoil "1.0"
  36. cl_bob_lower_amt "5"
  37. cl_bobamt_lat "0.1"
  38. cl_bobamt_vert "0.1"
  39. cl_bobcycle "0.98"
  40. cl_viewmodel_shift_left_amt "0.5"
  41. cl_viewmodel_shift_right_amt "0.25"
  42.  
  43. //레이더
  44. cl_hud_radar_scale "1.11"
  45. cl_radar_scale "0.55"
  46. cl_radar_always_centered "0"
  47. cl_radar_rotate "1"
  48. cl_radar_square_with_scoreboard "1"
  49. cl_teammate_colors_show 2 //색깔과 문자
  50.  
  51. //HUD
  52. cl_hud_background_alpha "0.150000"
  53. cl_hud_bomb_under_radar "1"
  54. cl_hud_color "11"
  55. cl_hud_healthammo_style "0"
  56. cl_hud_playercount_pos "0"
  57. cl_hud_playercount_showcount "0"
  58. hud_scaling "0.900000"
  59. hud_showtargetid "1"
  60. cl_loadout_colorweaponnames "1"
  61. cl_righthand "1"
  62. cl_color "0"
  63. cl_teamid_overhead_always "2"
  64. cl_showloadout "1"
  65.  
  66. //바인드
  67. bind "v" "+voicerecord" //말하기
  68. bind mwheeldown +jump //휠키로점프(버니)
  69. bind "leftarrow" "+left" //Turn left with arrow key
  70. bind "rightarrow" "+right" //Turn right with arrow key
  71. unbind "i" //hud 사라짐 방지
  72. bind shift "+speed;r_cleardecals" //걷기 피 제거
  73. alias "+jumpthrow" "+jump;-attack" //점프쓰로우
  74. alias "-jumpthrow" "-jump" //alias설정
  75. bind "h" +jumpthrow //점프쓰로우 키 바인드
  76.  
  77. //FPS BOOST
  78. fps_max "999"
  79. fps_max_menu "245"
  80. mat_monitorgamma "1.6"
  81. mat_powersavingsmode "0"
  82. adsp_debug "0"
  83. cl_autohelp "0"
  84. cl_clearhinthistory "1"
  85. cl_cmdrate "128"
  86. cl_debugrumble "0"
  87. cl_detail_avoid_force "0"
  88. cl_detail_avoid_radius "0"
  89. cl_detail_avoid_recover_speed "0"
  90. cl_detail_max_sway "0"
  91. cl_disablefreezecam "1"
  92. cl_forcepreload "1"
  93. cl_interp "0"
  94. cl_interp_ratio "1"
  95. cl_lagcompensation "1"
  96. cl_predict "1"
  97. cl_predictweapons "1"
  98. cl_rumblescale "0"
  99. cl_showhelp "0"
  100. cl_threaded_bone_setup "0"
  101. cl_updaterate "128"
  102. developer "0"
  103. fps_max "999"
  104. func_break_max_pieces "0"
  105. gameinstructor_enable "0"
  106. mat_hdr_enabled "0"
  107. mat_queue_mode "2"
  108. mm_dedicated_search_maxping "60"
  109. r_drawtracers_firstperson "0"
  110. r_dynamic "0"
  111. rate "786432"
  112. spec_replay_autostart "0"
  113.  
  114. //게임플레이
  115. sensitivity "0.7"
  116. zoom_sensitivity_ratio_mouse "0.82" //실제적용되는 줌센시1
  117. lobby_default_privacy_bits1 "0" //로비 초대한친구만
  118. cl_join_advertise "2" //커뮤섭에 친구초대0
  119. +cl_show_team_equipment "1" //팀원 소지품
  120. lobby_voice_chat_enabled "0" //로비마이크x
  121. cl_use_opens_buy_menu "0" //E키로 상점 x
  122. cl_autowepswitch 0 //자동줍기x
  123. mm_dedicated_search_maxping "50" //서버최대핑
  124. func_break_max_pieces 0 //벤트 조각 x
  125. alias "gg" "killserver" //gg를 콘솔에 쳐서 로비로
  126. bindtoggle "q" "cl_righthand" //Q키로 손바꾸기 토글바인드
  127. alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind h "+jumpthrow" //점프 쓰로우[H]
  128.  
  129. //데미지표시
  130. alias displaydamage "displaydamage_on"
  131. 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""
  132. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\\\\blip2 0.5; alias displaydamage "displaydamage_on""
  133. bind "F5" "displaydamage" //Bind to whatever you prefer (Default F5)
  134.  
  135. //넷그래프
  136. net_graph "1" //Shows my network usage data
  137. net_graphheight "10" //Changes height
  138. net_graphmsecs "400" //The latency graph represents this many milliseconds
  139. net_graphpos "2" //Positioning of Net Graph
  140. net_graphproportionalfont "1" //Makes font smaller
  141. net_graphshowinterp "1" //Shows interpolation value
  142. net_graphshowlatency "1" //Shows latency value
  143. net_graphsolid "1" //Solid Net Graph
  144. net_graphtext "1" //Shows text fields
  145. net_maxroutable "1200" //Requested max packet size before packets are split
  146. net_scale "4" //Makes font smaller
  147.  
  148. //사운드
  149. voice_scale "0.1"
  150. snd_musicvolume "0"
  151. snd_hwcompat 0 //3d 음향 사용
  152. snd_headphone_pan_exponent 2.0 //시포 발자국 증폭
  153. snd_front_headphone_position 45.0 //앞발자국 선명
  154. snd_rear_headphone_position 135.0 //뒷발자국 선명
  155. snd_setmixer PlayerFootsteps vol 0.1 //내발자국 소리 0.1
  156. snd_setmixer Ambient vol 0.0 //맵잡음 0
  157.  
  158.  
  159. echo ------------------------
  160. echo Config Load Successed.
  161. echo ------------------------
  162. echo It is safe from VAC
  163. echo ------------------------
  164. echo made by LSU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement