Results 1 to 30 of 709

Thread: RTW MP Campaign - The game has begun!

Hybrid View

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

    Default Re: RTW MP Campaign - Play Now!

    Yes they are i built it off 1.01.
    Heres an example of the code i am using
    Code:
    building British_Auxillias
    {
        levels British_Auxillia_Lv.1 British_Auxillia_Lv.2 British_Auxillia_Lv.3
        {
             British_Auxlillia_Lv.1 requires factions { britons, } and not hidden_resource British 
            {
                capability
                {
                   
                }
                construction  3 
                cost  500 
                settlement_min viliage
                upgrades
                {
                     British_Auxillia_Lv.2
                }
            }
             British_Auxillia_Lv.2 requires factions { britons, } and not hidden_resource british
            {
                capability
                {
                    
                }
                construction  4 
                cost  500
                settlement_min large_town
                upgrades
                {
                     British_Auxillia_Lv.3
                }
            }
            British_Auxillia_Lv.3 requires factions { britons, } and not hidden_resource british 
            {
                capability
                {
                    
                }
                construction  6 
                cost  500 
                settlement_min city
                upgrades
                {
                }
            }
        }
        plugins 
        {
        }
    }
    and for the units

    Code:
    recruit "barb peasant briton"  0  requires factions { britons, } and hidden_resource british or requires factions { britons, } and building_present_min_level British_Auxillias British_Auxillia_Lv.1
    When it occurs to a man that nature does not regard him as important and that she feels she would not maim the universe by disposing of him, he at first wishes to throw bricks at the temple, and he hates deeply the fact that there are no bricks and no temples
    -Stephen Crane

  2. #2
    Insanity perhaps is inevitable Member shifty157's Avatar
    Join Date
    Jan 2005
    Posts
    1,145

    Default Re: RTW MP Campaign - Play Now!

    It looks fine to me. The only thing i can think of are periods allowed in building names? I try to avoid any sort of punctuation like that.

    Also try splitting your unit recruitment into two different recruitments. While the way you have it now shouldnt cause any problems the game may interpret it incorrectly.

  3. #3

    Default Re: RTW MP Campaign - Play Now!

    I ll try removing all the periods and see if it helps

    As for spliting the unit recruitment theres a hard coded limit of 500. scince there are a starting amount of around 275 units we would have to double the number.
    When it occurs to a man that nature does not regard him as important and that she feels she would not maim the universe by disposing of him, he at first wishes to throw bricks at the temple, and he hates deeply the fact that there are no bricks and no temples
    -Stephen Crane

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