Csgo_banner

Useful Console Tricks And Scripts


On today's /r/GlobalOffensive there's a very nice post that motivated me to actually start a blog and create a summary of whatever useful tricks and lifehacks for CS:GO I come across.

My first entry is going to be about examples of useful console commands, scripts and settings you can use to enhance your gameplay experience.

I'd like to point out that I'm merely summarizing all the helpful posts I came across on Reddit. You can go there yourself and read through the posts if you want.

First of all, here's a short tutorial of the basics. If you're completely new to configs and scripts I'd recommend to read it before going on.

Alright, here we go.




(Most have to be pasted in autoexec.cfg, for others you can create a .cfg that you execute ingame)

If you don't have a perfect connection with server (packet loss or chokes)
  • Write cl_interp_ratio 2 in console.

How to be afk and not get kicked (Please only do that if you're playing with a blatant hacker)
  • +left or +right in console. -left or -right to cancel.

How to see which map you found in MM

(You need to be Lobby Leader.)
  • developer "1"
  • con_filter_enable "2"
  • con_filter_text "game:map"

How to change radar zoom levels
  • bind "KEY" "incrementvar cl_radar_scale 0.2 0.5 0.05"

How to start warmup when you're playing with bots offline
  • mp_do_warmup_offine 1
  • mp_warmup_start 1

You can throw your nades by 3 ways, not 2
  • LMB+RMB to throw nade at average distance

Disconnect with one button OR short command
  • bind "KEY" "disconnect"
  • alias "dc" "disconnect"

Show net_graph when TAB is pressed
  • alias "+scorenet" "+showscores; net_graphheight 0"
  • alias "-scorenet" "-showscores; net_graphheight 9999"
  • bind "TAB" "+scorenet"

Use arrow keys to buy grenades
  • bind "UPARROW" "buy hegrenade"
  • bind "LEFTARROW" "buy flashbang"
  • bind "DOWNARROW" "buy smokegrenade"
  • bind "RIGHTARROW" "buy molotov;incendiary"

Fast forward and pause in a demo
  • alias +demospeed "demo_timescale 4"
  • alias -demospeed "demo_timescale 1"
  • bind "KEY" "+demospeed"
  • bind "KEY" "demo_timescale 0"

Show loadout when KEY is pressed (will be hidden afterwards)
  • alias "+showload" "show_loadout_toggle"
  • alias "-showload" "show_loadout_toggle"
  • bind "KEY" "+showload" (bind ingame if it doesn't work with autoexec)

Disable intro video
  • -novid
Put this as a startparameter, you can find it here:



Doesn't freeze your deathcam anymore
  • cl_disablefreezecam 1

Show console output for player damage given/taken in top left corner

// Display Damage \\
developer "1"
con_enable "1"
con_filter_enable "2"
con_filter_text "Damage"
con_filter_text_out Player:

Example:







A really neat autoexec.cfg by /u/ocean6_


(I'll just paste the relevant part, make sure to check out his original post here)


BEFORE WE START: Make sure to remove my personal settings (sectioned off at the bottom) - it's easy - read more below!
CURRENT VERSION: (May 3rd 2015)

YouTube video: http://youtu.be/GKXssUOxnHY
Steam Group Page: http://steamcommunity.com/groups/ocean6autoexec

Features
  • Once installed, an organized text-based menu will be displayed in your console, so you can see which commands are available for you to use
  • Console Shortcuts (ie: instead of typing give weapon_awp in a practice server, just type 'awp' -or- instead of remembering mp_solid_teammates 0, just type collisions and I've set up a toggle for you)
  • Pre-loads settings that are great to practice with... Don't like them? Quickly change them with the Console Shortcuts!
  • Pre-loads settings that will make you a better, more aware teammate (turns off the freezecam and adds another bomb icon for you, etc)
  • List of Crosshairs that the pros use, and you can choose from them!
  • Gives you Tips from the pros to make you a better player by typing Tips in the console
  • Advanced Aliases (like +creep, +bombfind, +jumpthrow) you'll read about later
  • Aliases for Map Strats (which you can set up to be automatically bound to certain keys)
  • Commented command lines, so you can go through and tweak/change at your preference to make it your own
  • A mostly organized, thought-out .cfg file that's easy to upgrade and easy to make your own
  • ...and others...
Installation
  • Click this link to pastebin: http://www.pastebin.com/ruGQkQPX
  • Copy + Paste everything you see below into a blank notepad file.
  • WARNING: Strongly consider removing the my binds & personal settings from this config, they are sectioned off at the very bottom! You'll see how it's sectioned off... it looks like this...
  • I dont want you to rebind your keys by accident! You may remove what's below the giant block of /'s.
  • Save the file as 'autoexec.cfg' in the \Counter-Strike Global Offensive\csgo\cfg folder.