| 
       # --------------------------------------------------------------------------- 
# 天堂2私服其它伺服器设定 
# --------------------------------------------------------------------------- 
# 这是游戏伺服器需要的伺服器ID 
# 例如: 1 = Bartz 
# 预设: 1 
RequestServerID = 1 
# True = 当伺服器ID被占用时,登入伺服器会自动分配另个ID 
# 预设: True 
AcceptAlternateID = True 
# Datapack root directory. 
# Defaults to current directory from which the server is started unless the below line is uncommented. 
# WARNING: <u><b><font color="red">If the specified path is invalid, it will lead to multiple errors!</font></b></u> 
#Default: . 
DatapackRoot = . 
# 允许多少玩家同时在线上 
# 预设: 100 
MaximumOnlineUsers = 100 
# 允许设定范围内的游戏版本连线 
# 注意:天堂2游戏版本必须设定在伺服器可以支援的版本,以免天堂2私服登陆发生错误! 
# 预设: 267;268;271;273 
AllowedProtocolRevisions = 267;268;271;273 
 
# --------------------------------------------------------------------------- 
# 其它玩家设定 
# --------------------------------------------------------------------------- 
# 玩家命名限制 
# Examples: 
# CnameTemplate = [A-Z][a-z]{3,3}[A-Za-z0-9]* 
# The above setting will allow names with first capital letter, next three small letters, 
# and any letter (case insensitive) or number, like OmfgWTF1 
# CnameTemplate = [A-Z][a-z]* 
# The above setting will allow names only of letters with first one capital, like Omfgwtf 
# 预设 .* (允许所有符号) 
CnameTemplate = .* 
# 宠物命名限制 
# 规则和玩家一样 
PetNameTemplate = .* 
# This setting restricts clan/subpledge names players can set. 
# See CnameTemplate for details 
ClanNameTemplate = .* 
# 每个帐号能创造的角色数量上限 
# 预设: 7 (客户端限制) 
CharMaxNumber = 7 
  
  
      
      (责任编辑:9wtt2) |