vloup / sgfork

Automatically exported from code.google.com/p/sgfork
GNU General Public License v2.0
0 stars 1 forks source link

Callvote NewGame [mapname] [team_1] [team_2] [scorelimit] #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Overall description of the new feature:
What about an option in callvote like (for BR-mode at least):
/callvote NewGame [mapname] [team_1] [team_2] [scorelimit]

when the vote passes, the server does something like this:
$teamname_A = Random([team_1], [team_2]);
if $teamname_A == [team_1] then $teamname_B = [team_2] else $teamname_B = 
[team_2]
/map [mapname]
/teamname_outlaws $teamname_A
/teamname_lawmen $teamname_B
/scorelimit [scorelimit]

this would also solve the issue of determinating who will be 
attacker/defender first
round

Variables to control the new feature:
Callvote?

Which game parts are involved:
binary?
N/A
game?
N/A
cgame?
N/A
ui?
N/A
media?
No

Original issue reported on code.google.com by igorpana...@gmail.com on 23 Aug 2009 at 6:54

GoogleCodeExporter commented 9 years ago
If it possible would be nice to add such option to UI.
But each time when I think of it I see the multiplayer menu %)
That means the solution is somewhere around..

Original comment by igorpana...@gmail.com on 23 Aug 2009 at 6:56