Jocelyn
bob
 
 
sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_ignore_round_win_conditions 1
mp_freezetime 0
mp_restartgame 1
mp_warmup_end

Next, we will add some of the 'cheat' commands that will make it easier to practice:

bind "n" "noclip"
god
sv_infinite_ammo 2

Practicing With Grenades

//equips all the grenades
ammo_grenade_limit_total 6
give weapon_flashbang
give weapon_hegrenade
give weapon_smokegrenade
give weapon_molotov
give weapon_decoygrenade

//shows grenade paths
sv_grenade_trajectory 1
sv_grenade_trajectory_dash 1

Bots 1

//kicks the bots, adds one to the counter terrorists and makes it stand still
bot_kick
bot_add_ct
bot_add_ct //written twice due to a bug in the game
mp_restartgame 1
god //repeated here as restarting the game deactivates the command
bot_stop 1
bot_chatter off

//binds the keys I,O and P to control the bot
bind "p" "bot_place"
bind "o" "toggle bot_mimic"
bind "i" "toggle bot_crouch"

Pressing 'p' will place a bot in front of you, 'o' will toggle the bot copying everything you do, and 'i' will toggle the bot crouching.

As the previous commands require the match to restart, we will tackle two issues at once by making a bind to give ourselves the grenades back, as well as an AK-47 by pressing '0':

bind "0" "give weapon_ak47; give weapon_flashbang; give weapon_hegrenade; give weapon_smokegrenade; give weapon_molotov; give weapon_decoygrenade"

Bots 2

Instead of being able to place bots around the map, we can spawn them into common positions and use them to practice checking angles:

//kicks the bots, and adds 5 to the counter terrorists, as well as preventing them from moving
bot_kick
mp_respawn_on_death_ct 1
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct

bot_stop 1
bot_chatter off

The following commands set bot positions around A Long on Dust 2. You can customise these for whichever map and location you want the bots to spawn:

setpos_player 2 1300.00 1200.00 100.00
setpos_player 3 1250.00 1200.00 100.00
setpos_player 4 1460.00 950.00 100.00
setpos_player 5 920.00 1200.00 100.00
setpos_player 6 1337.00 1000.00 100.00
setpos_player 7 1100.00 1200.00 100.00
setpos_player 8 1600.00 800.00 100.00
setpos_player 9 1000.00 1000.00 100.00
setpos_player 10 1000.00 700.00 100.00

I have used more than 5 positions as this allows bots to alternate the positions.

Bots 3

This method is a combination of the two previous ones. This will make bots respawn repeatedly in ct base, but will allow you to control them like in the first method:

//kicks the bots, and adds 5 to the counter terrorists, as well as preventing them from moving
bot_kick
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct
bot_add_ct

bot_stop 1
bot_chatter off

//allows bots to respawn on death
mp_respawn_on_death_ct 1

//binds the keys I,O and P to control the bot
bind "p" "bot_place"
bind "o" "toggle bot_mimic"
bind "i" "toggle bot_crouch"

Again, pressing 'p' will place a bot in front of you, 'o' will toggle the bot copying everything you do, and 'i' will toggle the bot crouching.
Currently Offline
Comments
Baltmaizite 7 Mar @ 9:38am 
+ REP big shlong