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

How can I get goldhunt rule server?

Discussion in 'General Help' started by EvilDragon, Jul 26, 2011.

  1. EvilDragon

    EvilDragon Guest

    I'm administrating server.
    I don't know how can I change game rule (CTF to Goldhunt)
    please let me know that.
     
  2. dnmr

    dnmr Ministry of ban Global Moderator Forum Moderator Donator Tester

    Messages:
    667
    try changing

    LoadRules("Rules/CTF/gamemode.cfg");

    to

    LoadRules("Rules/GoldHunt/gamemode.cfg");


    in \Base\Scripts\dedicated_autostart.gm
     
  3. J4son

    J4son Guest

    I tried doing this on my server and it just resulted in it never starting, but I believe I know why.

    First off, you would do the above. ^

    Then you would want to edit dedicated_autoconfig.gm in the Base\Scripts\ folder mentioned above. All dedicated servers load their configuration from that file by default.

    Change
    global m_generator = `Scripts/generator_ctf_mountain.cfg`; // Map generator file config.
    to
    global m_generator = `Scripts/generator_goldhunt.cfg`; // Map generator file config.

    Then reboot your server. All things considered, it may or may not work.
     
  4. Strech

    Strech KAG Guard Tester

    Messages:
    125
    No, you can run goldhunt with any generator file. Probably you missed some capital letters when specifing the goldhunt rules dir (a is not A and vice versa), btw if the server fails loading something it will print it down in the console...
     
  5. ArcticSquire

    ArcticSquire Shipwright

    Messages:
    7
    how do you edit a .gm file?
     
  6. dwatring

    dwatring KAG Guard Tester

    Messages:
    277
    With Notepad or Notepad++.
     
  7. HA1TER

    HA1TER Shopkeep Stealer

    Messages:
    172
    MM said he will fix something about GoldHunt.I tried and it works,but insted of sacks you have gold blocks.And they are buged...So,wait till nex update?
     
  8. ArcticSquire

    ArcticSquire Shipwright

    Messages:
    7