CH1,2,3. . .

10/18/2010 11:01 matheusbalan#1
Olá, alguém sabe como adicionar CH1, 2.3 ... no meu servidor?
existe algum tutorial?
Eu sou novo no forum ...
Obrigado

[Only registered and activated users can see links. Click Here To Register...]
-------------

Hello, does anyone know how to add CH1, 2.3 ... on my server?
is there any guide?
I am new to the forum...
Thanks
10/18/2010 11:18 enzo212#2
Oi, se você acha que tem esse lado do cliente apenas para escrever para o Serverinfo.py e modificar com o ip do servidor de nome que eu ainda estou procurando e depois editá-lo.

uma saudação amigável (MFG)



import app
import locale
import debugInfo

CHINA_PORT = 50000

app.ServerName = None

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

STATE_DICT = {
0 : "....",
1 : "normal",
2 : "belebt",
3 : "voll"
}

IgorGlock_serverinfo_Generator = {
1:{"key":11,"name":"Channel 1","ip":"0.0.0.0","tcp_port":13000,"udp_port":1 300 0,"state":STATE_NONE,},
2:{"key":12,"name":"Channel 2","ip":"0.0.0.0","tcp_port":16000,"udp_port":1 600 0,"state":STATE_NONE,},
3:{"key":13,"name":"Channel 3","ip":"0.0.0.0","tcp_port":18000,"udp_port":1 800 0,"state":STATE_NONE,},
4:{"key":14,"name":"Channel 4","ip":"0.0.0.0","tcp_port":20000,"udp_port":2 000 0,"state":STATE_NONE,},
}

IgorGlock_serverinfo_Generator2 = {
1:{"key":21,"name":"Channel 1","ip":"0.0.0.0","tcp_port":13000,"udp_port":1 300 0,"state":STATE_NONE,},
2:{"key":22,"name":"Channel 2","ip":"0.0.0.0","tcp_port":16000,"udp_port":1 600 0,"state":STATE_NONE,},
3:{"key":23,"name":"Channel 3","ip":"0.0.0.0","tcp_port":18000,"udp_port":1 800 0,"state":STATE_NONE,},
4:{"key":24,"name":"Channel 4","ip":"0.0.0.0","tcp_port":20000,"udp_port":2 000 0,"state":STATE_NONE,},
}

REGION_NAME_DICT = {
0 : "GERMANY",
}

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

REGION_DICT = {
0 : {
1 : { "name" : "Hamachi IP", "channel" : IgorGlock_serverinfo_Generator, },
2 : { "name" : "Hamachi IP", "channel" : IgorGlock_serverinfo_Generator2, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "0.0.0.0", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
20 : { "ip" : "0.0.0.0", "tcp_port" : 13000, "mark" : "20.tga", "symbol_path" : "20", },


}

TESTADDR = { "ip" : "127.0.0.0", "tcp_port" : 50000, "udp_port" : 50000, }
10/18/2010 11:21 matheusbalan#3
não no client.. no servidor... CH1..CH2..CH3...
exemplo
Metin1
Metin2
Metin3
---
not the client .. on the server ... CH1 .. CH2 CH3 ... ..
example
Metin1
Metin2
Metin3
10/18/2010 11:29 enzo212#4
ok aqui outra vez eu encontrei o que você postar diretamente para a discussão toda espero que possa ajudar a fazer


[Only registered and activated users can see links. Click Here To Register...]