pvpgn-server/pvpgn/conf/channel.conf

68 lines
5 KiB
Text
Raw Normal View History

##############################################################################
# channel.list - Configuration for permanent channels #
#----------------------------------------------------------------------------#
# #
# These are the channels to create when the server starts up. This file does #
# not change the channel that the client requests when it logs in, but it #
# can be used to give that channel a different "official" name. #
# #
# Quotes (") are required around the strings, but they are not allowed #
# inside them. An unquoted NULL means there is no entry for that position. #
# #
# NONE for special name means to use the format "shortname-ctry num realm" #
# e.g. "D2CS-Starcraft USA-1" #
# NULL for country creates non-country specific channels. #
# -1 for max sets no limit to the number of users allowed in the channel #
# #
# ---special name--- -----short name----- cltag bots- -ops- -log- ctry- realm max -mod-#
"The Void" "The Void" NULL true false false NULL NULL -1 true
NONE "Starcraft" STAR true false false NULL NULL -1 false
NONE "Brood War" SEXP true false false NULL NULL -1 false
NONE "Starcraft Shareware" SSHR true false false NULL NULL -1 false
NONE "Diablo Retail" DRTL true false false NULL NULL -1 false
NONE "War2BNE" W2BN true false false NULL NULL -1 false
NONE "Diablo II" D2DV true false false NULL NULL -1 false
NONE "Diablo II" D2XP true false false NULL NULL -1 false
"Warcraft 3 Frozen Throne" "W3" W3XP true false false NULL NULL -1 false
"Warcraft 3" "W3" WAR3 true false false NULL NULL -1 false
"Human Castle" "W3" W3XP true false false NULL NULL -1 false
"Orc Stronghold" "W3" W3XP true false false NULL NULL -1 false
"Undead Necropolis" "W3" W3XP true false false NULL NULL -1 false
"Night Elf Tree of Life" "W3" W3XP true false false NULL NULL -1 false
"Dragon Roost" "W3" W3XP true false false NULL NULL -1 false
"Human Castle" "W3" WAR3 true false false NULL NULL -1 false
"Orc Stronghold" "W3" WAR3 true false false NULL NULL -1 false
"Undead Necropolis" "W3" WAR3 true false false NULL NULL -1 false
"Night Elf Tree of Life" "W3" WAR3 true false false NULL NULL -1 false
"Dragon Roost" "W3" WAR3 true false false NULL NULL -1 false
"Chat" "Chat" CHAT true false false NULL NULL -1 false
"Backstage" "Backstage" NULL true false false NULL NULL 0 false
"Moderated Support" "Support" NULL true false false NULL NULL -1 true
# #
##############################################################################
##############################################################################
# Westwood Online Channels #
#----------------------------------------------------------------------------#
# Note: The Westwood channels should be formatted like this! Do not set the last number above 5.
# The proper game type numbers are as follows:
# - 18 = Tiberian Sun game channels
# - 21 = Red alert 1 channels
# - 33 = Red alert 2 channels
# - 41 = Yuri's Revenge
#
##### Tiberian Sun Support #####################################################################################
"Lob 18 0" "GDI Barracks" WWOL false false false NULL NULL -1 false
"Lob 18 1" "NOD Barracks" WWOL false false false NULL NULL -1 false
"Lob 18 2" "GDI Comm. Center" WWOL false false false NULL NULL -1 false
##### Red Alert 2 Support ######################################################################################
"Lob 33 0" "USA Command" CHAT false false false NULL NULL -1 false
"Lob 33 1" "Korean Bunker" CHAT false false false NULL NULL -1 false
##### Yuri's Revenge Support ###################################################################################
"Lob 41 0" "Unknown" CHAT false false false NULL NULL -1 false
"Lob 41 1" "Unknown" CHAT false false false NULL NULL -1 false
# #
##############################################################################