Dako wrote:Metsfanmax wrote:betiko wrote:silversun6 wrote:this is now on all games or just the new games witch are started from now on?
if it is made in existing games , its unfair to change it in the middle.
Exactly! I got a team game that has lasted over 2 month currently on its last round. Our whole strategy was based on this rule. You can t just change the rule for all existing games.. It s really unfair. Would have to be just for new ones (good change by the way, i just don t agree if it applies to games started a long time ago
Sorry, but no matter when we made the change, games would have been affected. I suspect that it would have been fairly difficult to code it in such a way that existing games at the time of the change were unaffected.
Besides, I wouldn't say it's unfair; presumably all of the teams in your games were also trying to play to win by the old rules, so everyone is affected equally by this change.
It would have been super-easy to code a condition for old games and new games.
- Code: Select all
if (gameCreated < Dec 27) {
checkOldConition
} else {
checkNewCondition
}
Then just remove the if when last old round limit game ends.
And to make sure people don't confuse the games — add a chat line from system account noting which rules this game will be decided upon. It is easy, you just have to think for two more steps forward and be proactive.
Additionally, it would have been super easy to announce: One month from now the following change with regards to round limits and team games will go into effect, etc., etc.








