Results 1 to 4 of 4

Thread: Im looking for a simple mod.

Hybrid View

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

    Default Re: Im looking for a simple mod.

    O think that to make the post amrius troops available form the start you need to delete the line 'post marian reforms', but does anyone know how I can make pre-marian troops (specifically triarii) available after the reforms?

  2. #2
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: Im looking for a simple mod.

    This is the normal configuration of edb:
    Code:
                    recruit "roman triarii"  0  requires factions { roman, }  and not marian_reforms 
                    recruit "roman legionary cohort ii"  0  requires factions { roman, }  and marian_reforms
    To allow the recruitment all along the game, you must delete all the references to the marian_reforms in this way:
    Code:
                    recruit "roman triarii"  0  requires factions { roman, }  
                    recruit "roman legionary cohort ii"  0  requires factions { roman, }
    You must do it in all the levels of the buildings where the units appear.

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