Results 1 to 10 of 10

Thread: Gothic knights forever

Hybrid View

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

    Default Gothic knights forever

    Can anyone tell me how to make it so that I can continue recruite Gothic Knights and Gothic Foot Knights? These two are some of my favorite units and I dont want to lose them once the Flintlock or Advanced Matchlock event comes around. So, in order to keep them around, would I go into SS6.3\data\export_descr_buildings.txt, look up under fortress castle and find:

    recruit_pool "Gothic Knights" 1 0.1 1 0 requires factions { hre, } and event_counter GOTHIC_ARMOR 1 and not event_counter ADV_MATCHLOCK 1
    Then go under citadel castle and find:
    recruit_pool "Gothic Knights" 1 0.1 1 0 requires factions { hre, } and event_counter GOTHIC_ARMOR 1 and not event_counter first_watch 1
    recruit_pool "Gothic Knights" 1 0.1 1 0 requires factions { hre, } and event_counter first_watch 1 and not event_counter ADV_MATCHLOCK 1
    recruit_pool "Dismounted Gothic Knights" 1 0.1 1 0 requires factions { hre, } and event_counter pike_and_shot 1 and not event_counter the_flintlock 1
    And finally delete the bolded portions as shown above? If so, is there anything else I should do, such as delete portions of other lines for "gothic knights" and "dismounted knights" because it came up several times and I wasnt sure if I got them all?

  2. #2
    el Cid's Avatar Campidoctor
    Join Date
    May 2009
    Location
    The Netherlands
    Posts
    1,645

    Default Re: Gothic knights forever

    Wherever it says and not event_counter.... behind Gothic Knights you should delete it, that is all I believe.

  3. #3

    Default Re: Gothic knights forever

    Thanks for the help, but I have one more question: how do I get the tuotonic knights as the HRE?

  4. #4
    Ferdiad's Avatar Patricius
    Join Date
    Feb 2010
    Location
    Ireland
    Posts
    28,041

    Default Re: Gothic knights forever

    Quote Originally Posted by King Kull View Post
    Thanks for the help, but I have one more question: how do I get the tuotonic knights as the HRE?
    http://www.twcenter.net/forums/showthread.php?t=346427

  5. #5

    Default Re: Gothic knights forever

    Thanks for the help Ferdiad, but I dont want to add any new units or anything. On the 6.4 Stainless Steel download page it says that you can build the Teutonic chapter houses at Thorn, Stettin, Hamburg, Magdeburg, and Palanga, but for some reason I cant. Am I suppost to wait for a specific event or build a huge city/citadel in those places?

  6. #6
    Ferdiad's Avatar Patricius
    Join Date
    Feb 2010
    Location
    Ireland
    Posts
    28,041

    Default Re: Gothic knights forever

    Code:
    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
      {
      }
    Edited for right code.
    Last edited by Ferdiad; December 20, 2011 at 05:07 PM.

  7. #7
    Caesar Clivus's Avatar SS Forum Moderator
    Join Date
    May 2007
    Location
    Australia
    Posts
    12,693

    Default Re: Gothic knights forever

    He's asking about Teutonic knights. You're looking at the Templars

    BftB2 UPDATED 22nd DECEMBER. Member of the Complete Byzantine Unit Roster team

  8. #8
    Ferdiad's Avatar Patricius
    Join Date
    Feb 2010
    Location
    Ireland
    Posts
    28,041

    Default Re: Gothic knights forever

    Woops

  9. #9

    Default Re: Gothic knights forever

    So can the HRE get Teutonic Knights in late campaign, and if so, how? In the beginning of a new campaing, I gave money to the pope to get recounciled, I upgraded Hamburg to a citadel, and yet still I can not get the Teutonic chapter house. I assume that the HRE can get teutonic knights because it is in there unit rouster.

  10. #10

    Default Re: Gothic knights forever

    After the establishment of the tutonic order, you can't recruit tutonic knights from chapter houses anymore

Posting Permissions

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