Results 1 to 5 of 5

Thread: Any way to change a city to castle?

Hybrid View

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

    Default Any way to change a city to castle?

    Mods great only reason I came back to Kingdoms but I wanted to know if I can convert a city into a castle like in vanilla where you have the convert feature maybe edit some files and start the campaign with a castle instead?? well the settlement is Bologna and I prefer it a castle even if it isn't historically accurate but the thing is that I have no idea what files to change I tried going into strat.txt and changes settlement to settlement castle for bologna but didn't work anyways thanks

  2. #2

    Default Re: Any way to change a city to castle?

    Doesn't it have the convert option in the building browser?

  3. #3

    Default Re: Any way to change a city to castle?

    Nope =(

  4. #4

    Default Re: Any way to change a city to castle?

    Well to have the functionality you can have a look at:
    http://www.twcenter.net/forums/showt...city+to+castle

    Else select your campaign and open
    ....\mods\SS6.3\data\world\maps\campaign\imperial_campaign\descr_strat.txt
    with notepad or better with notepad++

    search for region Bologna_Province

    Should look like this:
    Code:
    settlement
    {
        level city
        region Bologna_Province
    
        year_founded 0
        population 8200
        plan_set default_set
        faction_creator hre
        building
        {
            type core_building stone_wall
        }
        building
        {
            type barracks city_watch
        }
        building
        {
            type hinterland_roads roads
        }
        building
        {
            type port port
        }
        building
        {
            type temple_catholic church
        }
        building
        {
            type market market
        }
        building
        {
            type taverns inn
        }
        building
        {
            type city_hall town_hall
        }
        building
        {
            type hinterland_farms farms+1
        }
        building
        {
            type siege catapult_range
        }
    }
    right above is the entry for Innsbruck

    Code:
    settlement castle
    {
        level large_town
        region Innsbruck_Province
    
        year_founded 0
        population 3500
        plan_set default_set
        faction_creator hre
        building
        {
            type core_castle_building castle
        }
        building
        {
            type castle_barracks drill_square
        }
        building
        {
            type equestrian stables
        }
        building
        {
            type hinterland_castle_roads c_roads
        }
        building
        {
            type missiles practice_range
        }
        building
        {
            type temple_catholic_castle small_chapel
        }
        building
        {
            type castle_smith c_leather_tanner
        }
        building
        {
            type castle_siege c_ballista_range
        }
    }
    Copy the bold stuff from Innsbruck and replace the bold stuff in Bologna. That is all the help I can give atm.

  5. #5

    Default Re: Any way to change a city to castle?

    Worked thanks bro

Posting Permissions

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