Can you explain exactly what you changed? because every time I try to change the start date to anything other than (2016, 3, 1), the game just won't load
Hey,
The way you wrote the date out I will assume that you have seen my post in the How to dnSpy thread. Really, that's all I really changed on clean vanilla csharp.
So assuming that you dnSpy'ing this, I would guess the following.
Ive had problems in the past with a crashing dll which I believe to be part of maintaining clean assembly references and avoiding class edits.
My steps would be as follows.
1) Open dll with dnspy
2) Search for the 'gamestartdate' string
3) right click, 'edit method' next your date string - think you got all this already
4) Select you references, and select everything in the 'managed' folder that shows up except for the csharp.dll and, not sure if I put it there, but I have a csharp2.dll, I dont select that either.
5) dont hit compile yet, hit cancel.
6) now do the edit method again and change your date.
7) it should compile safely with no errors
8) save, lock, load and enjoy