Difference between revisions of "Changing the Number of Years per Turn"
From TWC Wiki
Jump to navigationJump to search (Removed category "M2TW Modding Tutorials" (using HotCat)) |
|||
Line 11: | Line 11: | ||
The lowest value that works is 0.50, any value lower and the game just treats it as 0.50. 0.5 means 2 turns per year, 1.00 mean 1 turn per year etc. | The lowest value that works is 0.50, any value lower and the game just treats it as 0.50. 0.5 means 2 turns per year, 1.00 mean 1 turn per year etc. | ||
+ | |||
+ | Green Eyed Devil has developed a script, which you drop into the campaign file(located in same folder as the descr strat) which can have 4,6, or 12 turns per year. | ||
=== See Also === | === See Also === | ||
Line 16: | Line 18: | ||
[[Changing the Counter from Turns to Years]] | [[Changing the Counter from Turns to Years]] | ||
− | [[Category: Modding]][[Category: M2TW Modding | + | [[Category: Modding]][[Category: M2TW Modding]] |
Revision as of 11:59, 15 October 2009
Follow this easy method to change the number of Turns per Year:
- Go to the "Medieval II Total War/data/world/maps/campaign/imperial_campaign" folder.
- Right click on the file "desc_strat.txt", select properties and uncheck the read-only box.
- Open the desc_strat.txt file in notepad.
- Change the value in front of timescale
It should look like this by default:
timescale 2.00
The lowest value that works is 0.50, any value lower and the game just treats it as 0.50. 0.5 means 2 turns per year, 1.00 mean 1 turn per year etc.
Green Eyed Devil has developed a script, which you drop into the campaign file(located in same folder as the descr strat) which can have 4,6, or 12 turns per year.