I want to add a Scholarium to the starting buildings in Cork for the Irish faction...
Can someone tell me how to do this.....
Thanks...
I want to add a Scholarium to the starting buildings in Cork for the Irish faction...
Can someone tell me how to do this.....
Thanks...
Open the descr_strat in the correspondend campaign folder and add "scholarium city" (at least that's what it's called in the edb) to the cork buildings.
Under the benevolent guidance of jimkatalanos
who the hell would name a city Cork?
Mork from Ork
Under the benevolent guidance of jimkatalanos
I'm getting a scripting error when I try to do this....
This is the part I need to change....
The Scholarium needs to put at the end of the building part and before the character bit.... But I get a scripting error when I try and I can't figure out why.... I changed the church successfully. But I'm having trouble adding a building at the end of the building cue... Thanks for any help...Code:faction ireland, sailor napoleon ai_label orthodox denari 8000 denari_kings_purse 2500 settlement { level large_town region Cork_Province year_founded 0 population 3000 plan_set default_set faction_creator england building { type core_building wooden_wall } building { type barracks town_guard } building { type temple_orthodox small_church_o } building { type market corn_exchange } building { type city_hall town_hall } } character Toirdhealbhach O_Briain, named character, male, leader, age 47, x 137, y 276 traits Factionleader 1 , NaturalMilitarySkill 1 , GoodAmbusher 1 , Authoritarian 1 , GoodDefender 1 , PoliticsSkill 2 , Austere 1 , ReligionStarter 1, CharacterAges 1, TurnsAlive 3, PresentAtGameStart 1 ancillaries crown_ireland army unit Irish Mounted Bodyguard exp 1 armour 0 weapon_lvl 0 unit Irish Kerns exp 1 armour 0 weapon_lvl 0 unit Galloglaich exp 0 armour 0 weapon_lvl 0
Let's see, how about...
The city part I mentioned above seems to stand with every building buildable in a city so it doesn't need to be added.Code:faction ireland, sailor napoleon ai_label orthodox denari 8000 denari_kings_purse 2500 settlement { level large_town region Cork_Province year_founded 0 population 3000 plan_set default_set faction_creator england building { type core_building wooden_wall } building { type barracks town_guard } building { type temple_orthodox small_church_o } building { type market corn_exchange } building { type city_hall town_hall } building { type education scholarium } } character Toirdhealbhach O_Briain, named character, male, leader, age 47, x 137, y 276 traits Factionleader 1 , NaturalMilitarySkill 1 , GoodAmbusher 1 , Authoritarian 1 , GoodDefender 1 , PoliticsSkill 2 , Austere 1 , ReligionStarter 1, CharacterAges 1, TurnsAlive 3, PresentAtGameStart 1 ancillaries crown_ireland army unit Irish Mounted Bodyguard exp 1 armour 0 weapon_lvl 0 unit Irish Kerns exp 1 armour 0 weapon_lvl 0 unit Galloglaich exp 0 armour 0 weapon_lvl 0
Under the benevolent guidance of jimkatalanos