It can easily be changed.
Read the following to see how it can be done:
- Go to your "Medieval - Total War\campmap\startpos\".
- Then open up either one of the following txt files: EARLY, HIGH or LATE (or VIKING if you have VI and want to change the enddate for the Viking campaign).
- You can then place the following codeline for example on a clean enter/line:
Code Voorbeeld SetGameEndDate:: 2345[/QUOTE]
Just so you can easily find it again, put it inbetween the following codelines (unless you want to place it somewhere else, you can ofcourse also do that):
Code Voorbeeld SetStartDate:: 1321
SetPeriod:: LATE
SetEarlyPeriodStartDate:: 1087
SetHighPeriodStartDate:: 1205
SetLatePeriodStartDate:: 1321[/QUOTE]
Place it for example inbetween like the following:
Code Voorbeeld SetStartDate:: 1321
SetGameEndDate:: 2345
SetPeriod:: LATE
SetEarlyPeriodStartDate:: 1087
SetHighPeriodStartDate:: 1205
SetLatePeriodStartDate:: 1321[/QUOTE]
If you'd like another date just change the "2345" to something else.
Bookmarks