Calendar

From Civilization Modding Wiki
Revision as of 23:33, 25 May 2009 by CivRocks07 (talk | contribs)
Jump to navigationJump to search

The Calendar value is the calendar used in the scenario. This is what determines the date as displayed on the main screen and the time jump between turns. This is defined in the file "CIV4BasicInfos.xml" (found in your Civilization 4 directory/Assets/XML/BasicInfos). The possible values are:

  • CALENDAR_DEFAULT
  • CALENDAR_YEARS
  • CALENDAR_TURNS
  • CALENDAR_SEASONS
  • CALENDAR_MONTHS
  • CALENDAR_WEEKS


The default is CALENDAR_DEFAULT.