1v1 Tournament?
Moderator: Light
1v1 Tournament?
Do any of you think it would be a fun thing to do a 1v1 spoon or sumo tournament? Get brackets of 32 or even 64 people...Maybe even raise money to go to the winner?
Ideas..
Ideas..
Not sure I'd want to pay money to enter a tournament I know I wouldn't win. Probably would though, sounds like fun.
But I could set up a bookmakers, offering odds on those who've entered.
50/1 Physo to win etc...
1/1 Favourites (off the top of my head - sorry if I missed someone)
meriton, mazuffer, lackadiasical
But I could set up a bookmakers, offering odds on those who've entered.
50/1 Physo to win etc...
1/1 Favourites (off the top of my head - sorry if I missed someone)
meriton, mazuffer, lackadiasical
Yeah, I thought about adding a little server support already. It could even work with an external script; commands could be sent from the players using private messages to themselves The script would read them from the log and do stuff.
You could register with "/msg <self> register <password>", and when two players are online who want to play a tournament match, they could say "/msg <self> match <password>". Everyone else is then kicked off the server or into spectator mode, the match is played and the winner logged.
Fixed brackets are probably the wrong mode, they make it hard to get the right people together for a match. I'd suggest a free form knockout match with the incentive to do matches early:
- Everyone who registers starts at round 1.
- Whenever two participants are online that are in the same round n in the tournament, they can start a match. The winner advances to round n+1, the loser is eliminated.
- The winner of the tournament is the player that has advanced to the highest round after a fixed time, I'd say one month. If that's not a single player, the tournament continues until it is, meaning that the winner of the next match in the highest round will win.
These rules mean that the odd player in each round who does not manage to get a match organized can't advance to the next round and is out. Unless, of course, late entries (which are possible in this setup) come in and advace to his round. That's of course grossly unfair if one round starts with three players. Maybe the odd player of the highest round that has an odd player should be allowed to pull the next lowest odd player into his round, so he gets an opponent to fight against to andvance or get eliminated.
Lacking proper authentication, I'm not too warm about entry fees.
You could register with "/msg <self> register <password>", and when two players are online who want to play a tournament match, they could say "/msg <self> match <password>". Everyone else is then kicked off the server or into spectator mode, the match is played and the winner logged.
Fixed brackets are probably the wrong mode, they make it hard to get the right people together for a match. I'd suggest a free form knockout match with the incentive to do matches early:
- Everyone who registers starts at round 1.
- Whenever two participants are online that are in the same round n in the tournament, they can start a match. The winner advances to round n+1, the loser is eliminated.
- The winner of the tournament is the player that has advanced to the highest round after a fixed time, I'd say one month. If that's not a single player, the tournament continues until it is, meaning that the winner of the next match in the highest round will win.
These rules mean that the odd player in each round who does not manage to get a match organized can't advance to the next round and is out. Unless, of course, late entries (which are possible in this setup) come in and advace to his round. That's of course grossly unfair if one round starts with three players. Maybe the odd player of the highest round that has an odd player should be allowed to pull the next lowest odd player into his round, so he gets an opponent to fight against to andvance or get eliminated.
Lacking proper authentication, I'm not too warm about entry fees.
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6712
- Joined: Thu Dec 18, 2003 7:03 pm
k i wanna set up this tournament...can I get a couple volunteers to help me out?
My msn is gogodsmackgo@hotmail.com
My msn is gogodsmackgo@hotmail.com
If both servers are located on the same physical machine - it might even be possible (easy?) to pass a message to another server for a player to haul ass over to sumo.z-man wrote:You could register with "/msg <self> register <password>", and when two players are online who want to play a tournament match, they could say "/msg <self> match <password>". Everyone else is then kicked off the server or into spectator mode, the match is played and the winner logged.
We were talking on IRC about remote admin on a server and came up with something like
Code: Select all
tail -f ~/armaspool | armagetronad-dedicated &
Which then allowed you to
Code: Select all
echo "say Hello World" > ~/armaspool
The tail method is what I actually use since a few days to give control commands to my servers; it was required to allow both my commands and the commands of the ban shell script to get to the server. Adding the third communication feed would be a breeze, and as long as you have a secure way to allow text messages from one physical server to the other, the game servers don't have to share a machine.
But yeah, it's ugly
But yeah, it's ugly