Updated repo to use docker-compose. Updated debian version due to EOL of previous one

This commit is contained in:
2026-02-13 22:48:45 +01:00
parent 3afac4db07
commit ba052e0576
30 changed files with 487 additions and 1001 deletions

24
roundstart.cfg Normal file
View File

@@ -0,0 +1,24 @@
// Round Start Configuration
// This file is executed at the start of each round
// Display round start message
say "========================================="
say "ROUND STARTING - 15 MINUTE TIMER!"
say "Map: Crossfire"
say "========================================="
// Play round start sound
play "fvox/bell.wav"
// 10 second voice countdown using speak command
wait 300; say "10 seconds until round begins!"; speak "ten"
wait 60; speak "nine"
wait 60; speak "eight"
wait 60; speak "seven"
wait 60; speak "six"
wait 60; speak "five"
wait 60; speak "four"
wait 60; speak "three"
wait 60; speak "two"
wait 60; speak "one"
wait 60; say "FIGHT!"; play "fvox/activated.wav"