Forum
How to Make a Good CFG - Printable Version

+- Forum (https://counter-strike.pro/forum)
+-- Forum: GoldSrc Engine (https://counter-strike.pro/forum/forumdisplay.php?fid=1)
+--- Forum: Tutorials (https://counter-strike.pro/forum/forumdisplay.php?fid=2)
+--- Thread: How to Make a Good CFG (/showthread.php?tid=4)



How to Make a Good CFG - marcudaniel1337 - 05-27-2025

Even though I am not a pro player, I can give you a basic CFG that works fine and improves your gaming experience. It's mostly about fps, rates, keyboard shortcuts and mouse sensitivity. The file you need to edit is userconfig.cfg inside cstrike folder.

Code:
// === AIM SETTINGS ===
sensitivity "2.5"
zoom_sensitivity_ratio "1.0"
m_filter "0"
m_customaccel "0"
m_rawinput "1"

// === CROSSHAIR ===
cl_crosshair_size "small"
cl_dynamiccrosshair "0"
cl_crosshair_color "250 250 250"

// === PERFORMANCE ===
fps_max "101"
developer "1"
gl_vsync "0"
cl_showfps "1"

// === NETWORK ===
rate "25000"
cl_cmdrate "101"
cl_updaterate "101"
ex_interp "0.01"
cl_rate "20000"
cl_lc "1"
cl_lw "1"
cl_download_ingame "0"

// === SOUND ===
volume "0.8"
voice_enable "0"
suitvolume "0"

// === BUY BINDS ===
bind "F1" "buy ak47; buy m4a1; buy vesthelm"
bind "F2" "buy awp; buy vesthelm"
bind "F3" "buy deagle"
bind "F4" "buy defuser"
bind "F5" "buy flashbang; buy hegrenade; buy smokegrenade"

// === PRACTICE ===
bind "F6" "bot_add"
bind "F7" "bot_kick"

// === MISC ===
hud_fastswitch "1"
cl_righthand "1"
net_graph "3"
net_graphpos "2"
net_graphwidth "150"

// === EXEC CONFIRM ===
echo "userconfig.cfg loaded successfully"

To enable it type "exec userconfig.cfg" in console. Let me know if I skipped anything!