das is die komplette syserrs xD mehr is da nicht und komme nicht rein..
Serverinfo
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
def BuildServerList(orderList):
retMarkAddrDict = {}
retAuthAddrDict = {}
retRegion0 = {}
ridx = 1
for region, auth, mark, channels in orderList:
cidx = 1
channelDict = {}
for channel in channels:
key = ridx * 10 + cidx
channel["key"] = key
channelDict[cidx] = channel
cidx += 1
region["channel"] = channelDict
retRegion0[ridx] = region
retAuthAddrDict[ridx] = auth
retMarkAddrDict[ridx*10] = mark
ridx += 1
return retRegion0, retAuthAddrDict, retMarkAddrDict
app.ServerName = None
if locale.IsEUROPE():
info = {
'MARKADDR':
{
10: {'tcp_port': 13000, 'ip': 'SERVERIP', 'symbol_path': '10', 'mark': '10.tga'},
20: {'tcp_port': 13000, 'ip': 'SERVERIP', 'symbol_path': '20', 'mark': '20.tga'},
30: {'tcp_port': 13030, 'ip': 'SERVERIP', 'symbol_path': '30', 'mark': '30.tga'},
40: {'tcp_port': 13000, 'ip': 'SERVERIP', 'symbol_path': '40', 'mark': '40.tga'},
50: {'tcp_port': 13000, 'ip': 'SERVERIP', 'symbol_path': '50', 'mark': '50.tga'}
},
'GAMEADDR':
{0:
{
1: {'name': 'Servername','channel':{
1: {'state': '...', 'name': 'CH1 ', 'key': 11, 'ip': 'SERVERIP', 'tcp_port': 13000, 'udp_port': 13000}
}},
2: {'name': 'Servername ','channel':{
1: {'state': '...', 'name': 'CH1 ', 'key': 21, 'ip': 'SERVERIP', 'tcp_port': 13000, 'udp_port': 13000}
}},
}
},
'NAME': { 0: 'GERMANY' },
'AUTHADDR':
{ 0: {
1: {'ip': 'SERVERIP', 'port': 11002},
2: {'ip': 'SERVERIP', 'port': 11002},
3: {'ip': 'SERVERIP', 'port': 11002},
4: {'ip': 'SERVERIP', 'port': 11002},
5: {'ip': 'SERVERIP', 'port': 11002}
} }
}
STATE_NONE = "..."
STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
REGION_NAME_DICT = info["NAME"]
REGION_AUTH_SERVER_DICT = info["AUTHADDR"]
REGION_DICT = info["GAMEADDR"]
MARKADDR_DICT = info["MARKADDR"]
Ich weiß die is ein bisschen unnötig mit 2 Servern und so mache ich wenn ich überhaupt mal reinkomme >,<
Client müsste eigentlich gehen da jmd anderes den client auch benutzt und auf seinen Server kommt..ich gucke gleich mal wegenden Pong vllt liegts daran :O