Skip to content

Commit

Permalink
added ugc ultiduo config
Browse files Browse the repository at this point in the history
  • Loading branch information
callFEELD committed Jun 10, 2022
1 parent 31968e1 commit 1cbcc0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions csm.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// callFEELD's (Competitive) Server Manager
// version 1.0
// version 1.1
//
// https://github.com/callFEELD/CompetitiveServerManager
//
Expand Down Expand Up @@ -38,7 +38,7 @@ alias "csm_etf2l_other_ultiduo" "echo; echo > executing command ...; rcon exec e
alias "csm_etf2l_other_bball" "echo; echo > executing command ...; rcon exec etf2l_bball; say [CSM] executed csm_etf2l_other_bball"
alias "csm_etf2l_other_gc" "echo; echo > executing command ...; rcon exec etf2l_golden_cap; say [CSM] executed csm_etf2l_other_gc"
// Commands for csm_ugc
alias "csm_ugc" "echo;echo;echo > csm_ugc_6s | Group;echo > csm_ugc_hl | Group;echo > csm_ugc_4s | Group;"
alias "csm_ugc" "echo;echo;echo > csm_ugc_6s | Group;echo > csm_ugc_hl | Group;echo > csm_ugc_4s | Group;echo > csm_ugc_other | Group;"
// Commands for csm_ugc_6s
alias "csm_ugc_6s" "echo;echo;echo > csm_ugc_6s_standard;echo > csm_ugc_6s_standard_overtime;echo > csm_ugc_6s_koth;echo > csm_ugc_6s_koth_overtime;echo > csm_ugc_6s_gc;echo > csm_ugc_6s_stopwatch;"
alias "csm_ugc_6s_standard" "echo; echo > executing command ...; rcon exec ugc_6v_standard; say [CSM] executed csm_ugc_6s_standard"
Expand All @@ -61,6 +61,9 @@ alias "csm_ugc_4s_koth" "echo; echo > executing command ...; rcon exec ugc_4v_ko
alias "csm_ugc_4s_koth_overtime" "echo; echo > executing command ...; rcon exec ugc_4v_koth_overtime; say [CSM] executed csm_ugc_4s_koth_overtime"
alias "csm_ugc_4s_gc" "echo; echo > executing command ...; rcon exec ugc_4v_golden; say [CSM] executed csm_ugc_4s_gc"
alias "csm_ugc_4s_stopwatch" "echo; echo > executing command ...; rcon exec ugc_4v_stopwatch; say [CSM] executed csm_ugc_4s_stopwatch"
// Commands for csm_ugc_other
alias "csm_ugc_other" "echo;echo;echo > csm_ugc_other_ultiduo;"
alias "csm_ugc_other_ultiduo" "echo; echo > executing command ...; rcon exec ugc_UD_ultiduo; say [CSM] executed csm_ugc_other_ultiduo"
// Commands for csm_rgl
alias "csm_rgl" "echo;echo;echo > csm_rgl_6s | Group;echo > csm_rgl_hl | Group;echo > csm_rgl_7s | Group;echo > csm_rgl_mm | Group;"
// Commands for csm_rgl_6s
Expand Down

0 comments on commit 1cbcc0b

Please sign in to comment.