Request: Feature; Game duration displayed on server screen
Josef K
Join Date: 2012-12-31 Member: 176829Members
On the 'Play' screen (server list) it would be helpful to have the duration of the current game listed.
I dislike joining in the middle of games, especially when the team is hopelessly behind, which is usually the case as these servers usually have people that have left to leave room room for my joining. I would prefer to have the ability to join games that have only just begun
I dislike joining in the middle of games, especially when the team is hopelessly behind, which is usually the case as these servers usually have people that have left to leave room room for my joining. I would prefer to have the ability to join games that have only just begun
Comments
Marines #CC < 2 AND Onos >= 1
-> set GG to 2 min
Aliens #Hives < 2 AND EXO >= 1
-> set GG to 2 min
Kouji_San joins team
-> set GG in favour of Kouji_San's team
I especially like the last one, should be a feature!
pseudocode:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->OnRoundStart() roundstarttime = currenttime end
-- id, value, receivetime
OnRoundEnd() SendTimeTravelMessage("endtime", currenttime, starttime-currenttime)
-- id, callback_function
SetTimeTravelMessage("endtime", function(value) endtime = value end)
GetTimeLeft() return endtime - currenttime<!--c2--></div><!--ec2-->