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.