1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Linux and Windows, dedicated_autoconfig.gm are diffrent ?

Discussion in 'General Help' started by kiro, Aug 24, 2011.

  1. kiro

    kiro Garde KAG Donator Tester

    Messages:
    241
    Hey

    In "dedicated_autoconfig.gm", the global n_master_ip are different

    - The Linux version : "global n_master_ip = `216.66.23.190`;"
    - The Windows version : "global n_master_ip = `78.46.112.151`;"

    Wouldn't that prevent the Linux players from connecting ? I had the problem with my linux dedicated server and had to change the IP manually to 78.46.112.151.

    Bye :)
     
  2. Furai

    Furai THD Team THD Team Administrator

    Messages:
    3,124
    Forwarded it to MM.
     
  3. MM

    MM THD Team THD Team Administrator Global Moderator

    Messages:
    327
    These configs are overruled in config.gm so Linux are able to connect.
     
  4. kiro

    kiro Garde KAG Donator Tester

    Messages:
    241
    Hmm, my config.gm, it's the same as dedicated_autoconfig.gm

    Code:
    //game
    
    global n_master_ip = `216.66.23.190`; // Master server IP address.
    Well anyway if you know that Linux users can connect, it's fine :p

    EDIT : ok you meant it was overide in Windows, nvm I understand now :)