Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
import app
import locale
import debugInfo
CHINA_PORT = 50000
app.ServerName = None
if (locale.IsEUROPE() and app.GetLocalePath()):
STATE_NONE = "ON"
STATE_DICT = {
0 : "ON",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = { #IRON
1:{"key":11,"name":"CH1 ","ip":"IP DEL TUO SERVER","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
2:{"key":11,"name":"CH2 ","ip":"IP DEL TUO SERVER","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "POLAND",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"IP DEL TUO SERVER", "port":11002, }, #IRON
}
}
REGION_DICT = {
0 : {
1 : { "name" : "Iron Metin2", "channel" : SERVER01_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "IP DEL TUO SERVER", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", }, #IRON
}
TESTADDR = { "ip" : "IP DEL TUO SERVER", "tcp_port" : 50000, "udp_port" : 50000, }
REGION_DICT = {
0 : {
1 : { "name" : "Iron Metin2", "channel" : SERVER01_CHANNEL_DICT, },
