I want to practice throwing nades, etc but cant work out how to set it up. I looked around and created a cfg from a guide but it doesn't work. Can anyone shed some light on how to do it please?
I just type the commands into the console, takes 30 sec
some of these will come in handy. main thing is to enable cheats (sv_cheats 1). All these values can of course be adjusted.
I'd recommend binding noclip on/off to a key so you can follow your nades/smokes once you've thrown them.
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.
sv_grenade_trajectory 1
Show a trajectory when you throw grenades. Especially useful when practicing nades.
sv_grenade_trajectory_time 10
Expands the time where you can see the trajectory to 10 seconds.
sv_showimpacts 1
Show bullet impacts, especially useful when practicing spread control and recoil patterns.
sv_showimpacts_time 10
Expands the time where you can see the impacts to 10 seconds.
either run the commands individually in the console, or add whatever commands you want to execute to a config file (practice.cfg). then type exec practice.cfg into console
Ok cheers, ill try them all out peanuts :thumbsup2: