sv_cheats 1; // allow some restricted commands e.g. r_drawviewmodel 1
//-- time
mp_roundtime 60; // set round time to 60 minutes (max value)
mp_timelimit 99999999; // set game time to "unlimited" (huge)
mp_roundtime_deployment 0; // disable "bomb defusal game mode" round time
mp_freezetime 0; // remove countdown before game starts
mp_round_restart_delay 0; // remove countdown before
mp_match_restart_delay 0; // remove countdown before
mp_drop_knife_enable // allow players to drop their knives.
r_drawviewmodel 0; // hide the knife, but leave the crosshair
//-- The main options controlling surf speed
sv_airaccelerate 150; // acceleration while in air (the main option - must be 150)
sv_accelerate 10; // acceleration when walking
sv_maxvelocity 10000; // uncap max velocity
//-- bunny hopping
sv_enablebunnyhopping 1; // enable bunny hopping
sv_autobunnyhopping 1; // enable automatic bunny hopping while holding space
//-- disable stamina
sv_staminamax 0; // the max stamina penalty
sv_staminajumpcost 0; // disable stamina cost from jumping
sv_staminalandcost 0; // disable stamina cost from landing
sv_staminarecoveryrate 0; // disable stamina recovery
sv_accelerate_use_weapon_speed 0; // don't change acceleration based on player weapon
sv_falldamage_scale 0; // disable fall damage
//-- keybinds
bind mouse1 +turnleft; // turn left with left mouse click
bind mouse2 +turnright; // turn right with right mouse click
// This command will restart the game, allowing the CFG settings to be applied
mp_restartgame 0
You’ll need to write this into a file in a specific “cfg” directory of your CS2 installation.
$STEAM_HOME/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/
The vast majority of the console commands seem to be the same! 🎉 This is a log of any differences as I find them.
bind | csgo command | cs2 command |
---|---|---|
turn left | bind mouse1 +left | bind mouse1 +turnleft |
turn right | bind mouse1 +right | bind mouse1 +turnright |