Results 1 to 7 of 7

Thread: Help with Scholarium

Hybrid View

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

    Default Help with Scholarium

    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...

  2. #2

    Default Re: Help with Scholarium

    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

  3. #3
    Jaketh's Avatar Praeses
    Join Date
    Apr 2008
    Location
    New York
    Posts
    8,973

    Default Re: Help with Scholarium

    who the hell would name a city Cork?

  4. #4

    Default Re: Help with Scholarium

    Mork from Ork

    Under the benevolent guidance of jimkatalanos

  5. #5

    Default Re: Help with Scholarium

    I'm getting a scripting error when I try to do this....

    This is the part I need to change....

    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
    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...

  6. #6

    Default Re: Help with Scholarium

    Let's see, how about...

    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
    The city part I mentioned above seems to stand with every building buildable in a city so it doesn't need to be added.

    Under the benevolent guidance of jimkatalanos

Posting Permissions

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