You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Flask server as an interface to control tf2 servers. Added RGL, UGC and ETF2L config. Added all maps on Fakkelbrigade.eu. Created script to automatically load all map names
echo "Loaded callFEELD's (Competitive) Server Manager.";
6
+
7
+
alias "csm""echo [CSM] IMPORTANT: before you can use the commands please enter the rcon password.; echo Type...; echo rcon_password RCON_PASSOWRD; echo; echo -------------------; echo csm_help -> shows you the commands;"
8
+
9
+
// CSM_HELP
10
+
alias "csm_help""echo ; echo ; echo callFEELD's (Competitive) Server Manager; echo v0.1; echo Check out the changelog and possible new versions on GitHub - github.com/callFEELD/CompetitiveServerManager; echo; echo Commands:; echo; echo csm_enable; echo; echo csm_disable; echo; echo csm_reload_tournament; echo; echo csm_etf2l; echo; echo csm_ugc; echo; echo Write one of the commands into the console again to see more details.;"
alias "csm_etf2l_6""echo [CSM] Available ETF2L 6v6 configs; echo; echo csm_etf2l_6_5cp; echo; echo csm_etf2l_6_koth; echo; echo csm_etf2l_6_ctf; echo; echo csm_etf2l_6_stopwatch;"
29
+
30
+
alias "csm_etf2l_6_5cp""csm_t_config; rcon exec etf2l_6v6_5cp; say [CSM] executed csm_etf2l_6_5cp;"
31
+
alias "csm_etf2l_6_koth""csm_t_config; rcon exec etf2l_6v6_koth; say [CSM] executed csm_etf2l_6_koth;"
32
+
alias "csm_etf2l_6_ctf""csm_t_config; rcon exec etf2l_6v6_ctf; say [CSM] executed csm_etf2l_6_ctf;"
33
+
alias "csm_etf2l_6_stopwatch""csm_t_config; rcon exec etf2l_6v6_stopwatch; say [CSM] executed csm_etf2l_6_stopwatch;"
34
+
35
+
//9v9 ETF2L
36
+
alias "csm_etf2l_9""echo [CSM] Available ETF2L 9v9 configs; echo; echo csm_etf2l_9_5cp; echo; echo csm_etf2l_9_koth; echo; echo csm_etf2l_9_ctf; echo; echo csm_etf2l_9_stopwatch;"
37
+
38
+
alias "csm_etf2l_9_5cp""csm_t_config; rcon exec etf2l_9v9_5cp; say [CSM] executed csm_etf2l_9_5cp;"
39
+
alias "csm_etf2l_9_koth""csm_t_config; rcon exec etf2l_9v9_koth; say [CSM] executed csm_etf2l_9_koth;"
40
+
alias "csm_etf2l_9_ctf""csm_t_config; rcon exec etf2l_9v9_ctf; say [CSM] executed csm_etf2l_9_ctf;"
41
+
alias "csm_etf2l_9_stopwatch""csm_t_config; rcon exec etf2l_9v9_stopwatch; say [CSM] executed csm_etf2l_9_stopwatch;"
42
+
43
+
//Other ETF2L
44
+
alias "csm_etf2l_ultiduo""csm_t_config; rcon exec etf2l_ultiduo; say [CSM] executed csm_etf2l_ultiduo;"
45
+
alias "csm_etf2l_bball""csm_t_config; rcon exec etf2l_bball; say [CSM] executed csm_etf2l_bball;"
46
+
alias "csm_etf2l_goldencap""csm_t_config; rcon exec etf2l_golden_cap; say [CSM] executed csm_etf2l_goldencap;"
47
+
48
+
49
+
// loading UGC aliases
50
+
alias "csm_ugc""echo [CSM] Available UGC configs; echo; echo csm_ugc_4; echo; echo csm_ugc_6; echo; echo csm_ugc_9;"
51
+
//4v4 UGC
52
+
alias "csm_ugc_4""echo [CSM] Available UGC 4v4 configs; echo; echo csm_ugc_4_standard; echo; echo csm_ugc_4_standard_overtime; echo; echo csm_ugc_4_koth; echo; echo csm_ugc_4_koth_overtime; echo; echo csm_ugc_4_goldencap; echo; echo csm_ugc_4_stopwatch;"
53
+
54
+
alias "csm_ugc_4_standard""csm_t_config; rcon exec ugc_4v_standard; say [CSM] executed csm_ugc_4_standard;"
55
+
alias "csm_ugc_4_standard_overtime""csm_t_config; rcon exec ugc_4v_standard_overtime; say [CSM] executed csm_ugc_4_standard_overtime;"
56
+
alias "csm_ugc_4_koth""csm_t_config; rcon exec ugc_4v_koth; say [CSM] executed csm_ugc_4_koth;"
57
+
alias "csm_ugc_4_koth_overtime""csm_t_config; rcon exec ugc_4v_koth_overtime; say [CSM] executed csm_ugc_4_koth_overtime;"
58
+
alias "csm_ugc_4_goldencap""csm_t_config; rcon exec ugc_4v_golden; say [CSM] executed csm_ugc_4_goldencap;"
59
+
alias "csm_ugc_4_stopwatch""csm_t_config; rcon exec ugc_4v_stopwatch; say [CSM] executed csm_ugc_4_stopwatch;"
60
+
61
+
//6v6 UGC
62
+
alias "csm_ugc_6""echo [CSM] Available UGC 6v6 configs; echo; echo csm_ugc_6_standard; echo; echo csm_ugc_6_standard_overtime; echo; echo csm_ugc_6_koth; echo; echo csm_ugc_6_koth_overtime; echo; echo csm_ugc_6_goldencap; echo; echo csm_ugc_6_stopwatch;"
63
+
64
+
alias "csm_ugc_6_standard""csm_t_config; rcon exec ugc_6v_standard; say [CSM] executed csm_ugc_6_standard;"
65
+
alias "csm_ugc_6_standard_overtime""csm_t_config; rcon exec ugc_6v_standard_overtime; say [CSM] executed csm_ugc_6_standard_overtime;"
66
+
alias "csm_ugc_6_koth""csm_t_config; rcon exec ugc_6v_koth; say [CSM] executed csm_ugc_6_koth;"
67
+
alias "csm_ugc_6_koth_overtime""csm_t_config; rcon exec ugc_6v_koth_overtime; say [CSM] executed csm_ugc_6_koth_overtime;"
68
+
alias "csm_ugc_6_goldencap""csm_t_config; rcon exec ugc_6v_golden; say [CSM] executed csm_ugc_6_goldencap;"
69
+
alias "csm_ugc_6_stopwatch""csm_t_config; rcon exec ugc_6v_stopwatch; say [CSM] executed csm_ugc_6_stopwatch;"
70
+
71
+
//9v9 UGC
72
+
alias "csm_ugc_9""echo [CSM] Available UGC 9v9 configs; echo; echo csm_ugc_9_standard; echo; echo csm_ugc_9_koth; echo; echo csm_ugc_9_ctf; echo; echo csm_ugc_9_stopwatch;"
73
+
74
+
alias "csm_ugc_9_standard""csm_t_config; rcon exec ugc_HL_standard; say [CSM] executed csm_ugc_9_standard;"
75
+
alias "csm_ugc_9_koth""csm_t_config; rcon exec ugc_HL_koth; say [CSM] executed csm_ugc_9_koth;"
76
+
alias "csm_ugc_9_ctf""csm_t_config; rcon exec ugc_HL_ctf; say [CSM] executed csm_ugc_9_ctf;"
77
+
alias "csm_ugc_9_stopwatch""csm_t_config; rcon exec ugc_HL_stopwatch; say [CSM] executed csm_ugc_9_stopwatch;"
78
+
79
+
80
+
// Enable/Disable SOAP DM Mod
81
+
alias "csm_disable_dmmod""echo [CSM] Disabling SOAP DM Mod on the server...; rcon sm plugins unload soap_tf2dm; csm_reload_tournament; say [CSM] disabled SOAP DM Mod;"
82
+
alias "csm_enable_dmmod""echo [CSM] Enabling SOAP DM Mod on the server...; rcon sm plugins load soap_tf2dm; csm_reload_tournament; say [CSM] enabled SOAP DM Mod;"
0 commit comments