Anyone using a different aging script with DLV? or DLV with BB?
Anyone using a different aging script with DLV? or DLV with BB?
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 placingIn instead of BB'sdeclare_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_monitorif 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
I c. Your family members living to long? Mine are.
Hehe my faction leader finally died at a age of 83![]()
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.