CS2 콘픽 저장용

주저리

  • 개인적으로 가장 오랫동안 즐겨온 게임은 Counter-Strike 라는 게임이다. 출시 때부터 많은 변화가 있었지만 여전히 즐기고 있다. 최근에 Counter-Strike 2 로 버전을 올려서 출시(Global Offensive 라는 타이틀을 떼어내고 2로 변화된 부분..)가 되었다. 그래도 조금이나마 편의성 및 물리엔진에서 변화가 생겼고, 추가로 콘픽또한 수정된 부분이 있어서 정리용도로 작성한다.

Attachment

Launcher Options

-freq 240 -nod3d9 -novid -no-browser +mat_queue_mode 2 -noborder +cl_showfps 1 -high -nojoy -console -language koreana +exec autoexec

Config Path

  • \steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
  • exec autoexec in console or Launcher Options

autoexec.cfg

//  _______  _______  ___   ___      _______          _______  ___  
// |       ||       ||   | |   |    |   _   |        |   _   ||   | 
// |    ___||       ||   | |   |    |  |_|  |        |  |_|  ||   | 
// |   |___ |       ||   | |   |    |       |        |       ||   | 
// |    ___||      _||   | |   |___ |       |        |       ||   | 
// |   |___ |     |_ |   | |       ||   _   | _____  |   _   ||   | 
// |_______||_______||___| |_______||__| |__||_____| |__| |__||___| 
//

// Counter-Strike 2 configuration setings (autoexec.cfg) by eCila_AI

echo "eCila-AI :: Counter-Strike 2 (autoexec.cfg) loading"

////////////////////////
//  GENERAL SETTINGS  //
////////////////////////
developer "0"
con_enable "1"
adsp_debug "0"

fps_max "0"
rate "786432"
fps_max_ui "144"
fps_max_tools "144"
engine_low_latency_sleep_after_client_tick "1"
engine_no_focus_sleep "30"

cl_showfps "0"
cl_autohelp "0"
cl_lagcompensation "1"
cl_predictweapons "1"
cl_resend "6"
cl_timeout "30"
cl_crosshair_dynamic_splitdist "7"
cl_crosshairstyle "4"

closecaption "0"
dsp_volume "2"

hud_showtargetid "1"

mm_dedicated_search_maxping "80"
voice_loopback "0"
voice_modenable "1"

ui_vanitysetting_loadoutslot_ct "equipment1" // rifle0
ui_vanitysetting_loadoutslot_t "heavy5" // rifle4

csgo_monitorgamma "2.2"
r_fullscreen_gamma "2.2"

echo "eCila-AI :: Counter-Strike 2 (autoexec.cfg) loaded"
echo "Updated: 2023-09-28"
exec script.cfg
exec config.cfg

script.cfg

//  _______  _______  ___   ___      _______          _______  ___  
// |       ||       ||   | |   |    |   _   |        |   _   ||   | 
// |    ___||       ||   | |   |    |  |_|  |        |  |_|  ||   | 
// |   |___ |       ||   | |   |    |       |        |       ||   | 
// |    ___||      _||   | |   |___ |       |        |       ||   | 
// |   |___ |     |_ |   | |       ||   _   | _____  |   _   ||   | 
// |_______||_______||___| |_______||__| |__||_____| |__| |__||___| 
//

// Counter-Strike 2 configuration setings (script.cfg) by eCila_AI

echo "eCila-AI :: Counter-Strike 2 (script.cfg) loading"


///////////////S C R I P T : A R E A / S T A R T ///////////////////////////

//Show Help Lines
alias "-crosshairsmoke" "cl_crosshairsize 3;cl_crosshairdot 0;cl_crosshairgap -2"
alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
// Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
// Don’t change the second line.
bind "alt" "+crosshairsmoke"

//Disable in-game voice + no rebinds needed
alias "disablevoice" "voice_chat"
alias "voice_chat" "chat_1"
alias "chat_1" "say_team [Voice Enabled]; voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0"
alias "chat_0" "say_team [Voice Disabled, I can't hear anyone now]; voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
bind "mouse3" "disablevoice"
///////////////S C R I P T : A R E A///////////////////////////

// sonuds
alias blip_on "play buttons\blip1"
alias blip_off "play buttons\blip2"
alias double_geiger "play player\geiger2"

// Q Switch Weapon LastInv
alias "+switch" "slot3"
alias "-switch" "lastinv"

// Score + netGraph
alias "+scores" "+showscores; cq_netgraph 1; cl_showfps 1"
alias "-scores" "-showscores; cq_netgraph 0; cl_showfps 0"

// no delay jump
alias +fix_jump "+jump"
alias -fix_jump "-jump"

// afk move
alias afk-move "afk-move_on"
alias afk-move_on "+forward; +left; +turnleft; blip_on; alias afk-move afk-move_off"
alias afk-move_off "-forward; -left; -turnleft; blip_off; alias afk-move afk-move_on"

// bug fix
alias bug_fix "callvote kick 0; gameui_allowescape; gameui_allowescapetoshow; gameui_activate; gameui_hide; record fixer; stop; double_geiger; exec autoexec.cfg"

// bomb drop
alias "+bomb_drop" "slot3; slot5"
alias "-bomb_drop" "drop; lastinv"

echo "eCila-AI :: Counter-Strike 2 (script.cfg) loaded"
echo "Updated: 2023-09-28"

config.cfg

//  _______  _______  ___   ___      _______          _______  ___  
// |       ||       ||   | |   |    |   _   |        |   _   ||   | 
// |    ___||       ||   | |   |    |  |_|  |        |  |_|  ||   | 
// |   |___ |       ||   | |   |    |       |        |       ||   | 
// |    ___||      _||   | |   |___ |       |        |       ||   | 
// |   |___ |     |_ |   | |       ||   _   | _____  |   _   ||   | 
// |_______||_______||___| |_______||__| |__||_____| |__| |__||___| 
//

// Counter-Strike 2 configuration setings (config.cfg) by eCila_AI

unbindall
echo "eCila-AI :: Counter-Strike 2 (config.cfg) loading"


////////////////////////////////
//////////// Mounse ////////////
////////////////////////////////

sensitivity "1.0"
zoom_sensitivity_ratio "1.0"
m_pitch "0.022"
m_yaw "0.022"

//////////////////////////////////
//////////// Key Bind ////////////
//////////////////////////////////

// Slot
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"

// Move
bind "w" "+forward"
bind "s" "+back"
bind "a" "+left"
bind "d" "+right"

bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"

bind "X_AXIS" "rightleft"
bind "Y_AXIS" "!forwardback"
bind "U_AXIS" "yaw"
bind "R_AXIS" "pitch"

// Message
bind "y" "messagemode"
bind "u" "messagemode2"
bind "j" "cheer"
bind "l" "holdpos"
bind "ENTER" "messagemode2"

// Radio
bind "z" "radio1"
bind "x" "radio2"
bind "c" "radio3"

// Mouse Key
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" ""
bind "MOUSE4" "+voicerecord"
bind "MOUSE5" ""
bind "MWHEELUP" "+duck"
bind "MWHEELDOWN" "+fix_jump"

// Letter Key
bind "q" "+switch"
bind "b" "buymenu"
bind "e" "+use"
bind "f" "+lookatweapon; r_cleardecals"
bind "v" "player_ping"
bind "g" "drop"
bind "k" "+voicerecord"
bind "m" "teammenu"
bind "r" "+reload"
bind "t" "+spray_menu"
bind "`" "toggleconsole"
bind "," "exec autoexec.cfg"


// Special Key
bind "TAB" "+scores"
bind "SPACE" "+fix_jump"
bind "ESCAPE" "cancelselect"
bind "SHIFT" "+sprint"
bind "CTRL" "+duck"

bind "LEFTARROW" "volume 1"
bind "DOWNARROW" "afk-move"
bind "RIGHTARROW" "+bomb_drop"

bind "F1" "autobuy"
bind "F2" "rebuy"
bind "F3" ""
bind "F4" "bug_fix"
bind "F5" ""
bind "F6" ""
bind "F7" ""
bind "F8" ""
bind "F9" "buy hegrenade"
bind "F10" "buy flashbang"
bind "F11" "buy smokegrenade"

bind "INS" "buy vesthelm; buy vest; buy defuser;"
bind "DEL" "buy m4a1; buy ak47;"
bind "HOME" "buy deagle;"
bind "END" "buy awp;"
bind "PGUP" "buy famas; buy galilar;famas;"
bind "PGDN" "buy flashbang; buy molotov; smokegrenade; decoy;"
bind "PAUSE" "pause"

///////////////////////////////
//////////// Audio ////////////
///////////////////////////////

volume "0.8"
snd_musicvolume "0.000000" // Music Volume 끄기
snd_mixahead "0.001" // 사운드 버퍼 사이즈/크기 설정
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_menumusic_volume "0"
snd_mute_losefocus "0"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_tensecondwarning_volume "0.1"
snd_mvp_volume "0"
snd_mute_mvp_music_live_players "1"
cl_mute_enemy_team "0"  // 적팀 통신 차단 여부
voice_modenable "0"
voice_threshold "2000"


///////////////////////////////////
//////////// CrossHair ////////////
///////////////////////////////////

crosshair "1"
cl_crosshairstyle "4"   // Classic Static Type
cl_crosshair_recoil "0" // New Options, follow recoil pattern
cl_crosshair_drawoutline "0"
cl_crosshair_dynamic_maxdist_splitratio "0"
cl_crosshair_dynamic_splitalpha_innermod "1.000000"
cl_crosshair_dynamic_splitalpha_outermod "0.3"
cl_crosshair_dynamic_splitdist "3"
cl_crosshair_outlinethickness "1"
cl_crosshair_sniper_width "1"
cl_crosshairalpha "99999"
cl_crosshaircolor "4"
cl_crosshaircolor_b "200"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "152"
cl_crosshairdot "0"
cl_crosshairgap "-2"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "3"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-4"


/////////////////////////////
//////////// Hud ////////////
/////////////////////////////

hud_scaling "1.0"// HUD 사이즈 크기 설정
player_nevershow_communityservermessage "1"
cl_hud_color "2"    // Light Blue
cl_color "3"    // Blue
cl_allow_animated_avatars "1"   // Animated Avatars Enabled
cl_scoreboard_mouse_enable_binding "+attack2"
cl_show_observer_crosshair "2"
cl_observed_bot_crosshair "1"
cl_dm_buyrandomweapons "0"

// Radar
cl_hud_radar_scale "1.2"    // 레이더 크기
cl_radar_scale "0.4"    // 레이더 줌
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.8"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"

// gunmodel 포지션 설정
viewmodel_presetpos "3"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "0"
viewmodel_offset_z "-2"

// spec
spec_show_xray "1"
spec_xray_dropped_defusekits "1"
spec_xray_dropped_unoccluded "1"

// steam overlay
ui_steam_overlay_notification_position "bottomright"

// safe from overscan
safezonex "1.0"
safezoney "1.0"

/////////////////////////////////
//////////// Network ////////////
/////////////////////////////////

rate "1000000"
net_client_steamdatagram_enable_override "1"
net_maxroutable "1200"
lobby_default_privacy_bits2 "1" // 0
cl_join_advertise "1" // 2


/////////////////////////////
//////////// Old ////////////
/////////////////////////////

c_maxdistance "200"
c_maxpitch "90"
c_maxyaw "135"
c_mindistance "30"
c_minpitch "0"
c_minyaw "-135"
c_orthoheight "100"
c_orthowidth "100"
c_thirdpersonshoulder "FALSE"
c_thirdpersonshoulderaimdist "120.0"
c_thirdpersonshoulderdist "40.0"
c_thirdpersonshoulderheight "5.0"
c_thirdpersonshoulderoffset "20.0"
cam_collision "1"
cam_idealdelta "4.0"
cam_idealdist "150"
cam_ideallag "4.0"
cam_idealpitch "0"
cam_idealyaw "0"
cam_snapto "0"
cc_lang ""
cc_linger_time "1.0"
cc_subtitles "0"
cl_chatfilters "63"
cl_mouselook "1"
cl_mute_all_but_friends_and_party "0"
cl_obs_interp_enable "1"
cl_showloadout "1"
cl_teammate_colors_show "1"
closecaption "0"
engine_no_focus_sleep "50"
gameinstructor_enable "0"
hud_showtargetid "1"
joystick "0"
key_bind_version "1"
lockMoveControllerRet "0"
mm_csgo_community_search_players_min "3"
mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020"
name "eCIla_AI"
net_allow_multicast "1"
net_maxroutable "1200"
option_duck_method "0"
option_speed_method "0"
password ""
player_botdifflast_s "0.000000"
player_teamplayedlast "2"
r_drawtracers_firstperson "1"
spec_show_xray "1"
sv_log_onefile "0"
sv_logbans "0"
sv_logecho "1"
sv_logfile "1"
sv_logflush "0"
sv_logsdir " LOGS"
sv_unlockedchapters "99"
sv_voiceenable "0"
tv_nochat "1"

echo "eCila-AI :: Counter-Strike 2 (config.cfg) loaded"
echo "Updated: 2023-09-28"

host_writeconfig
You've successfully subscribed to taking
Great! Next, complete checkout to get full access to all premium content.
Error! Could not sign up. invalid link.
Welcome back! You've successfully signed in.
Error! Could not sign in. Please try again.
Success! Your account is fully activated, you now have access to all content.
Error! Stripe checkout failed.
Success! Your billing info is updated.
Error! Billing info update failed.