Results 1 to 11 of 11

Thread: Teutonic Knights Chapter House

  1. #1

    Default Teutonic Knights Chapter House

    I am playing late period 6.4 as HRE and I havent got Teutonic Knights Chapter House yet. is there anything I missed? I tried looking for the file for it and didnt find it, and followed from another thread everything and still nothing. What are all the requirements for a Teutonic Knights Chapter House?

  2. #2

    Default Re: Teutonic Knights Chapter House

    HRE can only get it in Thorn, Stettin, Hamburg, Magdeburg, and Palanga. Have you tried in those settlements?

  3. #3

    Default Re: Teutonic Knights Chapter House

    Quote Originally Posted by PapaRosario View Post
    HRE can only get it in Thorn, Stettin, Hamburg, Magdeburg, and Palanga. Have you tried in those settlements?
    I own Hamburg & Magdeburgright now and no option to build chapter house. Where are the files that deal with the requirements for this chapter house. Found the file export_descr_guilds, but nothing in it with Teutonic Knights Chapter House. What are the requirements anyway? Do I have to conquer those city in a crusade?
    Last edited by borya1978; June 22, 2012 at 04:33 PM.

  4. #4

    Default Re: Teutonic Knights Chapter House

    export_descr_buildings and descr_regions define where it can be built

    Spoiler Alert, click show to read: 
    building teutonic_knights_chapter_house
    {
    convert_to teutonic_knights_chapter_house
    levels teutonic_knights_minor_ch teutonic_knights_major_ch
    {
    teutonic_knights_minor_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
    {
    convert_to 0
    capability
    {
    recruit_pool "Ritterbruder" 1 0.085 1 0 requires factions { hre, }
    free_upkeep bonus 1
    }
    material stone
    construction 1
    cost 1000
    settlement_min city
    upgrades
    {
    teutonic_knights_major_ch
    }
    }
    teutonic_knights_major_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
    {
    convert_to 1
    capability
    {
    recruit_pool "Ritterbruder" 1 0.13 2 0 requires factions { hre, }
    recruit_pool "Dismounted Ritterbruder" 1 0.085 1 0 requires factions { hre, }
    religion_level bonus 1
    free_upkeep bonus 1
    }
    material stone
    construction 1
    cost 2000
    settlement_min large_city
    upgrades
    {
    }
    }
    }
    plugins
    {
    }

    Has the inquisition happened yet?

    Edit: Just checked descr_events, and apparently it happens in 1225. I guess HRE is unable to get the chapter house in the late campaign after the first few turns.

  5. #5

    Default Re: Teutonic Knights Chapter House

    Quote Originally Posted by PapaRosario View Post
    export_descr_buildings and descr_regions define where it can be built

    Spoiler Alert, click show to read: 
    building teutonic_knights_chapter_house
    {
    convert_to teutonic_knights_chapter_house
    levels teutonic_knights_minor_ch teutonic_knights_major_ch
    {
    teutonic_knights_minor_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
    {
    convert_to 0
    capability
    {
    recruit_pool "Ritterbruder" 1 0.085 1 0 requires factions { hre, }
    free_upkeep bonus 1
    }
    material stone
    construction 1
    cost 1000
    settlement_min city
    upgrades
    {
    teutonic_knights_major_ch
    }
    }
    teutonic_knights_major_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
    {
    convert_to 1
    capability
    {
    recruit_pool "Ritterbruder" 1 0.13 2 0 requires factions { hre, }
    recruit_pool "Dismounted Ritterbruder" 1 0.085 1 0 requires factions { hre, }
    religion_level bonus 1
    free_upkeep bonus 1
    }
    material stone
    construction 1
    cost 2000
    settlement_min large_city
    upgrades
    {
    }
    }
    }
    plugins
    {
    }

    Has the inquisition happened yet?

    Edit: Just checked descr_events, and apparently it happens in 1225. I guess HRE is unable to get the chapter house in the late campaign after the first few turns.
    I remember getting two types of inquisition messages at different times. Something with Spanish and the other was Papal i think. I am on turn 26 & year 1245.

  6. #6

    Default Re: Teutonic Knights Chapter House

    Spoiler Alert, click show to read: 
    event historic inquisition
    date 125 130

    event historic spanish_inquisition
    date 381


    As you can see, it's not the Spanish inquisition that is in the export_descr_buildings entry. So I guess after around 1225-1230, HRE can't build the chapter house.

  7. #7

    Default Re: Teutonic Knights Chapter House

    this is what I found in my export_descr_buildings
    Spoiler Alert, click show to read: 
    building teutonic_knights_chapter_house
    {
    convert_to teutonic_knights_chapter_house
    levels teutonic_knights_minor_ch teutonic_knights_major_ch
    {
    teutonic_knights_minor_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
    {
    convert_to 0
    capability
    {
    recruit_pool "Ritterbruder" 1 0.085 4 0 requires factions { hre, }
    free_upkeep bonus 1
    }
    material stone
    construction 1
    cost 1000
    settlement_min city
    upgrades
    {
    teutonic_knights_major_ch
    }
    }
    teutonic_knights_major_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
    {
    convert_to 1
    capability
    {
    recruit_pool "Ritterbruder" 1 0.13 4 0 requires factions { hre, }
    recruit_pool "Dismounted Ritterbruder" 1 0.085 1 0 requires factions { hre, }
    religion_level bonus 1
    free_upkeep bonus 1
    }
    material stone
    construction 1
    cost 2000
    settlement_min large_city
    upgrades
    {
    }
    }
    }
    plugins
    {
    }
    }

  8. #8

    Default Re: Teutonic Knights Chapter House

    Yes...I just posted that above.

  9. #9

    Default Re: Teutonic Knights Chapter House

    Quote Originally Posted by PapaRosario View Post
    Yes...I just posted that above.
    Just in case it doesnt come up, what would I need to edit in the files to get it to work? Because I am in year 1245 and still nothing.

  10. #10

    Default Re: Teutonic Knights Chapter House

    It won't come up. If you want to be able to build them, delete what I bolded in my second post.

  11. #11

    Default Re: Teutonic Knights Chapter House

    Quote Originally Posted by PapaRosario View Post
    It won't come up. If you want to be able to build them, delete what I bolded in my second post.
    OK deleted it and ran the game..its works!!!

    Thanks a lot Papa for your time.

Posting Permissions

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