Results 1 to 13 of 13

Thread: What do I need to change in the script to speed up marian reforms.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Muckomania or the Muckster Member mucky305's Avatar
    Join Date
    Apr 2007
    Location
    Located at the Bottom of a Lake, Right next to that Chick with the Sword
    Posts
    124

    Default Re: What do I need to change in the script to speed up marian reforms.

    Little help?


    - Drink the Kool-Aid
    'Anonymous'

  2. #2
    EB TRIBVNVS PLEBIS Member MarcusAureliusAntoninus's Avatar
    Join Date
    Jul 2006
    Location
    The State of Jefferson, USA
    Posts
    5,722

    Default Re: What do I need to change in the script to speed up marian reforms.

    The 54, is the number of TypeII governments needed to get the reform. (Actally 55 because of the ">")

    When you get the Marian reform, the old Polybian barracks become damaged every turn and you get a whole new set of barracks. Just destroy all the damaged Polybian barracks.


  3. #3
    Muckomania or the Muckster Member mucky305's Avatar
    Join Date
    Apr 2007
    Location
    Located at the Bottom of a Lake, Right next to that Chick with the Sword
    Posts
    124

    Default Re: What do I need to change in the script to speed up marian reforms.

    Marcus,
    Thank you very much!


    - Drink the Kool-Aid
    'Anonymous'

  4. #4
    Member Member sgsandor's Avatar
    Join Date
    Mar 2007
    Location
    in new jersey
    Posts
    221

    Default Re: What do I need to change in the script to speed up marian reforms.

    Marcus you seem to know alot about eb
    How to do i give a general all those traits could u list it for me?
    I would owe u one big time!

  5. #5
    EB TRIBVNVS PLEBIS Member MarcusAureliusAntoninus's Avatar
    Join Date
    Jul 2006
    Location
    The State of Jefferson, USA
    Posts
    5,722

    Default Re: What do I need to change in the script to speed up marian reforms.

    If you want to know traits, look up the "...\Rome - Total War\EB\Data\export_descr_character_traits.txt". Then do a search for the trait you want. Like "Arrogans", you will find this section:
    Code:
    ;------------------------------------------
    ;Trait: Superbus
    ; o Insolens: <Law> -1
    ; o Arrogans: <Law> -2
    ; o Superbus: <Law> -3
    
    Trait Superbus
        Characters family
        ExcludeCultures barbarian, greek, eastern, egyptian, carthaginian, nomad
        NoGoingBackLevel 1
        AntiTraits Modestus
    
        Level Insolens
             Description Insolens_desc
             EffectsDescription Insolens_effects_desc
             Threshold 1
    
             Effect Law -1
    
        Level Arrogans
             Description Arrogans_desc
             EffectsDescription Arrogans_effects_desc
             Threshold 2
    
             Effect Law -2
    
        Level Superbus
             Description Superbus_desc
             EffectsDescription Superbus_effects_desc
             Threshold 3
    
             Effect Law -3
    
    ;------------------------------------------
    As you will see, "Arrogans" is the second level of "Trait Superbus". So you use the code and put: (example)

    give_trait "Caivsminvtivs Gallicvs" Superbus 2

    Just search for any trait you want to give in that file and then use the trait group name and the level of that trait.


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