Results 1 to 7 of 7

Thread: Aging script?

Hybrid View

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

    Default Aging script?

    Anyone using a different aging script with DLV? or DLV with BB?

  2. #2

    Default Re: Aging script?

    When we hit the show me how button to activate the script what does it activate exactly? I tried looking around to see it there was an explanation but didn't find it.

  3. #3

    Default Re: Aging script?

    Quote Originally Posted by SirWarts View Post
    When we hit the show me how button to activate the script what does it activate exactly? I tried looking around to see it there was an explanation but didn't find it.
    I'm talking about placing
    declare_counter period
    set_counter period 1 ;set to Jan -Feb

    monitor_event PreFactionTurnStart FactionIsLocal ; set the season for each period
    if I_CompareCounter period == 1 ;Jan, Feb
    console_command season winter
    end_if

    if I_CompareCounter period == 2 ;March April
    console_command season summer
    end_if

    if I_CompareCounter period == 3 ;May June
    console_command season summer
    end_if

    if I_CompareCounter period == 4 ;July Aug
    console_command season summer
    end_if

    if I_CompareCounter period == 5 ;Sept Oct
    console_command season summer
    end_if

    if I_CompareCounter period == 6 ;Nov Dec
    console_command season winter
    end_if

    inc_counter period 1 ;advance the period
    if I_CompareCounter period == 7 ;start a new year
    set_counter period 1
    end_if
    end_monitor

    monitor_event FactionTurnEnd FactionType slave
    and I_CompareCounter period > 1
    console_command season summer
    end_monitor
    In instead of BB's
    if I_CompareCounter season_counter < 1
    and I_CompareCounter change_season_counter < 1
    set_event_counter kivals_summer 1
    set_event_counter kivals_winter 0
    set_counter season_counter 1
    set_counter change_season_counter 1
    end_if
    if I_CompareCounter season_counter > 0
    and I_CompareCounter change_season_counter < 1
    set_event_counter kivals_summer 0
    set_event_counter kivals_winter 1
    set_counter season_counter 0
    set_counter change_season_counter 1
    end_if

  4. #4

    Default Re: Aging script?

    I c. Your family members living to long? Mine are.

  5. #5

    Default Re: Aging script?

    Hehe my faction leader finally died at a age of 83

  6. #6

    Default Re: Aging script?

    Mine is alive at 99 or 100.

  7. #7

    Default Re: Aging script?

    Ive been having the same problem I have 3 generals and my king are in there mid 80's. Anyone know how to stop this? I have zero experience in modding, so any help would be greatly appreciated.

Posting Permissions

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