DDRace / teeworlds

DEPRECATED - Go to https://github.com/ddnet/ddnet instead!
Other
37 stars 15 forks source link

teamsize #234

Open moukle opened 11 years ago

moukle commented 11 years ago

could u add a command to limit the teamsize (how many ppl can join one team) maybe like sv_max_teamsize x would help me a lot thanks

east commented 11 years ago

You can achieve the same by limiting the number of active players using sv_spectator_slots

moukle commented 11 years ago

if i would want that i could also just use sv_max_clients x

east commented 11 years ago

By reserving spectator slots you are also limiting the number of ingame players. Here an example:

sv_max_clients 16 sv_spectator_slots 8

This config would limit the teamsize to 4 ((16-8)/2) which is what you want?

moukle commented 11 years ago

ah, now i understand u i posted it in wrong label ._. was meant to be in ddrace

sorry any possibility to move it?

east commented 11 years ago

It's on DDRace. Sorry didn't notice that

moukle commented 11 years ago

still looking for an answer

Learath2 commented 11 years ago

@PHACRUM DDRace is most probably going to be totally rewritten in summer. When we are doing that I will implement your idea.