Results 1 to 21 of 21

Thread: How to change the year of Roman system's changing?

Hybrid View

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

    Default How to change the year of Roman system's changing?

    i really hate to wait until 243BC to get these new roman units, any tell me how to make it sooner, please ?

  2. #2

    Default Re: How to change the year of Roman system's changing?

    It changes with the time you get an imperial city in Italy (including Sicily I think)

    If you want to make that sooner. Create loads of peasant units, take them to Italy and disband them there.

    Hope that helps

    Stormie

    A (relative) newb

  3. #3

    Default Re: How to change the year of Roman system's changing?

    Go to your export_descr_buildings.txt file. Do a search for the units that you want to make sooner - you'll see at the end of each line is "and marian_reforms" - remove it.

    Backup your file before you mess with it though
    Epistolary Richard's modding Rules of Cool
    Cool modders make their mods with the :mod command line switch
    If they don't, then Cool mod-users use the Mod Enabler (JSGME)
    Cool modders use show_err
    Cool modders use the tutorials database Cool modders check out the Welcome to the Modding Forums! thread Cool modders keep backups Cool modders help each other out

  4. #4
    Member-I'm still a noob though Member Melea Lord's Avatar
    Join Date
    Jul 2006
    Location
    Imperial Palace, Capua.
    Posts
    68

    Talking Re: How to change the year of Roman system's changing?

    Can you make it so that it the event happens when Marius in reality changed the system? Wasn't it 108BC?

    OR

    Could you make it impossible for the Imperial palace to be built before 108BC? But wouldn't that create large levels of squalor?

  5. #5
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: How to change the year of Roman system's changing?

    Shamo, I'd try switching 'imperial_palace' and 'proconsuls_palace' for every instance in export_descr_buildings.txt ( and descr_strat if cities are large enough). Hard coded stuff generally relates to resource / building name not context so that should bring it in earlier.

    Melea Lord, to make trigger activate later, you could either, make building queue longer by increasing building times and / or enforcing inter-dependencies so all lower buildings inc - all levels of stables etc have to be built first - if squalor becomes too much of a problem you can add health benefits to other buildings.
    Alternatively reduce population growth in regions with relevant resource ( I assume that the relevant one is italy- but it could be rome or something else!?)
    In normal modding I don't think there's anything to link this to a specific year, but you could look into scripting, as that seems to achieve more....
    Not used mods before? Looking for something small and fun?!
    Download the:

  6. #6
    Bibliophilic Member Atilius's Avatar
    Join Date
    Oct 2005
    Location
    America Medioccidentalis Superior
    Posts
    3,837

    Post Re: How to change the year of Roman system's changing?

    Quote Originally Posted by Makanyane
    ...I assume that the relevant one is italy...
    Yes, this is correct. If you remove the hidden resource "italy", the reforms will not occur.

    Quote Originally Posted by Makanyane
    In normal modding I don't think there's anything to link this to a specific year, but you could look into scripting, as that seems to achieve more...
    Agreed. Something like this should work in a background script:

    Code:
    monitor_conditions( I_TurnNumber=326 )
        console_command create_building ROME new_building_name
        terminate_monitor
    end_monitor
    You would want to make construction of the new units dependent in some way upon the existence of new_building_name. The normal method for triggering the Marian reforms would need to be disabled, and the marian_reforms keyword will then always evaluate to false.
    Last edited by Atilius; 08-22-2006 at 03:46.
    The truth is the most valuable thing we have. Let us economize it. - Mark Twain



  7. #7

    Default Re: How to change the year of Roman system's changing?

    Quote Originally Posted by stormbringer_951
    It changes with the time you get an imperial city in Italy (including Sicily I think)

    If you want to make that sooner. Create loads of peasant units, take them to Italy and disband them there.

    Hope that helps

    Stormie

    A (relative) newb
    so there's not a certain year about Marius's new system,that's why i looked everywhere but found nothing
    it's not a big problem in the vanilla, but in RTG, every settlements start with a really small population,and there's no peasant unit, so it seems they take forever to change to an imperial city
    @ Makanyane & Epistolary Richard :i'll see it'd work or not
    @ Atilius :maybe a bit stupid , but where i can find these script ?
    and...thanks alot u guys ^-^

  8. #8
    Bibliophilic Member Atilius's Avatar
    Join Date
    Oct 2005
    Location
    America Medioccidentalis Superior
    Posts
    3,837

    Post Re: How to change the year of Roman system's changing?

    Shamo: The scripts that come with the game are restricted to giving advice and setting up battles. You must write scripts that control aspects of the game yourself. My suggestion is that you look at the A Beginner's Guide to Scripting and An Intermediate Guide to Scripting if you'd like to learn more about writing and running scripts.
    The truth is the most valuable thing we have. Let us economize it. - Mark Twain



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