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 making

Discussion in 'Server Help' started by Ne3zy, May 19, 2012.

  1. Ne3zy

    Ne3zy Haxor

    Messages:
    308
    Hi, I would like to make a server with all the zombie features, I mean : shops, keg (different types with different radius), day & night, lights, etc...
    But I don't even now how to make a normal server :oops:, I want to host it on my computer for now.
    Thanks :D !
     
  2. Coldkenny

    Coldkenny Drill Rusher

    Messages:
    134
    Ne3zy likes this.
  3. Ne3zy

    Ne3zy Haxor

    Messages:
    308
    Thanks but it don't say how to add zombie features and how to change keg properties
     
  4. Coldkenny

    Coldkenny Drill Rusher

    Messages:
    134
    All in server.preoritetes I think.
     
  5. Creille

    Creille Base Burner

    Messages:
    621
    OK FIRSTLY:
    -enable the ports on your modem :)
    SECONDLY:
    -download JackD's server config tool (this is the easiest way to get a zombie server up)
    THIRDLY:
    -read how to use the config tool
    FOURTHLY:
    -congrats you now have a server :)
     
  6. Ne3zy

    Ne3zy Haxor

    Messages:
    308
    I can't find blue variables ! :(
     
  7. Creille

    Creille Base Burner

    Messages:
    621
  8. Ne3zy

    Ne3zy Haxor

    Messages:
    308
    I just added variables and it works :), where can I find JackD's server config tool (PS: I don't want a zombie server, I want a CTF with zombie features) ?
     
  9. WarrFork

    WarrFork フォーク Donator Tester

    Messages:
    1,412
  10. MCrypa

    MCrypa Haxor

    Messages:
    562
    1.
    Turn on premium only.
    global sv_gold_only = 1; // If set to 1 only premium account players can join (aka Gold Server).

    2.
    Choose zombie mode in Dedicated_Autostart.gm
    // autostart on dedicated server launch


    //set autostartswitch to:
    //0 for CTF
    //1 for TDM
    //2 for Sandbox
    //3 for Zombies
    //4 for RTDM
    // 10 for TEST

    global autostartswitch = 3;

    newWorld( "" );
    switchGameState(0);

    startServer();

    3.
    For custom kegs etc, get "Dat_room.cfg" :3¨
    Got one, but it's very "modded" hurrhurr (Deleted custom kegs etcetc...)

    EDIT:
    I just noticed it was solved... Oh well, no harm in showing anyways :p
     
  11. Ne3zy

    Ne3zy Haxor

    Messages:
    308
    I don't want to make a zombie server, I want a CTF with zombie features, kegs, etc...
    PS : not solved at all
     
  12. MCrypa

    MCrypa Haxor

    Messages:
    562
    Ahhh, okay. I shall show you.

    Step 1.
    Change the location where the gamemode takes its room configs in KAG/Base/Rules/CTF/gamemode.ctf

    coins_heal_cost = 2
    coins_unit_cost = 50

    room_config = Entities/Rooms/CTF_Room.cfg

    To

    coins_heal_cost = 2
    coins_unit_cost = 50

    room_config = Entities/Rooms/Zombie_Room.cfg

    Then start the server!
    YW :)
    Feel free to change the values in the Zombie_Room.cfg if you want to modify something.

    Please be aware:
    You have to have a server working first thou.
    If you don't know, I am willing to help you.
     
  13. Ne3zy

    Ne3zy Haxor

    Messages:
    308
    Thanks resolved
     
    MCrypa likes this.