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 to make a Map rotation

Discussion in 'Server Help' started by Jezntof, Dec 4, 2011.

  1. Jezntof

    Jezntof Shipwright

    Messages:
    23
    How can I make a map rotation ? What file?

    Please cause When I try to put my custom map, The server Automaticly put the flat map :(

    HELP!
     
  2. trelawney

    trelawney KAG Guard Tester

    Messages:
    771
    First of all you need to locate mapcycle.cfg , at Base/Scripts . The syntax is very strict and you can see an example in the comments (lines starting with # are comments):
    Code:
    # eg. mapcycle = Maps/example1.png; Maps/example2.png; Maps/generator_flat.cfg; Maps/swordfight.gm;
    You have to reference the directory (I suggest you put all your maps in Maps), you also have to make sure everything is case-sensitive (i.e. Example1.png is not the same as example1.png, maps != Maps) and that there's a semicolon ; between the maps you're referencing.