1. 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

KAG (Challenge mode) Time limits in .cgf files not corresponding with their respective map

Discussion in 'Server Help' started by JackMcDaniels, Aug 30, 2016.

  1. JackMcDaniels

    JackMcDaniels Haxor

    Messages:
    190
    Are you supposed to only have 1 .cfg file for all your challenge maps?
    For example I want ACHellOrNot.png to have a time limit of 60 minutes, and that is how I have it set in its corresponding .cfg file, however the maps time limit stays at only 30 minutes (the time limit set in the other maps .cfg file)

    Here's how I have it for my challenge/assault course server:
    example.PNG

    Thanks for any assistance ::):
     
  2. mcrifel

    mcrifel Haxor Staff Alumni Tester
    1. MIST

    Messages:
    584
    I am not too educated on this but I will try my best to be off help. The time limit in challenge maps is written in seconds instead minutes so if you want 60 minutes you must have the time limit set to 3600 like this
    Code:
        #seconds
        game_time = 3600
    if that is not the problem than perhaps posting what you have written down might help people decide what is the problem.
     
  3. JackMcDaniels

    JackMcDaniels Haxor

    Messages:
    190
    Maps such as ACChoice etc have a time limit of 1800 secs (30 mins, which is how I want it for that map) and ACHellOrNot is supposed to have a time limit of 3600 secs (60 mins) however ACHell only has a time limit of 30 mins even though I changed it to 60 mins in its corresponding .cfg file.