Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Map ZeroWars v2.0.5

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
8/4/2020 6:03:35 PMUSrankBerder before revert after revert
8/4/2020 5:45:57 PMUSrankBerder before revert after revert
8/4/2020 5:45:00 PMUSrankBerder before revert after revert
Before After
1 You make units, and each unit generates a different amount of energy, which it says on the unit. Cheaper units give more energy relative to their metal cost, so cheaper units can be used to build economy. When your wave spawns, you get metal equal to your energy income. Also, your hero gets metal by killing stuff. 1 You make units, and each unit generates a different amount of energy, which it says on the unit. Cheaper units give more energy relative to their metal cost, so cheaper units can be used to build economy. When your wave spawns, you get metal equal to your energy income. Also, your hero gets metal by killing stuff.
2 \n 2 \n
3 The solution to the multiple-people-on-one-platform problem is to make it so the total income of all people on a platform combined, is the same for all platforms (if everyone makes the same units). This ensures that when a platform spawns, the wave is the same size regardless of which platform it is. 3 The solution to the multiple-people-on-one-platform problem is to make it so the total income of all people on a platform combined, is the same for all platforms (if everyone makes the same units). This ensures that when a platform spawns, the wave is the same size regardless of which platform it is.
4 \n 4 \n
5 To do this it is first necessary to alter the initial metal amounts at the start of the game depending on how many people are on the platform. If there are 3 people on the platform, each should get 1/3 the normal starting amount, so the total metal for each platform at the start is the same. 5 To do this it is first necessary to alter the initial metal amounts at the start of the game depending on how many people are on the platform. If there are 3 people on the platform, each should get 1/3 the normal starting amount, so the total metal for each platform at the start is the same.
6 \n 6 \n
7 After that, if each person gets the full metal income for their units at the same intervals - such as each player getting it with every wave - that should work out, if you don't consider the heroes. Due to the initial amounts being lower, each player on a crowded platform will have a fraction of the units, so their later income from those units will also be proportionately lower without the need for another adjustment. 7 After that, if each person gets the full metal income for their units at the same intervals - such as each player getting it with every wave - that should work out, if you don't consider the heroes. Due to the initial amounts being lower, each player on a crowded platform will have a fraction of the units, so their later income from those units will also be proportionately lower without the need for another adjustment.
8 \n 8 \n
9 Considering the heroes, hero income should be divided by the number of people on your platform. 9 Considering the heroes, hero income should be divided by the number of people on your platform.
10 \n
11 \n
12 Alternatively: give each player the same amount of income (if they make the same units), and spawn one player at a time instead of one platform.