|
|
@@ -1,22 +1,23 @@ |
|
|
|
// sv_motd.cfg - Sets the Server MOTD |
|
|
|
|
|
|
|
// ^xF6C = February |
|
|
|
// ^x5F5 = March |
|
|
|
// ^xFC2 = April |
|
|
|
// ^x07F = June |
|
|
|
set welcome "\nWelcome to /v/ Xonotic Server, North America Pacific\nCheck for Xonotic threads on /v/ for playing times and upcoming events." |
|
|
|
set welcome "\nWelcome to /v/ Xonotic Server, North America Pacific\nAutomated maintenance occurs per Tuesday @ 4:30 AM PST." |
|
|
|
set irc_gate "\n\n\n^xf00IRC Gateway to QuakeNet #xonotic.na is currently ^x3eeactive\n^7Chats on say_team and tell are not sent to IRC." |
|
|
|
set cts_lbs "\n\nOnline CTS Leaderboards:\nhttp://98.176.82.106:15000/cgi/cts" |
|
|
|
set cts_lbs "\n\nWeb CTS Leaderboards:\nhttp://<serverip>:15000/cgi/cts" |
|
|
|
set duel_maps "\n\n^x07FJune Duel Event Map Pool: Boil, Fuse, Phrantic, Silentsiege, Iron Lung, Mint, Warfare" |
|
|
|
set border "\n_______________________________________\n" |
|
|
|
set match_info "\nCurrent Match Balance: $g_mod_balance" |
|
|
|
set plimit "\n\nActive Player Limits:" |
|
|
|
set pl "N/A" |
|
|
|
|
|
|
|
#ifeq "$g_maxplayers" 2 |
|
|
|
# set pl "Duel" |
|
|
|
#else |
|
|
|
# set pl "N/A" |
|
|
|
#endif |
|
|
|
|
|
|
|
sv_motd "$plimit $pl $border $welcome $irc_gate $cts_lbs $duel_maps" |
|
|
|
sv_motd "$plimit $pl $border $welcome $irc_gate $cts_lbs" |
|
|
|
|
|
|
|
unset welcome |
|
|
|
unset irc_gate |