1234567891011121314151617181920212223242526272829 |
- // 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\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\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"
- #endif
-
- sv_motd "$plimit $pl $border $welcome $irc_gate $cts_lbs"
-
- unset welcome
- unset irc_gate
- unset cts_lbs
- unset duel_maps
- unset border
- unset match_info
- unset plimit
- unset pl
|