pvpgn-server/conf/channel.conf.in

88 lines
7.5 KiB
Text

##############################################################################
# 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 must be formatted like "Lob xx x". #
# Where xx=Game type number and x=channel number. First channel number is 0. #
# For exemple "Lob 18 0" is the first channel for "Tiberian Sun". #
# The proper game type numbers are as follows: #
# - 12 = C&C Renegade channels #
# - 14 = Dune 2000 channels #
# - 16 = Nox channels #
# - 18 = Tiberian Sun channels #
# - 21 = Red Alert 1 channels #
# - 31 = Emperor: Battle for Dune channels #
# - 33 = Red Alert 2 channels #
# - 37 = Nox Quest channels #
# - 41 = Yuri's Revenge channels #
# #
# DO NOT USE game type nubers 38,39 and 40. This numbers are used for #
# Quick match services and are hardcoded in PvPGN. #
# #
# In WOLv1 (Westwood Chat client) are not used "Lob xx x" formated channels. #
# #
# ---special name--- -----short name----- cltag bots- -ops- -log- ctry- realm max -mod-#
"Command n Conqr" "Command n Conqr" WCHT true false false NULL NULL -1 false
"Monopoly" "Monopoly" WCHT true false false NULL NULL -1 false
"Red Alert" "Red Alert" WCHT true false false NULL NULL -1 false
"Renegade-1" "Lob 12 0" RNGD true false false NULL NULL -1 false
"Dune 2000-1" "Lob 14 0" DN2K true false false NULL NULL -1 false
"Nox-1" "Lob 16 0" NOXX true false false NULL NULL -1 false
"Nox-2" "Lob 16 1" NOXX true false false NULL NULL -1 false
"Tiberian Sun-1" "Lob 18 0" TSUN true false false NULL NULL -1 false
"Tiberian Sun-2" "Lob 18 1" TSUN true false false NULL NULL -1 false
"Tiberian Sun-3" "Lob 18 2" TSUN true false false NULL NULL -1 false
"Red Alert-1" "Lob 21 0" RALT true false false NULL NULL -1 false
"Emperor-1" "Lob 31 0" EMPR true false false NULL NULL -1 false
"Emperor-2" "Lob 31 1" EMPR true false false NULL NULL -1 false
"Red Alert 2-1" "Lob 33 0" RAL2 true false false NULL NULL -1 false
"Red Alert 2-2" "Lob 33 1" RAL2 true false false NULL NULL -1 false
"Nox Quest-1" "Lob 37 0" NOXQ true false false NULL NULL -1 false
"Yuri's Revenge-1" "Lob 41 0" YURI true false false NULL NULL -1 false
"Yuri's Revenge-2" "Lob 41 1" YURI true false false NULL NULL -1 false
"Lob 38 0" "Lob 38 0" CHAT true false false NULL NULL -1 false
"Lob 39 0" "Lob 39 0" CHAT true false false NULL NULL -1 false
"Lob 40 0" "Lob 40 0" CHAT true false false NULL NULL -1 false
# #
##############################################################################