Results 1 to 5 of 5

Thread: Need help with season counter

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    G Rider's Avatar Tiro
    Join Date
    Dec 2006
    Location
    Michigan, USA
    Posts
    283

    Default 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:

  2. #2

    Default 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.

  3. #3

    Default Re: Need help with season counter

    Going to bump this to see if someone can help.

  4. #4

    Default 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

  5. #5

    Default 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
  •