Discussione [RICHIESTA]Serverinf.py

Stato
Discussione chiusa ad ulteriori risposte.

Xtreme

Utente Gold
23 Novembre 2008
729
118
10
292
qualcuno può gentilmente scrivere il serverinfo.py del client di babau Ty.
 
import app
import locale
import debugInfo

CHINA_PORT = 50000
app.ServerName = None
if (locale.IsEUROPE() and app.GetLocalePath()):
STATE_NONE = "..."

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

SERVER01_CHANNEL_DICT = { #Client Mod By AuRoNs
1:{"key":11,"name":"CH1 ","ip":"119.147.115.32","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
}

REGION_NAME_DICT = {
0 : "POLAND",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"119.147.115.32", "port":11002, }, #Client Mod By AuRoNs

}
}

REGION_DICT = {
0 : {
1 : { "name" : "Client Mod By AuRoNs", "channel" : SERVER01_CHANNEL_DICT, },

},
}

MARKADDR_DICT = {
10 : { "ip" : "119.147.115.32", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", }, #Client Mod By AuRoNs

}

TESTADDR = { "ip" : "210.123.10.153", "tcp_port" : 50000, "udp_port" : 50000, }
 
Stato
Discussione chiusa ad ulteriori risposte.
Indietro
Top Bottom