The Settlers : Rise of an Empire - History Edition

The Settlers : Rise of an Empire - History Edition

评价数不足
Raise max settler capacity
由 Vojnuk 制作
Raise max settler capacity really easy.
   
奖励
收藏
已收藏
取消收藏
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.