- Mark as unread from here
- Posted: 4 years ago
- Modified: 4 years ago
-
Post #31
Cireon
Hi Alan.
Maybe this will help with your capitals problem. This is the calculation we do to determine how many troops start on a capital:
10 + floor($numTerritoriesPerUser / 3)
$numTerritoriesPerUser is the number of territories every player starts with. This is generally
floor($numTerritoriesInMap / max($numPlayers, 3))
Maybe this will help with your capitals problem. This is the calculation we do to determine how many troops start on a capital:
10 + floor($numTerritoriesPerUser / 3)
$numTerritoriesPerUser is the number of territories every player starts with. This is generally
floor($numTerritoriesInMap / max($numPlayers, 3))
Is it possible for some of these things to be written to the game log?
e.g.
game started
gametype is capitals
greenplayer received +10 armies on capital Texas
blueplayer received +10 armies on capital Arizona
...