Changes between Version 1 and Version 26 of Ticket #1834


Ignore:
Timestamp:
Dec 15, 2016, 6:30:37 PM (7 years ago)
Author:
elexis
Comment:

Is this ticket still valid and needed?

A civic center and starting entities is the only thing that the player must receive on every mapsize for every playercount. This seems to be the case already.

Enemies starting on tiny maps right besides each other, having few space to build or gather of the few resources without being attacked is differently is challenging, but was perceived entertaining (refered to as "pizza maps" from the resulting territory shape). Various gamesetup options (regicide, diplomacy, last man standing) also alleviate the drawbacks and add to the experience.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1834

    • Property Keywords review RMS numPlayers player caps gamesetup gamesetup.js removed
  • Ticket #1834 – Description

    v1 v26  
    11Some RMS are not working properly with many players on small maps.
    22The same is true for some maps generated with only 1 or 2 players.
    3 
    43So we decided to add a maximum and minimum possible number of players for RMS:
    5 
    64http://www.wildfiregames.com/forum/index.php?showtopic=16242&st=120#entry262340
    7 
    85It's now an additional possible attribute `"MaximumPlayersByMapSize"` and `"MinimumPlayers"` in the RMS json files.
    96This is handled in gamesetup.js that has some new global constants to handle things if the map does not define player caps.
    10 
    117luziferius helped by testing all the RMS if default max player caps [4, 6, 8, 8, 8, 8, 8] are still to high so he might be added to the contributor list.
    12 
    138Lower player caps are not set properly yet. Still testing.