Results 1 to 4 of 4

Thread: 3/4 Summer & 1/4 Winter + proper aging

  1. #1
    JuL14n's Avatar Centenarius
    Join Date
    Apr 2009
    Location
    Finland
    Posts
    830

    Default 3/4 Summer & 1/4 Winter + proper aging

    3/4 Summer & 1/4 Winter + proper aging

    Are you like me and tired of the 50% chance that you fight a winter battle?
    This is for you then!
    Code:
    ;;;;;; 3 Summers and 1 Winter ;;;;;;
    
    declare_counter season_counter
    
    monitor_event FactionTurnStart FactionIsLocal
    	inc_counter season_counter 1
    	
    	; 0 equals winter
    	if I_CompareCounter season_counter == 0
    		console_command season winter
    	end_if
    	if I_CompareCounter season_counter > 0
    		console_command season summer
    	end_if
    	; Reset the counter on the autumn turn so that it'll be 0 next turn
    	if I_CompareCounter season_counter == 3
    		set_counter season_counter -1
    	end_if
    end_monitor
    Originally Alpaca made this, so go by here and rep+ him.
    http://www.twcenter.net/forums/showt...ements_article

    How to install:

    1. Copy everything inside the code box on top.
    2. Go to "medieval II total war\mods\Third_Age\data\world\maps\campaign\imperial_campaign\campaign_script.txt
    3. Right-click and paste it on the top beteween "restrict_strat_radar false" and "Garrison Script Version 1.3"
    4. Save and quit.

    When it's done it looks like this:
    Spoiler Alert, click show to read: 


    And also make sure that the starting date in descr_strat.txt is set to summer,
    also it's not compatible with any other mod that changes the year layout.


    for example:

    Sohn des Khaine's Generals are aging too fast
    In this case, you just have to remove his script and change starting date back to summer.

    ----------------------------------

    Move it to "medieval II total war\mods\third_age" and extract it here, and let it write over all underlying folders, or extract and move the data folder there instead.
    Last edited by JuL14n; July 06, 2009 at 12:20 AM.

  2. #2
    Louis Lux's Avatar Into the Light
    Patrician

    Join Date
    Aug 2008
    Location
    London
    Posts
    4,708

    Default Re: 3/4 Summer & 1/4 Winter + proper aging

    Winter battles do seem out of place sometimes.
    Here's the campaign_script:

  3. #3
    JuL14n's Avatar Centenarius
    Join Date
    Apr 2009
    Location
    Finland
    Posts
    830

    Default Re: 3/4 Summer & 1/4 Winter + proper aging

    Quote Originally Posted by Louis Lux View Post
    Winter battles do seem out of place sometimes.
    Here's the campaign_script:
    Especially for unlucky people like me that can get tails 12 times a row when I'm after head when I toss a coin.

    Thanks for the campaign_script

  4. #4

    Default Re: 3/4 Summer & 1/4 Winter + proper aging

    spot on, thanks for this


    Goth

Posting Permissions

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