Hey all I wanted to share my creation with this mod, feel free to use it

Note I wanted to restrict the amount of traders (6) and cities (2).
This 10k map was generated using Improved RWG with 7 Days to Die 20.4 and Undead Legacy 2.5.76.
https://drive.google.com/file/d/1rmwOZYW9A7-UbiGsVgrYz5wlM55OoStg/view?usp=sharing
All player spawns (edited) are in the north of the forest biome near to wilderness POIs. Trader is around 2-3k from spawn points, country towns along the way.
- 2 Cities (2 Snow)
- 6 Towns (1 Forest, 1 Desert, 2 Snow, 2 Wasteland)
- 25 Country Towns
- 15 Old West Towns
- 800 Wilderness POIs
- 6 Traders
- 119 Tier 4 POIs
- 15 Tier 5 POIs
View attachment 24716
Download: https://drive.google.com/file/d/1rmwOZYW9A7-UbiGsVgrYz5wlM55OoStg/view?usp=sharing
I made some changes to the rwgmixer.xml to get the city/town etc numbers I wanted:
<set xpath="/rwgmixer/world[@name='large']/property[@class='oldwest']/property[@name='default']/@value">15</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='oldwest']/property[@name='many']/@value">15</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='oldwest']/property[@name='mintiles']/@value">1</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='oldwest']/property[@name='maxtiles']/@value">5</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='countrytown']/property[@name='default']/@value">25</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='countrytown']/property[@name='many']/@value">25</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='countrytown']/property[@name='mintiles']/@value">6</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='countrytown']/property[@name='maxtiles']/@value">14</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='town']/property[@name='default']/@value">6</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='town']/property[@name='many']/@value">6</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='town']/property[@name='mintiles']/@value">10</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='town']/property[@name='maxtiles']/@value">18</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='city']/property[@name='default']/@value">2</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='city']/property[@name='many']/@value">2</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='city']/property[@name='mintiles']/@value">20</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='city']/property[@name='maxtiles']/@value">25</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='wilderness']/property[@name='default']/@value">800</set>
<set xpath="/rwgmixer/world[@name='large']/property[@class='wilderness']/property[@name='many']/@value">800</set>
<set xpath="/rwgmixer/township[@name='oldwest']/property[@name='spawn_trader']/@value">false</set>
<append xpath="/rwgmixer/township[@name='countrytown']">
<property name="spawn_trader" value="false"/>
</append>
<append xpath="/rwgmixer/township[@name='town']">
<property name="spawn_trader" value="true"/>
</append>
<append xpath="/rwgmixer/township[@name='city']">
<property name="spawn_trader" value="false"/>
</append>
Other Images:
View attachment 24717
3D Map:
View attachment 24718
Traders:
View attachment 24722
Tier 5 POIs
View attachment 24721
Tier 4 POIs
View attachment 24720
Skyscrapers
View attachment 24719