Leave = Resign
Moderator: Moderators
-
- Moderator
- Posts: 2464
- Joined: 12 Oct 2007, 09:24
Re: Leave = Resign
This should not be engine side. I believe there are enough gadget callouts in the newest spring to enabled game devs to set any game end condition.
-
- Posts: 834
- Joined: 19 May 2009, 21:10
Re: Leave = Resign
A mod cannot delcare "end of game". End of game depends only on status of players (exception for endless game mode).Google_Frog wrote:This should not be engine side. I believe there are enough gadget callouts in the newest spring to enabled game devs to set any game end condition.
A mod cannot change status of (disconnected) players: you can't force spectator status/resign the team. This would trigger game end. You can kill all units with lua but that's an ugly hack (ca does this atm).
Re: Leave = Resign
If there are no active players on the opposite teams, type !win to finish the game.
Re: Leave = Resign
Would be best to make widget for this, so anyone can enable it, i dont presonally like the game to quit automatically, sometimes i want to mess with the enemy units even if he disconnected...
perhaps we just need some big message if the last player disconnected? like some popup you have to click OK. i remember continuing playing after last player quitted without noticing it... it was team game tho. and its fucking annoying you cant really notice it any better
perhaps we just need some big message if the last player disconnected? like some popup you have to click OK. i remember continuing playing after last player quitted without noticing it... it was team game tho. and its fucking annoying you cant really notice it any better
-
- Posts: 834
- Joined: 19 May 2009, 21:10
Re: Leave = Resign
I suggested to make it an option, so you can setup the game (before game start) like you want. Would not work as widget.TradeMark wrote:Would be best to make widget for this, so anyone can enable it, i dont presonally like the game to quit automatically, sometimes i want to mess with the enemy units even if he disconnected...
Re: Leave = Resign
Should that be possible when the enemy resigns as well then...