Krongorka
Well-Known Member
- Sep 22, 2017
- 1,256
- 3,985
- 397
It's possible to do, but there are some nuances. It seems like you'll really have to start a new game after this change, because game's logic might break very easily otherwise. Testing it on my end from a new game it works fairly well, Amilia's payment events/other events still works without day reports.Is there a mod that auto-skips the end of day reports?
Now, about how to do it, I'll explain with a code preview via dnspyEx:
This highlighted line must be removed in order to skip day reports window completely. One way to do it is to "edit IL instructions"
Delete this, press ok, and you'll get this line removed from the code:
Now, the other problem - it should be fine for vanilla/most BepInEx plugins mods, but not for Tits mod because this makes changes in Assembly-Csharp.dll and I did use it for all other stuff.