Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 20:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Serverinfo.py 2010 Client hilfe!

Discussion on Serverinfo.py 2010 Client hilfe! within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2010
Posts: 50
Received Thanks: 1
Question Serverinfo.py 2010 Client hilfe!

Hallo,
ich habe da ich keinen ander 2010 client bekomme, bzw. finde den von "eQauLityMt2"
So ich möchte gern zu meinenm "HamachiServer" connecte.
Ich weiß leider nicht wie ich das genau anstellen soll!
In der "serverinfo.py" die ich aus der root.epk/eix habe steht:
import app
import locale

app.ServerName = None
if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/de"):
STATE_NONE = "NORM"

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

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"World 01 ","ip":"5.203.112.100","tcp_port":13000,"udp_port" :13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.203.112.100", "port":11002, },
}
}

REGION_DICT = {
0 : {
1 : { "name" : "FreakWorldMt2©", "channel" : SERVER01_CHANNEL_DICT, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "5.203.112.100", "tcp_port" : 13001, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/ca"):
STATE_NONE = "NORM"

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

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"5.203.112.100","tcp_port":13000,"udp_port" :13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.203.112.100", "port":11002, },
}
}

REGION_DICT = {
0 : {
1 : { "name" : "ServerName", "channel" : SERVER01_CHANNEL_DICT, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "5.203.112.100", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsTAIWAN():
STATE_NONE = "NORM"

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

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"5.203.112.100","tcp_port":13000,"udp_port" :13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.203.112.100", "port":11002, },
}
}

REGION_DICT = {
0 : {
1 : { "name" : "ServerName", "channel" : SERVER01_CHANNEL_DICT, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "5.203.112.100", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13003, "udp_port" : 13003, }
RoSt1995 is offline  
Old 02/06/2012, 15:18   #2
 
xCaPPo's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 37
Received Thanks: 2
Die "5.203.112.100" einfach durch deine IP ersetzen, wieder packen fertig
xCaPPo is offline  
Old 02/06/2012, 15:49   #3





 
Marcoly's Avatar
 
elite*gold: 0
The Black Market: 1196/3/0
Join Date: May 2011
Posts: 10,932
Received Thanks: 11,779
Quote:
Originally Posted by RoSt1995 View Post
Hallo,
ich habe da ich keinen ander 2010 client bekomme, bzw. finde den von "eQauLityMt2"
So ich möchte gern zu meinenm "HamachiServer" connecte.
Ich weiß leider nicht wie ich das genau anstellen soll!
In der "serverinfo.py" die ich aus der root.epk/eix habe steht:
import app
import locale

app.ServerName = None
if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/de"):
STATE_NONE = "NORM"

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

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"World 01 ","ip":"5.203.112.100","tcp_port":13000,"udp_port" :13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.203.112.100", "port":11002, },
}
}

REGION_DICT = {
0 : {
1 : { "name" : "FreakWorldMt2©", "channel" : SERVER01_CHANNEL_DICT, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "5.203.112.100", "tcp_port" : 13001, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/ca"):
STATE_NONE = "NORM"

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

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"5.203.112.100","tcp_port":13000,"udp_port" :13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.203.112.100", "port":11002, },
}
}

REGION_DICT = {
0 : {
1 : { "name" : "ServerName", "channel" : SERVER01_CHANNEL_DICT, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "5.203.112.100", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsTAIWAN():
STATE_NONE = "NORM"

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

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"5.203.112.100","tcp_port":13000,"udp_port" :13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.203.112.100", "port":11002, },
}
}

REGION_DICT = {
0 : {
1 : { "name" : "ServerName", "channel" : SERVER01_CHANNEL_DICT, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "5.203.112.100", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13003, "udp_port" : 13003, }
Als erstes tauschst Du die IP durch deine aus, danach trägst Du überall
wo "Servername" steht deinen Servernamen ein und zuletzt überprüfst Du
ob die Ports mit den Ports deiner Serverfiles übereinstimmen.

MfG Marco_A
Marcoly is offline  
Reply


Similar Threads Similar Threads
[2010 Client] Serverinfo.py
05/14/2011 - Metin2 Private Server - 5 Replies
Hallo, wolte fragen ob mir jemand helfen kann. Brauche einen Serverinfo.py mit 3 Servern.
[2010 Client] Serverinfo.py
12/27/2010 - Metin2 Private Server - 8 Replies
Hallo Com, habe ne Frage wegen der Serverinfo.py .. Ich verstehe es nicht wo die im liegt
2010 Client Serverinfo
12/25/2010 - Metin2 Private Server - 8 Replies
Moin, also ich habe mir vorhin den 2010er Client geladen und angefangen zu modden habe LoginScreen und soweiter mal ein bisschen geändert nun habe ich eine Frage: Ich habe in der Serverinfo.py die IP geändert nun will ich so eine Art verknüpfung im Clienten haben damit ich die IP auch änderen kann und die root.e** nicht immer
Serverinfo.py Hilfe ! 2010 Client
12/05/2010 - Metin2 Private Server - 0 Replies
Hi leuts hab folgendes problem undzwar hab ich mir heute den 2010 client zugelegt und hab root.epk entpackt um auf meinen server connecten zu können da steht aber fehler beim verbinden mit den server so sieht die serverinfo.py aus: edit: habs selbst gelöst was für ein einfaches problem
2010 Client // Serverinfo.py
11/19/2010 - Metin2 Private Server - 2 Replies
Kann mir jemand die Serverinfo.py für den 2010er Client geben? Bitte mit 2 Channels



All times are GMT +1. The time now is 20:26.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.