Results 1 to 15 of 15

Thread: Disabling Vanilla Marian Reform requirements

  1. #1

    Default Disabling Vanilla Marian Reform requirements

    is it possible to disable the requirement for some units having to wait for the vanilla marian reforms to trigger before they can be used/recruited. i know you have to wait for rome to build a huge city in italy, but i find the AI never gets to that point. where do i need to go in order for this to be done?

  2. #2
    Member Member Lovejoy's Avatar
    Join Date
    May 2006
    Location
    Sweden
    Posts
    408

    Default Re: Disabling Vanilla Marian Reform requirements

    you can always type:

    "add_population cityname 4000"

    in the console to give a city in italy 4000 men. this will help the AI to get 2 huge cities in Italy faster.

    if you write:

    "process_cq cityname"

    every now and then things SHOULD get ever faster. I am not totaly sure on the last one tough. (it is supposed complete all buildings currently in production in the city.)

  3. #3
    Member Member Cyrus's Avatar
    Join Date
    Sep 2008
    Location
    Milano ITA
    Posts
    353

    Default Re: Disabling Vanilla Marian Reform requirements

    i've done that, but it does not help, i gave Ariminum 25000 population and for some reason the pop. growth bonus went to -50% loosing even more than what it started with.


    Italians do it better! Chi dice donna dice guai. Abbi donna di te minore, se vuoi essere signore. Donne e buoi dei paesi tuoi. Fiume, grondaia e donna parlatora mandano l'uomo di casa fuora.
    And my personal favorite: "Non rimuovere il confine antico fissato dai tuoi padri". In english: "Do not remove the anchent border placed by your fathers". It looses something in the translation......

  4. #4

    Default Re: Disabling Vanilla Marian Reform requirements

    what about the units themselves. for example, for the later Saka bodyguards and Baktrian Bodyguards, their apprearance is contigent upon this happening. if i can't speed it up by adding population, can i turn off that requirement for specific units?

  5. #5
    Haruhiist Member Zett's Avatar
    Join Date
    May 2008
    Location
    Republik Freies Wendland
    Posts
    244

    Default AW: Re: Disabling Vanilla Marian Reform requirements

    Quote Originally Posted by Lovejoy View Post
    in the console to give a city in italy 4000 men. this will help the AI to get 2 huge cities in Italy faster.
    I think they need only one huge city (which is not Roma) in Italy.

    Just capture Capua and upgrade it to huge yourself. Then give it back to the Romans.

    Quote Originally Posted by goosejn View Post
    what about the units themselves. for example, for the later Saka bodyguards and Baktrian Bodyguards, their apprearance is contigent upon this happening. if i can't speed it up by adding population, can i turn off that requirement for specific units?
    You can delete the "and marian_reform" in the EDB (export_descr_buildings) to make the Koinon Hellenon Phalangitai and the Hysteroi Pezhetairoi recruitable from the start.
    Spoiler Alert, click show to read: 


    Ceterum censeo Romam esse delendam
    Last edited by Zett; 04-13-2009 at 08:01.


    Balloon Count: 4

    My Greek Nobles:
    from satalexton, his name is Plato
    from satalexton, his name is Sōkrátēs
    from satalexton, his nam is Aristotélēs

  6. #6
    urk! Member bobbin's Avatar
    Join Date
    Aug 2008
    Location
    Tin Isles
    Posts
    3,668

    Default Re: Disabling Vanilla Marian Reform requirements

    Quote Originally Posted by goosejn View Post
    what about the units themselves. for example, for the later Saka bodyguards and Baktrian Bodyguards, their apprearance is contigent upon this happening. if i can't speed it up by adding population, can i turn off that requirement for specific units?
    For the bodyguard units you need to edit the EDU entry by replacing the general_unit_upgrade atribuite with general_unit, I'll use Baktria as an example.
    Spoiler Alert, click show to read: 
    Code:
    ;471
    type             hellenic cavalry hetairoi kataphraktoi
    dictionary       hellenic_cavalry_hetairoi_kataphraktoi      ; Hetairoi Kataphraktoi
    category         cavalry
    class            heavy
    voice_type       General_1
    soldier          hellenistic_cavalry_hetairoi_kataphractoi, 10, 0, 1
    mount            grivpanvar horse
    mount_effect     elephant -1, chariot +2
    attributes       sea_faring, hide_forest, general_unit
    formation        1.5, 4, 3, 6, 4, square
    stat_health      1, 1
    stat_pri         5, 47, no, 0, 0, melee, blade, piercing, spear, 200 ,0.4
    stat_pri_attr    ap
    stat_sec         11, 28, no, 0, 0, melee, simple, slashing, sword, 0 ,0.11
    stat_sec_attr    ap
    stat_pri_armour  29, 10, 0, metal
    stat_sec_armour  0, 0, flesh
    stat_heat        5
    stat_ground      0, 0, -4, -1
    stat_mental      18, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay  0
    stat_food        60, 300
    stat_cost        1, 2924, 0, 80, 100, 2924
    ownership        romans_brutii


    and then disable the early bodyguards by deleting the general_unit attribute

    Spoiler Alert, click show to read: 
    Code:
    ;389
    type             hellenistic cavalry baktrian bodyguard
    dictionary       hellenistic_cavalry_baktrian_bodyguard      ; Somatophylakes Strategou (Baktrian Early Bodyguard)
    category         cavalry
    class            heavy
    voice_type       General_1
    soldier          hellenistic_cavalry_baktrianbodyguard_kambojas, 10, 0, 1
    mount            half armoured horse
    mount_effect     elephant -1, chariot +2
    attributes       sea_faring, hide_forest, hardy
    formation        1.5, 4, 3, 6, 4, square
    stat_health      1, 1
    stat_pri         5, 39, no, 0, 0, melee, blade, piercing, spear, 180 ,0.38
    stat_pri_attr    ap
    stat_sec         11, 22, no, 0, 0, melee, simple, slashing, sword, 0 ,0.11
    stat_sec_attr    ap
    stat_pri_armour  14, 13, 3, metal
    stat_sec_armour  0, 0, metal
    stat_heat        4
    stat_ground      0, 0, -4, -1
    stat_mental      16, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay  0
    stat_food        60, 300
    stat_cost        1, 2040, 0, 40, 60, 2040
    ownership        romans_brutii

    Just do the same with the respective bodyguards for the other factions and your laughing.
    Last edited by bobbin; 04-13-2009 at 17:17.


  7. #7

    Default Re: Disabling Vanilla Marian Reform requirements

    have you tried this for yourself?

  8. #8

    Default Re: Disabling Vanilla Marian Reform requirements

    i forgot to also ask....using the example of bactria, if i follow your suggestion, which bodyguard will show up, the early, or the katphraktoi?

  9. #9
    Devout worshipper of Bilious Member miotas's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    2,035

    Default Re: Disabling Vanilla Marian Reform requirements

    Quote Originally Posted by Lovejoy View Post
    you can always type:

    "add_population cityname 4000"

    in the console to give a city in italy 4000 men. this will help the AI to get 2 huge cities in Italy faster.

    if you write:

    "process_cq cityname"

    every now and then things SHOULD get ever faster. I am not totaly sure on the last one tough. (it is supposed complete all buildings currently in production in the city.)
    Quote Originally Posted by Cyrus View Post
    i've done that, but it does not help, i gave Ariminum 25000 population and for some reason the pop. growth bonus went to -50% loosing even more than what it started with.
    This method does work, add the population to capua so it goes to about 30000, then type "process_cq capua" into the console. Do this at the start of every turn and you will have your new unit in no time.

    If you need to check on the cities status, just use the "toggle_perfect_spy" and "toggle_fow", if capua has an imperial palace then you will get your new unit next turn.

    Depending on how big capua was to start with it will get huge negative growth but this doesn't matter as they will start the construction of the new building before they lose the population and then you can use process_cq to finish it imediatly.

    I have done this twice successfully.

    - Four Horsemen of the Presence

  10. #10
    urk! Member bobbin's Avatar
    Join Date
    Aug 2008
    Location
    Tin Isles
    Posts
    3,668

    Default Re: Disabling Vanilla Marian Reform requirements

    Quote Originally Posted by goosejn View Post
    i forgot to also ask....using the example of bactria, if i follow your suggestion, which bodyguard will show up, the early, or the katphraktoi?
    The Hetairoi Kataphraktoi wil be the bodyguard. I have done it myself.

    One thing to note is that if you do this in a current game only generals that come of age after the change is made will get the Kataphraktoi bodyguards.

    Also it has occured to me that if you start a new campaign your starting generals will have the old bodyguards as well, to change that you need to edit the descr_strat file.
    Last edited by bobbin; 04-14-2009 at 03:12.


  11. #11
    Wandering Metsuke Senior Member Zim's Avatar
    Join Date
    Jan 2007
    Posts
    5,190

    Default Re: Disabling Vanilla Marian Reform requirements

    Is there a list of factions that get units from the vanilla Marian Reforms? I didn't see one in the reforms section of the FAQ thread.

    I'm thinking of starting an Epirus campaign and creating an empire in Italy but don't want to miss out (or have potential opponents not get the units if they'd make a big difference).
    V&V RIP Helmut Becker, Duke of Bavaria.



    Come to the Throne Room for hotseats and TW rpgs!

    Kermit's made a TWS2 guide? Oh, the other frog....

  12. #12
    Slixpoitation Member A Very Super Market's Avatar
    Join Date
    Jan 2009
    Location
    Vancouver, BC, Canada, North America, Terra, Sol, Milky Way, Local Cluster, Universe
    Posts
    3,700

    Default Re: Disabling Vanilla Marian Reform requirements

    Everyone that does not have their own reform requirements uses the March of Time as a reference.

    Bobbin, I once had a mercenary Eastern General that suddenly gained Baktrian cataphract bodyguards when the reform came...
    Spoiler Alert, click show to read: 
    WELCOME TO AVSM
    Cool store, bro! I want some ham.
    No ham, pepsi.
    They make deli slices of frozen pepsi now? Awesome!
    You also need to purchase a small freezer for storage of your pepsi.
    It runs on batteries. You'll need a few.
    Uhh, I guess I won't have pepsi then. Do you have change for a twenty?
    You can sift through the penny jar
    ALL WILL BE CONTINUED

    - Proud Horseman of the Presence

  13. #13
    Wandering Metsuke Senior Member Zim's Avatar
    Join Date
    Jan 2007
    Posts
    5,190

    Default Re: Disabling Vanilla Marian Reform requirements

    Do all factions without unique reforms have units they don't get until the march of time then?

    I suppose I'll have to leave the Romans alone and go after Greece then.

    Quote Originally Posted by A Very Super Market View Post
    Everyone that does not have their own reform requirements uses the March of Time as a reference.
    V&V RIP Helmut Becker, Duke of Bavaria.



    Come to the Throne Room for hotseats and TW rpgs!

    Kermit's made a TWS2 guide? Oh, the other frog....

  14. #14
    urk! Member bobbin's Avatar
    Join Date
    Aug 2008
    Location
    Tin Isles
    Posts
    3,668

    Default Re: Disabling Vanilla Marian Reform requirements

    Quote Originally Posted by A Very Super Market View Post
    Bobbin, I once had a mercenary Eastern General that suddenly gained Baktrian cataphract bodyguards when the reform came...
    Huh thats weird, maybe the game doesn't distinguish between recruited generals and family members, I think I've heard somewhere that mercenary generals count towards your family member count so it could be the case.

    @Zim If your playing as Eprius you don't need to worry as they don't recieve any new stuff from the march of time event.

    March of Time
    Romans get 2 new ships
    Koinon Hellenon get a Phalangite unit.
    Makedon gets the Hysteroi Pezhetaroi
    Hayasdan, Saka, Pontos, Parthia and Baktria get new bodyguards


  15. #15
    Haruhiist Member Zett's Avatar
    Join Date
    May 2008
    Location
    Republik Freies Wendland
    Posts
    244

    Default AW: Re: Disabling Vanilla Marian Reform requirements

    Quote Originally Posted by Zim View Post
    Do all factions without unique reforms have units they don't get until the march of time then?

    I suppose I'll have to leave the Romans alone and go after Greece then.
    Only to say it again, Epeiros didn't get new units. So you can crush the Romani anytime.

    Edit: Damn, didn't see this:
    Quote Originally Posted by bobbin View Post
    @Zim If your playing as Eprius you don't need to worry as they don't recieve any new stuff from the march of time event.
    I should read more carefully.


    Ceterum censeo Romam esse delendam
    Last edited by Zett; 04-17-2009 at 09:38.


    Balloon Count: 4

    My Greek Nobles:
    from satalexton, his name is Plato
    from satalexton, his name is Sōkrátēs
    from satalexton, his nam is Aristotélēs

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