// CS2 AUTOEXEC | 2024.02.08 // launch options: -console -novid -nojoy -language english echo "/---------------------------------------------------------------------------------\" echo "| autoexec [1/2] |" // --------------------------------------------------------------------------------------- // => BINDS & ALIASES |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- unbindall alias ".x" "exec autoexec" alias ".swap" "mp_swapteams" alias ".givenades" "give weapon_flashbang; give weapon_hegrenade; give weapon_incgrenade; give weapon_smokegrenade" alias ".nadeprac" "game_alias comp; sv_cheats true; mp_warmup_offline_enabled true; mp_warmup_start; mp_warmup_pausetimer 1; sv_grenade_trajectory_prac_pipreview true; sv_grenade_trajectory_prac_trailtime 8; mp_buy_anywhere 1; sv_infinite_ammo 1; bot_kick; .givenades" alias ".cancel_smoke" "ent_fire smokegrenade_projectile kill" alias ".cancel_molotov" "ent_fire inferno kill; ent_fire molotov_projectile kill" alias ".cancel_frag" "ent_fire hegrenade_projectile kill" alias ".cancel_flash" "ent_fire flashbang_projectile kill" alias ".erase_nades" ".cancel_smoke; .cancel_molotov; .cancel_frag; .cancel_flash; stopsound" alias "+radar" "+lookatweapon; cl_radar_always_centered 0; cl_radar_scale 0.30" alias "-radar" "-lookatweapon; cl_radar_always_centered 1; cl_radar_scale 0.55" alias "+nc" "noclip" alias "-nc" "noclip" alias +jump_ "+jump;+jump" alias -jump_ "-jump;-jump;-jump" alias +duck_ "+duck;+duck" alias -duck_ "-duck;-duck;-duck" alias +sprint_ "+sprint;+sprint" alias -sprint_ "-sprint;-sprint;-sprint" alias +forward_ "+forward;+forward" alias -forward_ "-forward;-forward;-forward" alias +left_ "+left;+left" alias -left_ "-left;-left;-left" alias +back_ "+back;+back" alias -back_ "-back;-back;-back" alias +right_ "+right;+right" alias -right_ "-right;-right;-right" bind "w" "+forward_" bind "a" "+left_" bind "s" "+back_" bind "d" "+right_" bind "MOUSE_X" "yaw" bind "MOUSE_Y" "pitch" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" bind "MOUSE3" "slot6" // frag bind "MOUSE4" "slot8" // smoke bind "MOUSE5" "slot7" // flash bind "MWHEELUP" "+jump_" bind "MWHEELDOWN" "+jump_" bind "ALT" "+nc" bind "CAPSLOCK" "player_ping" bind "SHIFT" "+sprint_" bind "CTRL" "+duck_" bind "SPACE" "+jump_" bind "e" "+use" bind "b" "buymenu" bind "f" "+radar" bind "g" "drop" bind "m" "teammenu" bind "q" "lastinv" bind "r" "+reload" bind "x" "slot10" // molotov bind "h" "slot12" // x-ray bind "<" "+quickinv" bind "c" "+voicerecord" bind "j" "messagemode" bind "k" "messagemode2" bind "v" "+radialradio" bind "y" "+radialradio2" bind "t" "+radialradio3" bind "." "sv_rethrow_last_grenade" bind "-" ".erase_nades" bind "A_WITH_DIAERESIS" "toggle host_timescale 1 30" bind "O_WITH_DIAERESIS" "toggle cl_draw_only_deathnotices" bind "ESCAPE" "cancelselect" bind "TAB" "+showscores" bind "DEL" "mute" bind "PAUSE" "pause" 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" bind "`" "toggleconsole" bind "F3" "autobuy" bind "F4" "rebuy" // volume = √x bind "UPARROW" "toggle snd_voipvolume 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 1 1" bind "LEFTARROW" "voice_modenable true; play sounds/ui/beep07" bind "DOWNARROW" "toggle snd_voipvolume 0.81 0.64 0.49 0.36 0.25 0.16 0.09 0.4 0.01 0 0" bind "RIGHTARROW" "voice_modenable false; play sounds/ui/weapon_cant_buy" bind "KP_PLUS" "toggle volume 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 1 1" bind "KP_MINUS" "toggle volume 0.81 0.64 0.49 0.36 0.25 0.16 0.09 0.4 0.01 0 0" bind "KP_1" "buy m4a1; buy ak47" bind "KP_2" "buy galilar; buy famas" bind "KP_3" "buy awp" bind "KP_4" "buy vest" bind "KP_5" "buy vesthelm" bind "KP_6" "buy defuser" bind "KP_7" "buy smokegrenade" bind "KP_8" "buy flashbang" bind "KP_9" "buy hegrenade" bind "KP_ENTER" "buy incgrenade; buy molotov" bind "KP_DEL" "buy decoy" bind "KP_0" "buy p250" // --------------------------------------------------------------------------------------- // => INPUT |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- cl_buywheel_donate_key 2 cl_silencer_mode 0 cl_use_opens_buy_menu false option_duck_method 0 option_speed_method 0 sensitivity 1.1 zoom_sensitivity_ratio 1 // --------------------------------------------------------------------------------------- // => CROSSHAIR |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- cl_crosshair_drawoutline true cl_crosshair_dynamic_maxdist_splitratio 0.35 cl_crosshair_dynamic_splitalpha_innermod 1 cl_crosshair_dynamic_splitalpha_outermod 0.5 cl_crosshair_dynamic_splitdist 7 cl_crosshair_outlinethickness 1 cl_crosshair_recoil false cl_crosshair_sniper_show_normal_inaccuracy false cl_crosshair_sniper_width 2 cl_crosshair_t false cl_crosshairalpha 255 cl_crosshaircolor 5 cl_crosshaircolor_b 255 cl_crosshaircolor_g 155 cl_crosshaircolor_r 255 cl_crosshairdot false cl_crosshairgap -1 cl_crosshairgap_useweaponvalue false cl_crosshairsize 2.5 cl_crosshairstyle 4 cl_crosshairthickness 1 cl_crosshairusealpha true cl_fixedcrosshairgap 3 // --------------------------------------------------------------------------------------- // => VIEWMODEL |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- viewmodel_fov 68 viewmodel_offset_x 2.2 viewmodel_offset_y 0.0 viewmodel_offset_z -1.6 viewmodel_presetpos 0 // --------------------------------------------------------------------------------------- // => SOUND |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- volume 0.64 snd_deathcamera_volume 0 snd_mapobjective_volume 0 snd_menumusic_volume 0.04 snd_mute_losefocus false snd_mvp_volume 0 snd_roundaction_volume 0 snd_roundend_volume 0 snd_roundstart_volume 0.04 snd_tensecondwarning_volume 0 snd_mute_mvp_music_live_players true voice_always_sample_mic true // --------------------------------------------------------------------------------------- // => HUD |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- cl_allow_animated_avatars true cl_drawhud_force_radar 1 cl_hide_avatar_images 2 cl_hud_color 0 cl_hud_radar_scale 1.3 cl_radar_always_centered true cl_radar_icon_scale_min 0.4 cl_radar_rotate true cl_radar_scale 0.55 cl_radar_square_with_scoreboard true cl_show_clan_in_death_notice true cl_showloadout true cl_teamcounter_playercount_instead_of_avatars true cl_teamid_overhead_colors_show true cl_teamid_overhead_mode 2 cl_teammate_colors_show 2 cq_netgraph_problem_show_auto true hud_scaling 0.75 hud_showtargetid true safezonex 1 safezoney 1 ui_steam_overlay_notification_position bottomright // --------------------------------------------------------------------------------------- // => MISC ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- cl_color 3 cl_dm_buyrandomweapons false cl_join_advertise 2 cl_mute_enemy_team true cl_playerspraydisable true cl_resend 3 con_enable true fps_max 160 fps_max_ui 60 fps_max_tools 60 joystick false lobby_default_privacy_bits2 1 mm_dedicated_search_maxping 20 player_nevershow_communityservermessage 1 r_drawtracers_firstperson false rate 786432 spec_replay_autostart false // HELP x) cl_new_user_phase -1 cl_autohelp false gameinstructor_enable false // --------------------------------------------------------------------------------------- // ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| // --------------------------------------------------------------------------------------- hud_reloadscheme play sounds/ui/item_drop host_writeconfig echo "| autoexec [2/2] |" echo "\---------------------------------------------------------------------------------/"