Combat Trials need more than just a rematch option
Hi there, just a thought that a continue or 'find new player' option would be nice after 1 vs 1's. If you don't want to rematch the same player again but they still want to fight you, you currently have to just quit and return to an altar then start it up again which is quite annoying having to go through that long loading screen every time you want to fight a new player, I feel it needs a 'find new player' option so that pvp is quicker and flows from match to match.
Comments
But I agree, There should be another button "Find another player" or whatever.
Sure, it is not much time saved (Leave 1v1, click the altar, queue for 1v1 again takes probably like 4 seconds) vs clicking 1 button, but it is just much more convenient, and I think a thing that many people do.
Consider that to force leave a given player you must also quit the game mode. This also removes you as a potential candidate for other player searches. When you initiate a new search you go back in the pool. Sounds like it isn't that much but since you are updating a search db that needs to handle large scale searches it's going to be a problem. As people leave to search again they inadvertently thrash the db index popping in and out of it.
Comparatively, if you clicked "Please Anlek Find me a New Combatant" you immediately go back in the potential search pool and initiate a search. Note also that the game mode state is not reloaded as well. That eliminates both UI interaction costs and runtime costs. Also potentially reduces network overhead during game mode changes as well. Please note that I am guessing based on application behavior alone. I have not measured the CPU or IO performance on a disk or network level during any testing cycle to verify this mechanically.
In short, adding the button short cuts a ton of wasted application processing out of the UI lifecycle or story.