Hello
I want my friends to play game with me Matin
Through the file "serverinfo"
Here is the contents of the file to when i play when
But what i do to change file so that my friends play with me
I want my friends to play game with me Matin
Through the file "serverinfo"
Here is the contents of the file to when i play when
Code:
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
if locale.IsEUROPE():
STATE_NONE = "...."
STATE_DICT = {
0 : "....",
1 : "عادي",
2 : "BUSY",
3 : "FULL"
}
IgorGlock_serverinfo_Generator = {
1:{"key":11,"name":"Ch1 ","ip":"5.33.233.100","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
2:{"key":12,"name":"Ch2","ip":"5.33.233.100","tcp_port":16000,"udp_port":16000,"state":STATE_NONE,},
3:{"key":13,"name":"Ch3","ip":"5.33.233.100","tcp_port":18000,"udp_port":18000,"state":STATE_NONE,},
4:{"key":14,"name":"Ch4","ip":"5.33.233.100","tcp_port":20000,"udp_port":20000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.33.233.100", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" :"بارق", "channel" : IgorGlock_serverinfo_Generator, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "5.33.233.100", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "5.33.233.100", "tcp_port" : 50000, "udp_port" : 50000, }






