Author Topic: Future Start Date  (Read 3100 times)

Offline Simon-v

  • Sergeant
  • **
  • Posts: 11
    • View Profile
Future Start Date
« on: July 14, 2013, 03:19:16 pm »
Good day, commanders.

The problem:

1999 is no longer in the near future. However, the game takes place in the near future. Therefore, shifting the date somewhere later makes sense.

The solution:

Put this:
Code: [Select]
startingTime:
  second: 0
  minute: 0
  hour: 12
  weekday: 5
  day: 1
  month: 1
  year: 2099
Into data/Ruleset/FutureStartDate.rul,
And add this:
Code: [Select]
  - FutureStartDate.rulIn the end of openxcom.cfg.

Fun note: the week day in the attached start date is correct!
« Last Edit: July 14, 2013, 03:32:09 pm by Simon-v »