First of all, thanks for making such a great remake, it's way better than the original game!
But please add a way to turn off logging and replays. Inside the Users folder I've found out there are hundreds of megabytes of trash. You are logging each and every frame for no reason. And replaying hours of Settlers 2, most likely no one will ever do that. Are you guys aware of this? You should check that output folder too, if you played the game a lot you might have gigabytes of wasted space there. Seriously, watch this:
>>> NMS_NWF_DONE(33938, 50, 33939)
<<< NMS_NWF_DONE(33938, 50, 33939)
>>> NMS_NWF_DONE(33939, 50, 33940)
<<< NMS_NWF_DONE(33939, 50, 33940)
>>> NMS_NWF_DONE(33940, 50, 33941)
<<< NMS_NWF_DONE(33940, 50, 33941)
>>> NMS_NWF_DONE(33941, 50, 33942)
<<< NMS_NWF_DONE(33941, 50, 33942)
>>> NMS_NWF_DONE(33942, 50, 33943)
<<< NMS_NWF_DONE(33942, 50, 33943)
>>> NMS_NWF_DONE(33943, 50, 33944)
<<< NMS_NWF_DONE(33943, 50, 33944)
>>> NMS_NWF_DONE(33944, 50, 33945)
<<< NMS_NWF_DONE(33944, 50, 33945)
>>> NMS_NWF_DONE(33945, 50, 33946)
<<< NMS_NWF_DONE(33945, 50, 33946)
>>> NMS_NWF_DONE(33946, 50, 33947)
<<< NMS_NWF_DONE(33946, 50, 33947)
>>> NMS_NWF_DONE(33947, 50, 33948)
<<< NMS_NWF_DONE(33947, 50, 33948)
>>> NMS_NWF_DONE(33948, 50, 33949)
<<< NMS_NWF_DONE(33948, 50, 33949)
... and goes on for thousands of lines and many files!
This can't be blocked either because a new file is created every game, otherwise I'd have set the file to read only or something.