Grunt's personal blog

this is my personal blog for my hacking stuff, my degree stuff, etc

View on GitHub

CS2 AUTOEXEC

settings.gg

// --- CROSSHAIR COMMANDS ---
cl_crosshairstyle 4
cl_crosshairsize 1
cl_crosshairthickness 0.5
cl_crosshairgap -3
cl_crosshair_drawoutline 1
cl_crosshair_outlinethickness 0.5
cl_crosshairdot 0
cl_crosshair_t 0
cl_crosshairusealpha 1
cl_crosshairalpha 255
cl_crosshair_recoil 1
cl_crosshairgap_useweaponvalue 0
cl_crosshaircolor 5

// EXTRAS
cl_crosshair_sniper_width 4
cl_crosshair_friendly_warning 1
hud_showtargetid 1
cl_hud_color 9

// --- Viewmodel Settings ---
// Customize how your weapon is displayed on-screen
viewmodel_presetpos 0
viewmodel_offset_x 0.5
viewmodel_offset_y 0
viewmodel_offset_z -1.5
viewmodel_fov 68
cl_prefer_lefthanded 1

// --- Radar Settings ---
// Configure radar preferences
cl_radar_always_centered "1" // Center radar on player
cl_radar_rotate "1" // Rotate radar
cl_radar_scale "0.3" // Scale of radar

// --- HUD Settings ---
// Heads-Up Display preferences
cl_hud_healthammo_style "1" // Health and ammo style
cl_hud_radar_scale "1.1" // Scale of radar within HUD

// --- Miscellaneous ---
// General gameplay and UI settings
bind "ESCAPE" "cancelselect" // Cancel current action
bind "F3" "autobuy" // Automatically buy preferred weapons
bind "F4" "rebuy" // Re-buy last purchased items
cl_disable_round_end_report "0" // Disable end-of-round report
cl_disablefreezecam "1" // Disable freeze cam
cl_allowdownload "1" // Allow downloading of custom maps/assets
cl_allowupload "1" // Allow uploading of custom files
cl_autowepswitch "0" // Disable auto weapon switch
closeonbuy "0" // Keep buy menu open after purchase

// --- Debug Settings ---
// Options for development and debugging
con_enable "1" // Enable developer console
adsp_debug "0" // Disable advanced sound processing debug
ai_report_task_timings_on_limit "0" // Disable AI timing reports

// --- Graphics Settings ---
// Adjust visual preferences
cl_grass_mip_bias "-0.5" // Improve grass detail
budget_panel_width "512" // Set budget panel width
budget_panel_height "384" // Set budget panel height

// --- Performance Tweaks ---
// Improve game performance
cl_cmdrate "64" // Command rate
cl_updaterate "64" // Update rate
cl_interp_ratio "1" // Interpolation ratio

// --- End of Config ---

echo "############## CFG LOADED ##############"

echo "_________ ___________________  ___.             ________                    __   "
echo "\_   ___ \\_   _____/  _____/  \_ |__ ___.__.  /  _____/______ __ __  _____/  |_ "
echo "/    \  \/ |    __)/   \  ___   | __ <   |  | /   \  __\_  __ \  |  \/    \   __\\"
echo "\     \____|     \ \    \_\  \  | \_\ \___  | \    \_\  \  | \/  |  /   |  \  |  "
echo " \______  /\___  /  \______  /  |___  / ____|  \______  /__|  |____/|___|  /__|  "
echo "        \/     \/          \/       \/\/              \/                 \/      "