Jump to content

aranomah

Miembro
  • Contador contenido

    12
  • Ingreso

  • Última visita

Mensajes publicados por aranomah

  1. que debo hacer ? alguien con exp 

    intento traducir un servidor aleman 

    me tira error log cuando le pongo otro locale (locale/en/locale_game.txt)

    despues de editar eso me salio este nuevo error alguien me ayuda

    Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación.

  2. hace 19 horas, Xhebas dijo:

    en donde dice serverip en la parte de los chanel no le debes colocar nada debes dejarlo tal cual y solo cambiar la ip en esta linea

    ##Variabeln
    serverip = "178.251.228.223"
    authport = 21002
     

     

    import app

    app.ServerName = None

    STATE_NONE = '...'
            
    ##Variabeln
    serverip = "51.75.32.153"
    authport = 21002

    ch1port = 23070
    ch2port = 24070
    ch3port = 25070
    ch4port = 26070
    Servername = "Kuratox3_DEV_Serverfiles"        
    ##Variabeln ENDE
        
    STATE_DICT = {
        0 : '....',
        1 : 'NORM',
        2 : 'BUSY',
        3 : 'FULL'    }

    SERVER1_CHANNEL_DICT = {
        1:{'key':11,'name':'CH1   ','ip': serverip,'tcp_port':ch1port,'udp_port':ch1port,'state':STATE_NONE,},
        2:{'key':12,'name':'CH2   ','ip': serverip,'tcp_port':ch2port,'udp_port':ch2port,'state':STATE_NONE,},
        3:{'key':13,'name':'CH3   ','ip': serverip,'tcp_port':ch3port,'udp_port':ch3port,'state':STATE_NONE,},
        4:{'key':14,'name':'CH4   ','ip': serverip,'tcp_port':ch4port,'udp_port':ch4port,'state':STATE_NONE,},
    }
    REGION_NAME_DICT = {
        0 : 'TAIWAN',
    }

    REGION_AUTH_SERVER_DICT = {
        0 : {
            1 : { 'ip': serverip, 'port':authport, }, 
            
            }    
    }

    REGION_DICT = {
        0 : {
            1 : { 'name' :  Servername, 'channel' : SERVER1_CHANNEL_DICT, },
            },
    }

    MARKADDR_DICT = {
        10 : { 'ip' :  serverip, 'tcp_port' : ch1port, 'mark' : '10.tga', 'symbol_path' : '10', },
        }

    TESTADDR = { 'ip' : serverip, 'tcp_port' : 50000, 'udp_port' : 50000, }

    #DONE
     

     

    gracias funciono

     

  3. me aparece un error 

    LOG

    system.py (line: 273) RunMainScript

    system.py (line: 192) execfile

    system.py (line: 163) Ejecutar

    prototype.py(line:45)<module> -checkmix()

    prototype.py(line:31) checkmix -for f in os.listdir (*.*):

     

    Run - <type 'exceptions.WindowsError'>:[Error 1] Función incorrecta: './*.*'

    Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación.

×
×
  • Crear nuevo...