Way to limit random creature spawn to only two races?
When generating a new single player game, the map is populated with random creatures and treasures.
How can I MOD the game so that only two races are used when determining the random creatures, for example so only Sylvan and Orc random creatures are spawned?
Assuming you know how to open data.pak and create a mod by yourself, locate the folder
data.pak\MapObjects\_(AdvMapSharedGroup)\Monsters
Here you'll find the tables which determine the random spawning of creatures in the game on map startup. Extract and edit at will (removing all creatures you don't want from the respective .xdb files).
Quote:Assuming you know how to open data.pak and create a mod by yourself, locate the folder
data.pak\MapObjects\_(AdvMapSharedGroup)\Monsters
Here you'll find the tables which determine the random spawning of creatures in the game on map startup. Extract and edit at will (removing all creatures you don't want from the respective .xdb files).