Heya, GDF, I am working on a mod and I want to modify mob density, how can I do that?
Hi,
By modifying mob density, do you mean spawning the same mobs in a smaller area, or spawning more in the same area?
Either way you’ll have to be looking at the proxies in the asset manager as far as I know.
To modify the area, look for the lines called “placementRadius”, or I guess “placementExtents” (not sure what the latter does, but I guess the same as the first?).
To modify the numbers… well, there’s a general way in the gameengine file (game folder) “spawnmax” and “championmax”, but I don’t entirely understand how that works. Also in the proxies folder look for proxypoolequitation.dbr and change “SpawnMinEquitation” and the same for Max and champion.
If that doesn’t work, or you don’t want to mod everything, you can change the “spawnmin” and max values in every pool file.
Hope this helps, good luck with modding 