Automatic Win

Discussion about the game and its default mods.

Should the game automatically end when all enemy players are gone?

Yes, automatically destroy all enemy base that is left and end the game
13
87%
No, keep it how it is now
1
7%
Not sure
1
7%
 
Total votes: 15

zinc
Posts: 657
Joined: Sun Feb 09, 2014 3:46 pm

Automatic Win

Post by zinc »

Should there be an automatic win in the game, if all the enemy players have either disconnected or surrendered?

At the moment, in a 3v3 say, one enemy player may surrender, and the other two enemy players may disconnect, and you are left having to destroy their two base for the win. Yes, you can just disconnect yourself knowing that the game is won, but would it be better if the game automatically ends when all enemy players are gone?

User avatar
netnazgul
Posts: 507
Joined: Mon Jul 10, 2017 7:32 am
Location: Minsk
Contact:

Post by netnazgul »

https://github.com/OpenRA/OpenRA/issues/13284
Already in the works

As was discussed in IRC and discord, this is also the issue of correctly ending the game, because if in 1v1 one player just leaves without surrendering, game outcome could be incorrect, leading to replay file stating incorrect winner and also problems with parsing game results for ranked games in the future.

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

The current behaviour of OpenRA was not a deliberate choice, but instead a technical limitation from the way disconnects were detected and reported until recently.

Most people who played online before the 2017 playtests/releases will probably remember the crashes that would randomly occur when a player disconnects. Having a player's buildings/units explode when they disconnect made those crashes happen much more often.

The bug that caused those crashes should have been fixed in release-20170421, and it would not be difficult to implement the surrender on disconnect logic. All of the hard work is in testing the change to make sure it does not introduce any new desync crashes, and previous discussions on this topic suggest that this hard work would be rewarded with arguments from people who vocally prefer the current behaviour. That makes this an unenjoyable and therefore low prioriy feature to implement, even for those of us who think this is an obvious bug that should be fixed.
Last edited by Sleipnir on Thu Aug 10, 2017 12:07 pm, edited 1 time in total.

User avatar
Murto the Ray
Posts: 487
Joined: Mon Nov 10, 2014 4:34 pm

Post by Murto the Ray »

Sleipnir wrote: -Snip-
Would it be possible to implement it as a choice for the server owner or the first player in a server rather than a constant? Then at least there is a choice for players, though i can understand if you would rather not pollute the options menu with these kinds of thing.

GDave
Posts: 41
Joined: Tue Dec 27, 2016 11:42 am

Post by GDave »

Note that the poll is 'Should the game automatically end when all enemy players are gone?' not 'Should a players buildings and units be destroyed when they disconnect?'.

I suggest the latter is not desirable as during a team game it is already difficult enough to persist with a 2v3, 3v4, etc. after a player disconnects. It'd be harder again if the disconnecting player's units and base (with the ability to build off of it) disappear, along with ceding map control. Of course, 1v1s are covered by the poll question.

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

That would be technically possible, but I wouldn't support adding more UI (which means more code, more things to test, and more things that could influence bugs in the future) to maintain something that i consider to be a bug in the first place.

r0b0v
Posts: 37
Joined: Sun Apr 16, 2017 2:30 pm

Post by r0b0v »

Surrender on Leave is simple and ready, but was refused. I think it would in the meantime improve the situation.

zinc
Posts: 657
Joined: Sun Feb 09, 2014 3:46 pm

Post by zinc »

GDave wrote: Note that the poll is 'Should the game automatically end when all enemy players are gone?' not 'Should a players buildings and units be destroyed when they disconnect?'.

I suggest the latter is not desirable as during a team game it is already difficult enough to persist with a 2v3, 3v4, etc. after a player disconnects. It'd be harder again if the disconnecting player's units and base (with the ability to build off of it) disappear, along with ceding map control. Of course, 1v1s are covered by the poll question.
I agree with your point here.

Surrender on disconnect just makes team games harder for one side. That was never the feature I was interested in.

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

There is a related idea, #3001, which is to allow an AI bot to take over when a player disconnects. This could perhaps integrate with Murto's suggestion for a lobby setting, with three options (do nothing, surrender, AI take over).

I am personally not a fan of this AI take over idea though, because it will make it a lot more difficult to write better / more performant AI bots that depend on building up internal state across the course of a game. Dumping a full player's worth of stuff at a new bot would require special code to work out what it has and build up any missing state, which may not be easy or possible for some of the more interesting AI implementations.

Edit: spelling/wording clarity.
Last edited by Sleipnir on Thu Aug 10, 2017 4:57 pm, edited 1 time in total.

r0b0v
Posts: 37
Joined: Sun Apr 16, 2017 2:30 pm

Post by r0b0v »

IMO we can/should forget this AI option. I don't know other such game. And if the bot will be better than the player, it is also unfair, makes the game unnecessary longer despite players surrending (=leaving),...

User avatar
netnazgul
Posts: 507
Joined: Mon Jul 10, 2017 7:32 am
Location: Minsk
Contact:

Post by netnazgul »

r0b0v wrote: I don't know other such game
Civ V (and supposedly VI) does this. This produces some peculiar results when weak player is swapped with Emperor AI who then plays much stronger due to his cheating mechanics.

Still, AI sub should not be a subject here (or rather should be a separate issue). When your opponent leaves in a competitve 1v1 game and then surprisingly you lose to an AI sub that will also give crazy problems :P

eskimo
Posts: 333
Joined: Tue Jan 17, 2017 9:59 pm

Post by eskimo »

Slightly relevent. I once won a 2vs2 game when my ally disconnected as he had a GPS go off. I killed his harvesters and just built up around his base. Was a nice challenge so surrender on d/c i'm not keen on.

User avatar
netnazgul
Posts: 507
Joined: Mon Jul 10, 2017 7:32 am
Location: Minsk
Contact:

Post by netnazgul »

It can be a game option then

camundahl
Posts: 154
Joined: Tue Feb 21, 2017 12:36 am
Location: Corpus Christi, Texas

Post by camundahl »

eskimo wrote: Slightly relevent. I once won a 2vs2 game when my ally disconnected as he had a GPS go off. I killed his harvesters and just built up around his base. Was a nice challenge so surrender on d/c i'm not keen on.
exactly. It should only kill everything if a condition is met like "All Team Surrendered or Disconnected"

User avatar
SoScared
Posts: 1116
Joined: Wed Apr 11, 2012 6:16 pm
Location: Oslo
Contact:

Post by SoScared »

Alternatively, when all enemies are (Gone), display the victory score-screen with options to 'exit' and 'continue playing'.

Post Reply