Counter-Strike 2

Counter-Strike 2

Not enough ratings
Training Teams
By 死亡 Doctor
   
Award
Favorite
Favorited
Unfavorite
Teams
Each card requires certain success from the player. This can lead to a solution being found in any position.

Console teams to simplify the process of sharpening point grenades as much as possible.


Initial Actions
Create a map: open the console, write a map "map name"
We remove the bots: bot_kick
We remove or set the desired value:
mp_warmup_start - start playing
mp_warmuptime 60 (time in seconds) - playing time
mp_warmup_end - finish the play
mp_roundtime 3 (time in minutes) - duration of the round
mp_freezetime 0 (time in seconds) - remove the delay before the start of the round
mp_startmoney 800 (max value - 16 000) - amount of money
mp_restartgame 1 - restart the game
god - immortality
We register the access to the forbidden commands: sv_cheats 1 (sv_cheats 0, if you want to remove the value)

Get a grenade.
give_weapon_smokegrenade - smoke
give_weapon_flashbang - light
give_weapon_hegrenade - fragmentation
give_weapon_incgrenade - incendiary
give_weapon_molotov - Molotov cocktail
give_weapon_decoy - false

Remove the limit on the number of grenades.
ammo_grenade_limit_default 1 - standard value for limiting the number of grenades
ammo_grenade_limit_total 4 - standard value for limiting the total number of grenades
ammo_grenade_limit_flashbang 2 - the standard value for limiting the number of light grenades, as well as others

In order to get the required number of grenades, we change the standard value to whatever we need.
For example: ammo_grenade_limit_default 500

Display line - flight path of a grenade.
sv_grenade_trajectory 1 - turn on the line
sv_grenade_trajectory_time 8 - time after which the line disappears
sv_grenade_trajectory_thickness 0.2 - line thickness - path indicator

Unobstructed movement on the map.
noclip - the ability to pass through walls and move quickly
Assign to a certain key: bind mouse5 noclip (repeated pressing of the hot key - disabling the command).

Lumbago training.
sv_infinite_ammo 1 - unlimited ammo
sv_showimpacts 1 - color of the shooting range (set any value)
sv_showimpacts_penetration 1 - shows the damage that passes through a certain obstacle in the form of a wall, door, etc.

The most convenient way to train.
In order for the question of preparation for training of throwing grenades, as well as lumbago, not to arise constantly, we prescribe commands in a row and assign to a certain key: turn it on after one, turn off the other. It will look like this:

Inclusion: bind "key" "sv_cheats 1; ammo_grenade_limit_total 500; sv_grenade_trajectory 1; sv_grenade_trajectory_time 8; give_weapon_smokegrenade; give_weapon_flashbang; sv_infinite_ammo 1"
Shutdown: bind "key" "sv_cheats 0; ammo_grenade_limit_total 4; ammo_grenade_limit_default 1; sv_showimpacts 0"

Creating maps for bot shooting training
Create any suitable map: open the console - map aim_map_csgo

Required commands
bot_kick
sv_cheats 1
mp_autoteambalance 0
mp_limitteams 0
mp_startmoney 16000
mp_round_restart_delay 0
mp_buytime 3600
mp_freezetime 0
mp_do_warmup_offine 1
mp_do_warmup_period 1
mp_warmuptime 36000
bot_join_after_player 1
bot_quota 19
bot_join_team CT (T)
sv_infinite_ammo 1
mp_restartgame 1
bot_dont_shoot 1 - bots do not shoot
bot_knives_only - boots only with knives
mp_freearmor 0 - boots without bulletproof vests with a helmet
Good luck. I do not forget to rate :)