Results 1 to 3 of 3

Thread: City upgrading problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default City upgrading problem

    First I want to thank the guys who made this mod cause it's so super awesome. but I have a problem.
    I'm playing as Sultanate of Gahzni. And the town of Gardez doesn't upgrade to a large town. It has 3000+ population. My M2TW guide says that a town upgrades at a population of 2000. So I think the modders changed the required population levels.
    My question is what population do i need to upgrade Gardez?
    Maybe this is a stupid questions but i can't figure it out and I think some of you guys can

    Thx for helping in advance
    Last edited by Paul6842; August 30, 2010 at 04:17 AM.

  2. #2
    szwejk's Avatar Foederatus
    Join Date
    Sep 2008
    Location
    from HQ
    Posts
    48

    Default Re: City upgrading problem

    Try to erase map.rwm file from ..\broken_crescent\data\world\maps\base\ but first backup it.

    About population levels:


    Code:
       <population_levels>
          <!-- city -->
          <level name="village" base="500" upgrade="1500" min="400" max="2500"/>
          <level name="town" base="1500" upgrade="5000" min="400" max="6000"/>
          <level name="large_town" base="5000" upgrade="10000" min="400" max="12500"/>
          <level name="city" base="10000" upgrade="20000" min="400" max="25000"/>
          <level name="large_city" base="20000" upgrade="40000" min="400" max="50000"/>
          <level name="huge_city" base="40000" min="400" max="100000"/>
          <!-- castle -->
          <level name="moot_and_bailey" base="500" upgrade="1000" min="400" max="1500"/>
          <level name="wooden_castle" base="1000" upgrade="2500" min="400" max="4000"/>
          <level name="castle" base="2500" upgrade="9000" min="400" max="12000"/>
          <level name="fortress" base="9000" upgrade="18000" min="400" max="24000"/>
          <level name="citadel" base="18000" upgrade="36000" min="400" max="48000"/>
       </population_levels>
    CK soldat
    sorry for my english

  3. #3

    Default Re: City upgrading problem

    Ok thx,
    problem solved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •