wollte fragen wie man den server namen in der exe datei ändern kann.. bei mir steht imma "Server_Name CH1" pls help me!! :handsdown:
MfG hperd;):confused:;)
MfG hperd;):confused:;)
Quote:
oke.. aba wo kann ich die serverinfo.py finden... ^^' und meinste mit client entpacken das "instant server files"?
import app
import locale
app.ServerName = None
if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/de"):
STATE_NONE = "NORM"
STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"218.61.202.113","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"218.61.202.113", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" : "[COLOR="Red"][SIZE="4"]Der ServerName[/SIZE][/COLOR]", "channel" : SERVER01_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "218.61.202.113", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "0.0.0.0", "tcp_port" : 13003, "udp_port" : 13003, }