Saturday, September 19, 2015

Tuesday, March 24, 2015

CS:GO Map Callouts (Overviews)

CS:GO Map Callouts (Overviews)

These are the most popular call-outs for all active duty competitive maps in Counter-Strike: Global Offensive.

Please note that we have not made all these call-outs, besides de_mirage – which we made because we had some changes to the call-outs. As soon as we have time, we will update the other call-out overviews with our own changes.

What is map call-outs ?
A map callout, is what you use to describe where on the map you or the enemy is. It is very useful information for your teammates and you should learn all the basic callouts as quickly as possible. When you spot an enemy or die, you callout where it all happened. This way your teammates will know exactly where to look.

Example: you get shot on A site on Mirage, you spot 2 enemies, one in palace and 1 on T ramp. You tell this to your teammates and they now they know the exact location. If you didn’t had any callouts, they could only see it on the radar, which can be very inaccurate.

de_mirage is so far the only map callout layout we have had time to update. All other callouts so far are created by user Froosh (with help of community).



CS:GO Grenade Practice Config

CS:GO Grenade Practice Config

In this guide we will show you some of the most usefull console commands for practicing with different grenades. This includes unlimited ammo, grenade trajectory, show impacts and noclip.

Quick tip: make a config file called nadepractice.cfg and put it in your CS:GO config folder (C:\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg). Copy the commands below to your new config file. Every time you start a server, just type “exec nadepractice.cfg” and you are ready to go.

Lets just get to it, here is the config for anyone interested.

// Config for server
sv_cheats 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
mp_warmup_end
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
mp_limitteams 0
mp_autoteambalance 0
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
mp_restartgame 1

// Bind a key so you can fly around
bind “KEY” “noclip”

// Press this once to get all grenades – replace KEY with desired key.
bind “KEY” “give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov”

// Bot commands
bot_add_t
bot_add_ct
bot_kick
bot_stop

Explanation of commands

sv_cheats 1: enables all commands.
sv_infinite_ammo 1: infinite ammo.
ammo_grenade_limit_total 5: you can have 5 grenades instead of 4.
mp_warmup_end: end warmup.
mp_freezetime 0: no freetime in the beginning of each round.
mp_roundtime 60: round time in minutes.
mp_roundtime_defuse 60: round time in minutes on defuse maps.
sv_grenade_trajectory 1: show a trajectory/line when you throw grenades.
sv_grenade_trajectory_time 10: the time in seconds before the trajectory/line disappears.
sv_showimpacts 1: show bullet impacts (blu/red boxes).
mp_limitteams 0: there is no limit on how many players there can be on one team.
mp_autoteambalance 0: auto team balance turned off.
mp_maxmoney 60000: you can have $60.000 instead of the default $16.000.
mp_startmoney 60000: start the game with $60.000.
mp_buytime 9999: the time in which you are able to buy (in seconds).
mp_buy_anywhere 1: enables you to open buy menu anywhere on the map.
mp_restartgame 1: restarts the game after 1 seconds.
noclip: you can fly and clip though objects.
bot_add_t: add a bot to the terrorist team.
bot_add_ct: add a bot to the counter-terrorist team.
bot_kick: kick all bots.
bot_stop: makes the bot stand still and do nothing.

CS:GO Grenade Practice Config

CS:GO Grenade Practice Config

In this guide we will show you some of the most usefull console commands for practicing with different grenades. This includes unlimited ammo, grenade trajectory, show impacts and noclip.

Quick tip: make a config file called nadepractice.cfg and put it in your CS:GO config folder (C:\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg). Copy the commands below to your new config file. Every time you start a server, just type “exec nadepractice.cfg” and you are ready to go.

Lets just get to it, here is the config for anyone interested.

// Config for server
sv_cheats 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
mp_warmup_end
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
mp_limitteams 0
mp_autoteambalance 0
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
mp_restartgame 1

// Bind a key so you can fly around
bind “KEY” “noclip”

// Press this once to get all grenades – replace KEY with desired key.
bind “KEY” “give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov”

// Bot commands
bot_add_t
bot_add_ct
bot_kick
bot_stop

Explanation of commands

sv_cheats 1: enables all commands.
sv_infinite_ammo 1: infinite ammo.
ammo_grenade_limit_total 5: you can have 5 grenades instead of 4.
mp_warmup_end: end warmup.
mp_freezetime 0: no freetime in the beginning of each round.
mp_roundtime 60: round time in minutes.
mp_roundtime_defuse 60: round time in minutes on defuse maps.
sv_grenade_trajectory 1: show a trajectory/line when you throw grenades.
sv_grenade_trajectory_time 10: the time in seconds before the trajectory/line disappears.
sv_showimpacts 1: show bullet impacts (blu/red boxes).
mp_limitteams 0: there is no limit on how many players there can be on one team.
mp_autoteambalance 0: auto team balance turned off.
mp_maxmoney 60000: you can have $60.000 instead of the default $16.000.
mp_startmoney 60000: start the game with $60.000.
mp_buytime 9999: the time in which you are able to buy (in seconds).
mp_buy_anywhere 1: enables you to open buy menu anywhere on the map.
mp_restartgame 1: restarts the game after 1 seconds.
noclip: you can fly and clip though objects.
bot_add_t: add a bot to the terrorist team.
bot_add_ct: add a bot to the counter-terrorist team.
bot_kick: kick all bots.
bot_stop: makes the bot stand still and do nothing.