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

Server help

Discussion in 'Server Help' started by Derschlact, Jul 1, 2012.

  1. Derschlact

    Derschlact FIRE AT WILL! Donator

    Messages:
    50
    Whenever someone tries to join my self-hosted server, they aren't able to. I tried forwarding all 5 default ports, but the same thing keeps happening. I can join it with direct connect, but nobody else can with the server browser/ direct connect. Anyone, please help. I've checked other related posts, but none of them help me.
    If you can help me, can you also tell me how to make my server gold only? Every time I join my own server, it's always a classic server, with no wood.
     
  2. WarrFork

    WarrFork フォーク Donator Tester

    Messages:
    1,412
    For a gold server;
    - Go in: KAG/Base/Scripts/dedicated_autoconfig.gm
    - Find the line: global sv_gold_only = 0;
    - Switch 0 to 1

    For ports, be sure you have UDP for 50031, 50328, 51308 and TCP for 80 & 443.
    If people still can't join, you should check this line: global sv_ip in dedicated_autoconfig.gm too. Be sure your line is global sv_ip = `0`;
     
  3. Derschlact

    Derschlact FIRE AT WILL! Donator

    Messages:
    50
    I really can't find the line for sv_gold_only in dedicated_autoconfig, why?