Jump to content

Fureneshi

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Fureneshi


  1. I'm trying to make a connection via lan. I've seen several sites about, and also tutorials, but I couldn't understand how it should be done.

     

    There are two computers, one will act as a server and the other as a client, I edited it this way;

     

    server ip = 192.168.1.3

    cliente ip =192.168.1.5 

     

    The server computer;

     

    char-server.conf
    
    	inter: {
    		login_ip: "192.168.1.3"
    		login_port: 6900
    
    		char_ip: "192.168.1.3"
    		char_port: 6121
    	}
    map-server.conf
    
    inter: {
            char_ip: "192.168.1.3"
            char_port: 6121
    
    
            map_ip: "192.168.1.3"
            map_port: 5121
        }

     

    the client computer;

    char-server.conf
    
    	inter: {
    		login_ip: "192.168.1.5"
    		login_port: 6900
    
    		char_ip: "192.168.1.5"
    		char_port: 6121
    	}
    map-server.conf
    
    inter: {
            char_ip: "192.168.1.3"
            char_port: 6121
    
    
            map_ip: "192.168.1.3"
            map_port: 5121
        }

     

    Both connect, but do not appear to each other.

    Does anyone have any idea how to fix?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.