I was editting a save game file, and I wanted to reset the date to 1066, just to see something.
I changed this:
to this
and i changed this
to this
But the game would crash upon loading. Am I missing a value that needs editting?
I changed this:
Code:
startyear = 1337
to this
Code:
startyear = 1066
and i changed this
Code:
startdate = { year = 1337 month = january day = 0 }
to this
Code:
startdate = { year = 1066 month = january day = 0 }
But the game would crash upon loading. Am I missing a value that needs editting?