The Settlers : Rise of an Empire - History Edition

The Settlers : Rise of an Empire - History Edition

Not enough ratings
Raise max settler capacity
By Vojnuk
Raise max settler capacity really easy.
   
Award
Favorite
Favorited
Unfavorite
What to change?
This is short guide for raising max settler capacity in The Settlers : Rise of an Empire - History Edition.

File that needs to be changed is “The Settlers - Rise of an Empire - History Edition/Data/base/shr/config/Logic.xml

Find block of code:
<SettlerLimits> <SettlerLimit>50</SettlerLimit> <SettlerLimit>50</SettlerLimit> <SettlerLimit>100</SettlerLimit> <SettlerLimit>150</SettlerLimit> <SettlerLimit>200</SettlerLimit> <SettlerLimit>200</SettlerLimit> </SettlerLimits>

Disregard first
<SettlerLimit>50</SettlerLimit>
as it would be used if no cathedral exists (which shouldn't happen). Change rest of values per your wish. They change settler limit when you upgrade the cathedral.

Notice that the last <SettlerLimit>200</SettlerLimit> is probably not being used anywhere, as cathedral can be upgraded only three times. This also can be changed in “/Data/base/shr/config/Entities/B_Cathedral.xml”, but we are keeping this guide simple.

That's it.