NucleoidMC / koth

King of the Hill
GNU Lesser General Public License v3.0
0 stars 13 forks source link

Remove instant Overtime on 'Swamp' map #53

Closed moehreag closed 2 years ago

moehreag commented 2 years ago

btw sock won in the first and only test

Restioson commented 2 years ago

Doesn't this make it go into instant overtime by changing the amount of time to 0?

moehreag commented 2 years ago

You may be right. I think I just looked at the wrong configurations for hints how to solve this..

Restioson commented 2 years ago

I'm not sure if there is a fix just from config to remove instant overtime. also, what do you mean by "instant"?

moehreag commented 2 years ago

I'm not sure if there is a fix just from config to remove instant overtime. also, what do you mean by "instant"?

with 'instant' I mean that as soon the game is started, it goes into overtime..

Restioson commented 2 years ago

with 'instant' I mean that as soon the game is started, it goes into overtime..

Sounds like something is misconfigured then

Restioson commented 2 years ago

The "time" property doesn't exist, you're looking for time_limit_secs.

moehreag commented 2 years ago

The "time" property doesn't exist, you're looking for time_limit_secs.

Ok, thanks!