Page 4 of 4 FirstFirst 1234
Results 61 to 65 of 65

Thread: Lesson 4 Part 1 Buildings

  1. #61
    Hunter Makoy's Avatar We got 2 words for ya..
    Join Date
    Apr 2007
    Location
    Dont mess with Texas
    Posts
    5,202

    Default Re: Lesson 4 Part 1 Buildings

    nice find, although that shouldn't affect whether it runs, just whether or not the text shows up.
    Under the patronage of Lord Condormanius (12.29.08)
    "Yes, I know why the leaf is turning yellow. Its a lack of chloroform."

  2. #62
    Bernem's Avatar Senator
    Join Date
    Jul 2007
    Location
    Frankfurt, Germany
    Posts
    1,103

    Default Re: Lesson 4 Part 1 Buildings

    try it out, i had these typos and they were the only reason that brought the game to ctd before the splash screen

  3. #63

    Default Re: Lesson 4 Part 1 Buildings

    Thanks alot Bernem for spotting that.
    Spoiler Alert, click show to read: 


  4. #64
    sinople's Avatar These Romans are crazy!
    Join Date
    Apr 2007
    Location
    France
    Posts
    2,447

    Default Re: Lesson 4 Part 1 Buildings

    Thanks guys it works !

    I'm going to take screens

    Here are they :
    Spoiler Alert, click show to read: 


    And here is the correct code :
    Spoiler Alert, click show to read: 
    Code:
    building twc_university
    {
        levels twc_college twc_academia 
        {
            twc_college city requires factions { northern_european, } 
            {
                capability
                {
                    pope_approval 1
                    population_growth_bonus bonus 1
                    happiness_bonus bonus 1
                }
                material stone
                construction  2 
                cost  600 0
                settlement_min village
                upgrades
                {
                    twc_academia
                }
            }
            twc_academia city requires factions { northern_european, } 
            {
                capability
                {
                    happiness_bonus bonus 2
                    pope_approval 2
                    population_growth_bonus bonus 2
                    recruitment_slots 3
                    agent_limit merchant 2
                }
                material stone
                construction  5 
                cost  15000 
                settlement_min town
                upgrades
                {
                }
            }
        }
        plugins 
        {
        }
    }
    Last edited by sinople; January 24, 2009 at 10:36 AM.

  5. #65

    Default Re: Lesson 4 Part 1 Buildings

    I dont know how to prove that I have done this lesson, so I post the same as sinople.
    Here is a picture of the execution square (RTR anyone?)
    Spoiler Alert, click show to read: 

    And here is the code:
    Spoiler Alert, click show to read: 
    Code:
    building police
    {
        levels execution_square patrol_police secret_police 
        {
            execution_square city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
            {
                capability
                {
                    happiness_bonus bonus 1
                }
                material wooden
                construction  2 
                cost  1600 
                settlement_min city
                upgrades
                {
                    patrol_police
                }
            }
            patrol_police city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, } 
            {
                capability
                {
                    happiness_bonus bonus 3
                }
                material wooden
                construction  3 
                cost  3200 
                settlement_min large_city
                upgrades
                {
                    secret_police
                }
            }
            secret_police city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
            {
                capability
                {
    				happiness_bonus bonus 5
                }
                material wooden
                construction  4 
                cost  6400 
                settlement_min huge_city
                upgrades
                {
                }
            }
        }
        plugins 
        {
        }
    }
    Peace and prosperity to you noble sadiq

Page 4 of 4 FirstFirst 1234

Posting Permissions

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