Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 39
» Latest member: nigga
» Forum threads: 31
» Forum posts: 31
Full Statistics
|
Online Users |
There are currently 6 online users. » 0 Member(s) | 6 Guest(s)
|
Latest Threads |
de_sharp
Forum: Maps
Last Post: marcudaniel1337
05-28-2025, 01:53 AM
» Replies: 0
» Views: 21
|
de_harb
Forum: Maps
Last Post: marcudaniel1337
05-28-2025, 01:50 AM
» Replies: 0
» Views: 20
|
awp_avulon
Forum: Maps
Last Post: marcudaniel1337
05-28-2025, 01:47 AM
» Replies: 0
» Views: 19
|
de_verb
Forum: Maps
Last Post: marcudaniel1337
05-28-2025, 01:44 AM
» Replies: 0
» Views: 19
|
de_trim
Forum: Maps
Last Post: marcudaniel1337
05-28-2025, 01:42 AM
» Replies: 0
» Views: 19
|
AWP With Crosshair
Forum: Skins
Last Post: marcudaniel1337
05-28-2025, 01:37 AM
» Replies: 0
» Views: 19
|
ESL | player models
Forum: Skins
Last Post: marcudaniel1337
05-28-2025, 01:34 AM
» Replies: 0
» Views: 20
|
Original Counter-Strike 1...
Forum: Skins
Last Post: marcudaniel1337
05-28-2025, 01:29 AM
» Replies: 0
» Views: 18
|
Modern Warfare Weapon Ani...
Forum: Skins
Last Post: marcudaniel1337
05-28-2025, 01:14 AM
» Replies: 0
» Views: 19
|
CSGO Weapons
Forum: Skins
Last Post: marcudaniel1337
05-28-2025, 01:08 AM
» Replies: 0
» Views: 19
|
|
|
How to Make a Good CFG |
Posted by: marcudaniel1337 - 05-27-2025, 08:06 AM - Forum: Tutorials
- No Replies
|
 |
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!
|
|
|
|