Results 1 to 11 of 11

Thread: slow down character's aging?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Aaren J's Avatar Laetus
    Join Date
    Jan 2010
    Location
    Currently living in New Zealand
    Posts
    19

    Icon5 slow down character's aging?

    Hello guys.
    First off, I can't believe how good version 6.3 is. Congratulations on one amazing mod!

    Just a quick question if i may. My housemate and I like to slow the timescale in descr_strat down to 0.50, but I've noticed that generals and family members still age at the normal rate. Altering the timescale has the desired effect of adding more turns per year, but it doesn't seem to affect how quick characters age.
    Is there any way for me to change this, or is it perhaps scripted or something?

  2. #2
    Navajo Joe's Avatar SS Forum Moderator
    Join Date
    May 2008
    Location
    England
    Posts
    4,182

    Default Re: slow down character's aging?

    AarenJ,

    If you want to use 2 turns per year, I attach an existing sub mod for 6.3:

    http://www.twcenter.net/forums/showthread.php?t=388781





    'Proud to be patronised by cedric37(My Father and My Guardian)

  3. #3
    Aaren J's Avatar Laetus
    Join Date
    Jan 2010
    Location
    Currently living in New Zealand
    Posts
    19

    Default Re: slow down character's aging?

    Quote Originally Posted by Navajo Joe View Post
    AarenJ,

    If you want to use 2 turns per year, I attach an existing sub mod for 6.3:

    http://www.twcenter.net/forums/showthread.php?t=388781
    I'll take a look now. Thanks fella.

  4. #4

    Default Re: slow down character's aging?

    This sound very interesting with this mode. But I have never operated with a php. file. So please, I have it, I even opened it. what should I do with it to make effect? Where should I put it (which folder?)... ? And after that what? Thank you...

  5. #5
    Miles
    Join Date
    Feb 2012
    Location
    Denmark, Europe
    Posts
    336

    Default Re: slow down character's aging?

    Quote Originally Posted by Kresolino View Post
    This sound very interesting with this mode. But I have never operated with a php. file. So please, I have it, I even opened it. what should I do with it to make effect? Where should I put it (which folder?)... ? And after that what? Thank you...
    There is no *.php-file you need to render. It's the campaign_script.txt you need! In that there is the aging (AND turn per year) script. Edit that in the way as the link is showing or pm me if you need any help with that. When that is done, you need to edit descr_strat.txt where you need to change the timescale from 0.5 or w/e it is to what ever you want. 0.5 is 2 turns per year and 0.0833333 is 12 turns per year... Do your own math
    //ThaDoews

    TATW + MOS 1.
    6.2
    SS6.4 + BftB

  6. #6
    Meneth's Avatar I mod, therefore I am
    Join Date
    Jul 2010
    Location
    Oslo, Norway
    Posts
    5,531

    Default Re: slow down character's aging?

    You can remove the aging script from the campaign script.
    Or you can download my 2TPY Project. Link is in my signature.

  7. #7
    Aaren J's Avatar Laetus
    Join Date
    Jan 2010
    Location
    Currently living in New Zealand
    Posts
    19

    Default Re: slow down character's aging?

    Quote Originally Posted by Meneth View Post
    You can remove the aging script from the campaign script.
    Or you can download my 2TPY Project. Link is in my signature.

    I'll download that now, cheers.
    How would one remove the aging script?

  8. #8
    Meneth's Avatar I mod, therefore I am
    Join Date
    Jul 2010
    Location
    Oslo, Norway
    Posts
    5,531

    Default Re: slow down character's aging?

    Quote Originally Posted by Aaren J View Post
    I'll download that now, cheers.
    How would one remove the aging script?
    Well, the 2 TPY Project already takes care of that.
    But doing it manually is pretty simple:

    1. Open up the campaign_script.txt files in SS6.3\data\campaign\early and SS6.3\data\campaign\late
    2. Search for "ageing script"
    3. Remove the whole section (in both early and late)
    4. Run the sub-mod manager (SS_setup.exe)
    5. Start a new campaign

  9. #9
    Aaren J's Avatar Laetus
    Join Date
    Jan 2010
    Location
    Currently living in New Zealand
    Posts
    19

    Default Re: slow down character's aging?

    Am I to delete the entire file or just a specific part of it?

    *edit* found it. Wow. I guess I really AM a moron after all.
    Last edited by Aaren J; October 05, 2010 at 10:34 AM.

  10. #10
    Meneth's Avatar I mod, therefore I am
    Join Date
    Jul 2010
    Location
    Oslo, Norway
    Posts
    5,531

    Default Re: slow down character's aging?

    Quote Originally Posted by Aaren J View Post
    Am I to delete the entire file or just a specific part of it?
    The entire "ageing script" section of the files.
    This bit, to be precise:
    Code:
    ;=================== AGEING SCRIPT ======================
    declare_counter season
    monitor_event PreFactionTurnStart FactionIsLocal
        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
    end_monitor
    
    monitor_event FactionTurnEnd FactionType slave
        console_command season winter
    end_monitor

  11. #11
    Harakan's Avatar Foederatus
    Join Date
    Jun 2012
    Location
    Kiel, Germany
    Posts
    40

    Default Re: slow down character's aging?


Posting Permissions

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