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

Loading a "normal" map ?

Discussion in 'General Help' started by kiro, Aug 23, 2011.

  1. kiro

    kiro Garde KAG Donator Tester

    Messages:
    241
    Hi

    If I load a custom map like catacombs.png, how do I load a new one that is generated by the serv ?


    Thanks
     
  2. Furai

    Furai THD Team THD Team Administrator

    Messages:
    3,124
    So, Kiro. You've got in ..KAG\Base\Scripts file called mapcycle.cfg. Edit it to your liking and you'll be able to load maps one after another.

    Also you have to have in dedicated_autostart.gm this line:
    Code:
    LoadMapCycle( "Scripts/mapcycle.cfg" );
    It should run fine.