Compare commits
3 Commits
f8c86a19d2
...
ada2a8b95c
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | ada2a8b95c | |
Nathan McCarty | 2b4dd1b40e | |
Nathan McCarty | 4975af9a4c |
|
@ -101,7 +101,7 @@ bind "F12" "replay_togglereplaytips"
|
||||||
fov_desired "90"
|
fov_desired "90"
|
||||||
viewmodel_fov "90"
|
viewmodel_fov "90"
|
||||||
cl_crosshair_scale 1
|
cl_crosshair_scale 1
|
||||||
cl_interp 0.0152
|
cl_interp 0.0325
|
||||||
cl_updaterate 66
|
cl_updaterate 66
|
||||||
cl_cmdrate 66
|
cl_cmdrate 66
|
||||||
rate 120000
|
rate 120000
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
// Script for setting up a practice server
|
||||||
|
|
||||||
|
// Enable cheats
|
||||||
|
sv_cheats 1
|
||||||
|
|
||||||
|
// Pause the timer
|
||||||
|
ent_fire_team_round_timer pause
|
||||||
|
|
||||||
|
// Freeze the bots
|
||||||
|
bot_dontmove 1
|
||||||
|
|
||||||
|
// Bot binds
|
||||||
|
// kick bots
|
||||||
|
bind "o" "bot_kick all"
|
||||||
|
bind "p" "tf_bot_kick all"
|
||||||
|
// Spawn a bot
|
||||||
|
bind "y" "bot -team blue -teleport"
|
||||||
|
bind "u" "bot -team red -teleport"
|
||||||
|
|
||||||
|
// Refill health and ammo
|
||||||
|
bind "n" "impulse 101"
|
Binary file not shown.
Loading…
Reference in New Issue