Jump to content

Slindex

Inactive Member
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Slindex

  1. Hello! I did downloaded that serverfiles based on FreeBSD and replaced by Vanilla bd and game core. After that i did downloaded that client and edited serverinfo.py - i did changed ports that are in the server config: PORT: 11002 and PORT: 13000 There is my full serverinfo.py: import app app.ServerName = None STATE_NONE = '...' STATE_DICT = { 0 : '....', 1 : 'NORM', 2 : 'BUSY', 3 : 'FULL' } SERVER1_CHANNEL_DICT = { 1:{'key':11,'name':'CH1 ','ip':'25.2.116.100','tcp_port':13000,'udp_port':13000,'state':STATE_NONE,}, 2:{'key':12,'name':'CH2 ','ip':'25.2.116.100','tcp_port':32000,'udp_port':32000,'state':STATE_NONE,}, 3:{'key':13,'name':'CH3 ','ip':'25.2.116.100','tcp_port':33000,'udp_port':33000,'state':STATE_NONE,}, 4:{'key':14,'name':'CH4 ','ip':'25.2.116.100','tcp_port':34000,'udp_port':34000,'state':STATE_NONE,}, } SERVER2_CHANNEL_DICT = { 1:{'key':11,'name':'CH1 ','ip':'25.2.116.100','tcp_port':31000,'udp_port':31000,'state':STATE_NONE,}, 2:{'key':12,'name':'CH2 ','ip':'25.2.116.100','tcp_port':32000,'udp_port':32000,'state':STATE_NONE,}, 3:{'key':13,'name':'CH3 ','ip':'25.2.116.100','tcp_port':33000,'udp_port':33000,'state':STATE_NONE,}, 4:{'key':14,'name':'CH4 ','ip':'25.2.116.100','tcp_port':34000,'udp_port':34000,'state':STATE_NONE,}, } REGION_NAME_DICT = { 0 : "GERMANY", } REGION_AUTH_SERVER_DICT = { 0 : { 1 : { 'ip':'25.2.116.100', 'port':11002, }, 2 : { 'ip':'25.2.116.100', 'port':41001, }, } } REGION_DICT = { 0 : { 1 : { 'name' : 'ololol', 'channel' : SERVER1_CHANNEL_DICT, }, 2 : { 'name' : 'Test Root', 'channel' : SERVER2_CHANNEL_DICT, }, }, } MARKADDR_DICT = { 10 : { 'ip' : '25.2.116.100', 'tcp_port' : 13000, 'mark' : '10.tga', 'symbol_path' : '10', }, 20 : { 'ip' : '25.2.116.100', 'tcp_port' : 13000, 'mark' : '20.tga', 'symbol_path' : '20', }, } TESTADDR = { 'ip' : '25.2.116.100', 'tcp_port' : 50000, 'udp_port' : 50000, } #DONE So, and when i writing incorrect login and password - client say that login or password are incorrect. But when i writing correctly login and password - client say that error with connecting to server. Any solutions? P.S. Sorry, for my english, i'm from Russia.
  2. Hello everyone! I'm from Russia, sorry for my bad english. I want install Vaniila core on serverfiles from that video and i did replaced db and game core files in that patch: DB: GAME: After server starting it gives me endless errors that repeating every second (maybe often) Who have solution of that trouble or serverfiles that supports vanilla core patching?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.