1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. 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
  3. 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

How to make a server (step by step)

Discussion in 'Server Help' started by timmiolen, Jul 30, 2012.

  1. timmiolen

    timmiolen Bison Rider
    1. Delta Force - Delta

    Messages:
    99
    My english isnt very good so its realy complicated to understand on that wiki page... :oops:
    like reading a book if you think of something else.
    So can anyone teach me step by step or sust tell me im too stupid :(
     
  2. Froghead48

    Froghead48 Haxor

    Messages:
    703
    Why dont you look around for a page that is in your native language? Otherwise, im not sure how you could learn...
     
  3. timmiolen

    timmiolen Bison Rider
    1. Delta Force - Delta

    Messages:
    99
    i search :thumbs_up:
    </br>--- merged: Jul 30, 2012 7:58 PM ---</br>
    well ... i could use google trantslate but that will make my languige like chinese -_-
    </br>--- merged: Jul 30, 2012 8:14 PM ---</br>
    Yay i got the server working
    ... but i dont know where to change the name :D
    </br>--- merged: Jul 30, 2012 8:16 PM ---</br>
    and how to you join as admin?
     
  4. WarrFork

    WarrFork フォーク Donator Tester

    Messages:
    1,412
    - To change server name:
    KAG/Base/Scripts and open dedicated_autoconfig.gm with Notepad or something like that.
    Find this line: global sv_name = `Server name here`; // Sets the server name displayed in server browser.

    - To join as an admin:
    KAG/Base/Security and open superadmin.cfg again with Notepad or a text editor.
    Add this to 'user =' : timmiolen;

    It's what you should have in superadmin.cfg after (you can clean your and copy/paste this one)
    Code:
    name = Super Admin
    users = timmiolen;
    roles = rcon;
    commands = ALL;
    features = admin_color; always_change_team; ban_immunity; editor; freeze_immunity; join_full; kick_immunity; map_vote; mark_any_team; mark_player; name_mouseover; pingkick_immunity; silent_rcon; skip_votewait; spectator; view_collapses; view_console; view_rcon;
    assign = admin; vip; normal; premium;
    
     
    Vampire and inactive_account like this.
  5. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Don't forget to add the superadmin to your seclevs.cfg at kag/base/security/

    Code:
    levels_active = 1
     
    levels_files = Security/superadmin.cfg; 


    Moving this to the server help section
     
    WarrFork likes this.