Makes resources more sparse than base game. You will need to use trains much earlier to get resources. Game will be more difficult especially with higher enemy settings.
Tweaks
Mod category: Tweaks
Small changes concerning balance, gameplay, or graphics.
Peace Mod removes the map generation options for enemy bases when it disables enemies. This means that the if statement in resourceconfigs/mainconfig.lua line 37 can be reduced to
<pre> if data.raw["autoplace-control"]["enemy-base"] then
</pre>
and the redundant useEnemiesInPeaceMod setting can be eliminated.