Compare commits
No commits in common. "ada2a8b95c900accbaf11388bfa05a9041ff3614" and "f8c86a19d29942f0914bf0e1775af36a56924f64" have entirely different histories.
ada2a8b95c
...
f8c86a19d2
|
@ -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.0325
|
cl_interp 0.0152
|
||||||
cl_updaterate 66
|
cl_updaterate 66
|
||||||
cl_cmdrate 66
|
cl_cmdrate 66
|
||||||
rate 120000
|
rate 120000
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
// 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