Skip to content

Commit d1c338c

Browse files
committed
feat: draft of tournament setup
1 parent e8dae3b commit d1c338c

4 files changed

Lines changed: 109 additions & 0 deletions

File tree

19.3 KB
Binary file not shown.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
"Phrases"
2+
{
3+
"tc_set_usage"
4+
{
5+
"#format" "{1:s}"
6+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] Usage: !tc_set{1} <steamid>"
7+
}
8+
9+
"tc_set_success"
10+
{
11+
"#format" "{1:s},{2:s}"
12+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] Set {1} to {2}"
13+
}
14+
15+
"tc_already_recording"
16+
{
17+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] Already recording a demo"
18+
}
19+
20+
"tc_started_recording"
21+
{
22+
"#format" "{1:s}"
23+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] Started recording a demo for {1}"
24+
}
25+
26+
"tc_not_recording"
27+
{
28+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] Not recording a demo"
29+
}
30+
31+
"tc_stopped_recording"
32+
{
33+
"#format" "{1:s}"
34+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] Stopped recording a demo for {1}"
35+
}
36+
37+
"tc_gameover"
38+
{
39+
"#format" "{1:s}"
40+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] Team {1} won the game! Scores has been sent and updated. Thanks for playing!"
41+
}
42+
43+
"tc_roundstart"
44+
{
45+
"#format" "{1:s},{2:s},{3:i}"
46+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] {1} VS {2}, best out of {3} wins the game!"
47+
}
48+
49+
"tc_readyup"
50+
{
51+
"en" "[{#95F3E3}U{#08C4CD}D{#27939D}L{#ffffff}] If the game doesn't start when all teams are ready, unready and ready up again."
52+
}
53+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
sv_tags "dodgeball.tf,udl,dodgeball,tfdb,db"
2+
sv_downloadurl "http://fastdl.udl.tf/"
3+
sv_region "-1"
4+
sv_allowdownload "1"
5+
sv_allowupload "1"
6+
sv_alltalk "1"
7+
sv_voiceenable "1"
8+
sv_pure "0"
9+
sv_allow_votes "0"
10+
sv_allow_wait_command "0"
11+
tf_forced_holiday "8"
12+
tf_birthday_ball_chance "0"
13+
tf_christmas_ball_chance "0"
14+
15+
mp_idledealmethod "0"
16+
mp_autoteambalance "0"
17+
mp_teams_unbalance_limit "0"
18+
19+
// Grahpicsp
20+
decalfrequency "10"
21+
22+
sv_lan 0
23+
host_name_store 1
24+
host_info_show 2
25+
host_players_show 2
26+
sv_stats 1
27+
28+
exec network
29+
exec log
30+
exec plugins
31+
exec sourcetv
32+
exec tourney
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
sm_cvar tf_force_holidays_off "1"
2+
3+
tf_arena_preround_time 8
4+
mp_timelimit "0"
5+
sm_cvar mp_bonusroundtime 5
6+
7+
mp_autoteambalance_delay "0"
8+
mp_autoteambalance_warning_delay "0"
9+
mp_teams_unbalance_limit "0"
10+
mp_highlander "0"
11+
12+
mp_winlimit "10"
13+
tf_flag_caps_per_round "3"
14+
mp_maxrounds "50"
15+
16+
mp_tournament "1"
17+
mp_tournament_allow_non_admin_restart "0"
18+
mp_tournament_readymode "0"
19+
mp_tournament_readymode_countdown "10"
20+
mp_tournament_readymode_min "1"
21+
mp_tournament_readymode_team_size "1"
22+
mp_weaponstay "0"
23+
24+
sv_pausable "1"

0 commit comments

Comments
 (0)