Results 1 to 9 of 9

Thread: Adding Templars Guild to start file

  1. #1
    Member Member lismore's Avatar
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    109

    Default Adding Templars Guild to start file

    Hi

    I was trying to add the templars guild to England in the descr_strat.txt file so that England can recruit templars at the start of the campaign.

    This code:

    building
    {
    type guild_knights_templar templars_minor_chapter_house
    }


    Does not work.

    Can anyone give me some pointers?

    Thanks
    WE WILL RIDE INTO ROME!

  2. #2
    Member Member SilentResident's Avatar
    Join Date
    Dec 2006
    Location
    Macedonia, Greece
    Posts
    48

    Default Re: Adding Templars Guild to start file

    No, this is not correct.

    There is the correct list.
    Copy/paste one of the following levels and add it to the descr_strat.txt.


    HTML Code:
    The level 1 is (basic - not upgraded) :
    
    	building
    	{
    		type guild_templars_chapter_house templars_minor_ch
    	}
    
    The level 2 is (medium upgrade) :
    
    	building
    	{
    		type guild_templars_chapter_house templars_major_ch (level 2)
    	}
    
    And the level 3 (max upgraded) is:
    
    	building
    	{
    		type guild_templars_chapter_house templars_hq (level 3)
    	}
    Macedon or Macedonia (from Greek Μακεδονία) was the name of the ancient Greek kingdom in the northern-most part of ancient Greece. For a brief period it became the most powerful state in the ancient Near East after Alexander the Great conquered most of the known world, inaugurating the Hellenistic period of Greek history...

  3. #3
    Member Member SilentResident's Avatar
    Join Date
    Dec 2006
    Location
    Macedonia, Greece
    Posts
    48

    Default Re: Adding Templars Guild to start file

    No, this is not correct.

    There is the list for Templars guild.
    Copy/paste one of the following levels and add it to the descr_strat.txt.


    HTML Code:
    The level 1 is (basic - not upgraded) :
    
    	building
    	{
    		type guild_templars_chapter_house templars_minor_ch
    	}
    
    The level 2 is (medium upgrade) :
    
    	building
    	{
    		type guild_templars_chapter_house templars_major_ch
    	}
    
    And the level 3 (max upgraded) is:
    
    	building
    	{
    		type guild_templars_chapter_house templars_hq
    	}
    Macedon or Macedonia (from Greek Μακεδονία) was the name of the ancient Greek kingdom in the northern-most part of ancient Greece. For a brief period it became the most powerful state in the ancient Near East after Alexander the Great conquered most of the known world, inaugurating the Hellenistic period of Greek history...

  4. #4
    Member Member SilentResident's Avatar
    Join Date
    Dec 2006
    Location
    Macedonia, Greece
    Posts
    48

    Default Re: Adding Templars Guild to start file

    IS THERE AN WAY TO EDIT OR DELETE DOUBLICATED POSTS, BECAUSE OF SERVER'S ERROR???

    I want to delete my first post in this Thread (not the second).

    I read in a post that if we, where are registered users in those forums, will have the permission for editing/deleting posts!
    But why, for me, the Edit Button is disabled in all those modding forums?
    Macedon or Macedonia (from Greek Μακεδονία) was the name of the ancient Greek kingdom in the northern-most part of ancient Greece. For a brief period it became the most powerful state in the ancient Near East after Alexander the Great conquered most of the known world, inaugurating the Hellenistic period of Greek history...

  5. #5
    Member Member lismore's Avatar
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    109

    Default Re: Adding Templars Guild to start file

    Thanks for your help- very much appreciated.

    God Bless you
    WE WILL RIDE INTO ROME!

  6. #6
    Member Member lismore's Avatar
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    109

    Default Re: Adding Templars Guild to start file

    You wouldnt happen to have similar code for the hashishim and woodsmens guild would you?

    P.S even the Knights Hospitaller and the teutonic knights/santiago too if you have them?

    Thanks a Million
    Last edited by lismore; 01-29-2007 at 01:38.
    WE WILL RIDE INTO ROME!

  7. #7
    Member Member lismore's Avatar
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    109

    Default Re: Adding Templars Guild to start file

    Or can you point me where I could fine these codes?

    Thanks!
    WE WILL RIDE INTO ROME!

  8. #8
    Member Member SilentResident's Avatar
    Join Date
    Dec 2006
    Location
    Macedonia, Greece
    Posts
    48

    Default Re: Adding Templars Guild to start file

    Yes. All these codes are in export_descr_buildings.txt. Look it.
    Here, I will help you how to add them to descr_strat.txt:

    ALWAYS add these lines before each guild:


    building
    {
    type guild_*type* *level*
    }


    (And replace the *type* with the guild's type, and *level* with the Guild's level. )

    ;;;;;;;;;;;;;;;;EXAMPLE;;;;;;;;;;;;;;;;;;;
    In export_descr_buildings.txt we can found the lines for Explorer's Guild's type and levels:




    building guild_explorers_guild
    {
    levels explorers_guild m_explorers_guild gm_explorers_guild
    {
    explorers_guild city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }




    So, we have to select for *type* the: guild_explorers_guild:
    and for *level* the one of the 3: explorers_guild, m_explorers_guild, gm_explorers_guild.

    So, we have:

    building
    {
    type guild_explorers_guild gm_explorers_guild
    }

    Macedon or Macedonia (from Greek Μακεδονία) was the name of the ancient Greek kingdom in the northern-most part of ancient Greece. For a brief period it became the most powerful state in the ancient Near East after Alexander the Great conquered most of the known world, inaugurating the Hellenistic period of Greek history...

  9. #9
    Member Member lismore's Avatar
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    109

    Default Re: Adding Templars Guild to start file

    Thanks again!
    WE WILL RIDE INTO ROME!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO