Results 1 to 6 of 6

Thread: TTpY - Another simple, setup compatible 2T per year mod

  1. #1

    Default TTpY - Another simple, setup compatible 2T per year mod

    TwoTurnsPerYear

    Hi all!
    Inspired by many other similar mods i made a basic and fully setup compatible 2T per year mod.

    What it does?

    It just changes the timescale and removes the aging script per turn, so characters will age every year as they should.
    There are no other changes in terms of economy, devastation, ...


    INSTALL:

    Copy the text file to the mod folder "....\SEGA\Medieval II Total War\mods\SS6.3\data\campaign\sub", run SS setup and check the TwoTpY option.



    Credits to all the SS modders out there, enjoy !



    TwoTurnsPerYear.txt


    Last edited by Riva; October 07, 2015 at 02:16 PM.

  2. #2

    Default Re: TTpY - Another simple, setup compatible 2T per year mod

    Hello there.

    Its not clear (at least for me... maybe I dont understand something). Your txt say:

    -(...) replace data\world\maps\campaign\imperial_campaign\campaign_script.txt with: (...)

    ... but, both scripts are the same (equals):

    -Your txt:
    [files]replace data\world\maps\campaign\imperial_campaign\campaign_script.txt with:


    on:
    declare_counter season
    declare_counter turn
    set_counter turn 0


    monitor_event FactionTurnEnd FactionType slave
    console_command season winter
    set_counter turn 1
    end_monitor


    monitor_event PreFactionTurnStart I_CompareCounter turn = 1


    inc_counter season 1
    if I_CompareCounter season = 1
    console_command season summer
    end_if


    if I_CompareCounter season = 2
    console_command season winter
    set_counter season 0
    end_if


    set_counter turn 0


    end_monitor
    <end>
    -The campaign script from SS 6.4 (without modifications):
    ;=================== AGEING SCRIPT ======================
    declare_counter season
    declare_counter turn
    set_counter turn 0


    monitor_event FactionTurnEnd FactionType slave
    console_command season winter
    set_counter turn 1
    end_monitor


    monitor_event PreFactionTurnStart I_CompareCounter turn = 1


    inc_counter season 1
    if I_CompareCounter season = 1
    console_command season summer
    end_if


    if I_CompareCounter season = 2
    console_command season winter
    set_counter season 0
    end_if


    set_counter turn 0


    end_monitor


    ;=================== CHURCH TITLES ======================

    ... what is the change ?... the other thing is clear, np (the change in the descr_strat)

    thank you in advance, and sorry if I dont understand some simple thing.
    Last edited by Archaeopterix; September 27, 2015 at 06:16 PM.

  3. #3

    Default Re: TTpY - Another simple, setup compatible 2T per year mod

    With this text i remove the ageing script form the campaign_script.txt file, if this is not done the characters will age per turn instead of per year. After you run SS setup the whole text you posted will be gone.

    In the mod files you can use the command replace as follow to remove text:

    replace <path to some file> with:
    <--empty line-->
    on:
    <--text you want to be removed-->
    <end>

  4. #4
    Libertus
    Join Date
    Aug 2010
    Location
    Chicago
    Posts
    84

    Default Re: TTpY - Another simple, setup compatible 2T per year mod

    wow cool! thanks!

  5. #5

    Default Re: TTpY - Another simple, setup compatible 2T per year mod

    Quote Originally Posted by Riva View Post
    TwoTurnsPerYear

    Hi all!
    Inspired by many other similar mods i made a basic and fully setup compatible 2T per year mod.

    What it does?

    It just changes the timescale and removes the aging script per turn, so characters will age every year as they should.
    There are no other changes in terms of economy, devastation, ...


    INSTALL:

    Copy the text file to the mod folder "....\SEGA\Medieval II Total War\mods\SS6.3\data\campaign\sub", run SS setup and check the TwoTpY option.



    Credits to all the SS modders out there, enjoy !



    TwoTurnsPerYear.txt



    The mod doesn't work. I put it in the folder and nothing shows up.

  6. #6

    Default Re: TTpY - Another simple, setup compatible 2T per year mod

    Are you sure you put the file in the correct folder and running SS setup as admin ? If that's the case please upload a screenshot of your setup options.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •