-
December 25, 2008, 03:51 PM
#1
Tiro
Need help with season counter
I'm looking to have winter every four turns. I'm not looking to have four turns a year as that sounds like too much trouble. What I would like to see is winter only happen once every four turns. I lose immersion from winter happening every other turn.
I went cross-eyed looking at this:
monitor_event PreFactionTurnStart FactionIsLocal
and 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_monitor
monitor_event PreFactionTurnStart FactionIsLocal
and 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_monitor
monitor_event PreFactionTurnStart FactionIsLocal
set_counter change_season_counter 0
end_monitor
:hmmm:
-
December 28, 2008, 05:25 AM
#2
Re: Need help with season counter
Did you try posting in the scripting section of the mod forum?
I'm sure someone there can help you.
-
January 06, 2009, 02:24 PM
#3
Indefinitely Banned
Re: Need help with season counter
Going to bump this to see if someone can help.
-
January 07, 2009, 06:31 AM
#4
Re: Need help with season counter
Yeah, I wish the game had a 4 turns per year system so winter is lock down month when nothing happens. Autumn might be difficult to fight in if all your non-professional foot troops have to tend to their crops and animals (suffering a morale drop if fighting then)? Repman said long ago there were problems switching to this - so much would have to be re-scheduled.
Look in the early threads way back on this forum - I'm sure someone's given some good reasons to this.
I wonder if any other M2TW mods out there have also used this system?
-- Toke
-
January 07, 2009, 06:53 AM
#5
Re: Need help with season counter
You could ask the guys at the EBII forum. I guess they are going for a 4turn/year system again.
Cheers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules