Huhu epvp
Habe da ein Problem ich habe die Oyun serverfiles und den Marco_A V2 Multiclient runtergeladen, ich habe die serverinfo.py eingestellt
Funtz net, dann habe ich die Surakopf.exe So eingerichtet wie er es im vidio sagt und es kommt
'Lexico:Start again'
Serverinfo.py
Habe da ein Problem ich habe die Oyun serverfiles und den Marco_A V2 Multiclient runtergeladen, ich habe die serverinfo.py eingestellt
Funtz net, dann habe ich die Surakopf.exe So eingerichtet wie er es im vidio sagt und es kommt
'Lexico:Start again'
Serverinfo.py
Quote:
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
##PONG = 1234abcd5678efgh
IP = "5.123.123.123"
##CH1P = 13000
##CH2P = 16000
##AUTHP = 11200
##SERVERNAME = "Servername"
if locale.IsEUROPE():
STATE_NONE = "..."
STATE_DICT = {
0 : "ist offline",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
Server1 = {
1:{"key":11,"name":"CH1","5.59.232.100":IP,"tcp_po rt":13001,"udp_port":13001,"state":STATE_NONE,},
2:{"key":12,"name":"CH2","5.59.232.100":IP,"tcp_po rt":13002,"udp_port":13002,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "5.59.232.100":IP, "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" :"BeispielMt2", "channel" : Server1, },
},
}
MARKADDR_DICT = {
10 : { "5.59.232.100" : IP, "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "5.59.232.100" : IP, "tcp_port" : 15000, "udp_port" : 15000, }