Compare commits

...

3 Commits

Author SHA1 Message Date
Nathan McCarty ada2a8b95c
windows 2023-04-16 20:26:52 -04:00
Nathan McCarty 2b4dd1b40e sounds 2023-04-01 15:06:54 -04:00
Nathan McCarty 4975af9a4c
Practice script 2023-03-28 19:02:54 -04:00
12 changed files with 22 additions and 1 deletions

2
cfg/autoexec.cfg Normal file → Executable file
View File

@ -101,7 +101,7 @@ bind "F12" "replay_togglereplaytips"
fov_desired "90"
viewmodel_fov "90"
cl_crosshair_scale 1
cl_interp 0.0152
cl_interp 0.0325
cl_updaterate 66
cl_cmdrate 66
rate 120000

0
cfg/demoman.cfg Normal file → Executable file
View File

0
cfg/engineer.cfg Normal file → Executable file
View File

0
cfg/heavyweapons.cfg Normal file → Executable file
View File

0
cfg/medic.cfg Normal file → Executable file
View File

21
cfg/practice_server.cfg Executable file
View File

@ -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"

0
cfg/pyro.cfg Normal file → Executable file
View File

0
cfg/scout.cfg Normal file → Executable file
View File

0
cfg/sniper.cfg Normal file → Executable file
View File

0
cfg/soldier.cfg Normal file → Executable file
View File

0
cfg/spy.cfg Normal file → Executable file
View File

Binary file not shown.