I added a new feature which is game searchYou can use this search to see if there are any 2 identical maps but I think it's way more useful to find equivalent maps. You can set yourself relevant information e.g. certain starting positions, wastelands, or bonuses in which a wastelands are or in which aren't (as the exact location of wastelands doesn't always matter). The search requires at this point a manual input so let me show you an example:
Example 1 - easy1. What do you want to find - was there ever a game where all territories of Antarctica were wastlands?
2. Get territories IDs - South Pole - 128, Siple - 93, Novolazarevskaya - 85, Scott - 20
3. Parse data by separating each value with the dot - 128.93.85.20
4. Insert the value to the column "Strict wastelands"
5. Result -
https://www.warzone.com/MultiPlayer?GameID=19066680Example 2 - find a similar game to the one you are playing1. What do you want to find - I want to find a game similar to
https://www.warzone.com/MultiPlayer?GameID=256221642. List all information that you find relevant:
- Bonuses with wastelands - Europ, Indonesia, East Africa, West US,
- Strict start - Sweden, Moscow, Siple
- Bonuses without wastelands (you don't need to list all just the one that you don't want to have them for 100%) - Central Amerika, Scandinavia
3. Get all the ids and format data
- Strickt start - 39.2.93
- Bonuses with wastelands - 4.16.17.9
- Bonuses without wastelands - 6.13
4. Insert the values in the columns
5. Result - 24445695, 16394551. 25352156, 25622164, 21453673
Remember that there might be 0 games matching your filter, that's why it's easier to have relaxed request focusing on bonuses instead of strict territories
Edited 2/12/2021 18:34:44