1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. 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
  3. 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 do you change this?!

Discussion in 'General Help' started by YoungBL, Dec 9, 2012.

  1. YoungBL

    YoungBL Reigning Supreme Donator

    Messages:
    81
    How do you change this for CTF Number to Time?
     
  2. LucasTT

    LucasTT Haxor Tester

    Messages:
    455
    How do you change what?
    Explain better broah :huh?:
     
  3. YoungBL

    YoungBL Reigning Supreme Donator

    Messages:
    81
    Sorry if you dont know what im talking about I had pictures on my laptop but i cant upload it here...?! :(
     
  4. Bammboo

    Bammboo Ballista Bolt Thrower

    Messages:
    298
    He is asking how do you change ctf, from being timed, to being based on lives.
     
  5. YoungBL

    YoungBL Reigning Supreme Donator

    Messages:
    81
    Got the pics working! And yes Bammboo your right thats what im talking about!
    How do you change this: [​IMG] To This: [​IMG]
     
  6. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    first pic at kag/base/rules/*/team1.cfg and kag/base/rules/*/team2.cfg look for unit count.

    2nd image: kag/base/rules/*/gamemode.cfg
    Code:
    # match time formula is = m*(a*sqrt(b*x)) where x = number of players in team; m = map size/difficulty 0.8<=m<=1.2;
        match_time_formula_a = 5
        match_time_formula_b = 3
        match_time_override = 0     # minutes / overrides time formula / 0 unlimited time / -1 don't override
    
    *replace * with the gamemode you're hosting.
     
    UnnamedPlayer likes this.
  7. YoungBL

    YoungBL Reigning Supreme Donator

    Messages:
    81
    Wait... What? :/
     
  8. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    change the unit count to -1.
    Then
    change the variables to the time you like. (you don t have to change it if you dont want to)
     
  9. YoungBL

    YoungBL Reigning Supreme Donator

    Messages:
    81
    Okay got it. Thanks :)