tracktwo / xcomsave

46 stars 16 forks source link

Output.dat file #3

Closed DM-666 closed 7 years ago

DM-666 commented 7 years ago

xcom2json.exe version 1.2 creating an output.dat file in working directory, which can be 40+ mb. While its not a big deal, but still. Isn't it a temporary file which should be deleted after program ends?

tracktwo commented 7 years ago

It's a file I dumped out for debugging purposes, it's not really necessary at all. It basically just contains the uncompressed save data. I can put that under a switch.

DM-666 commented 7 years ago

Yes, that looks a best solution to me.

tracktwo commented 7 years ago

Updated release 1.4 to remove this. The output.dat file will only be generated in debug builds now. I've added a new set of binaries to the release tab, and these are built in release mode so you shouldn't see the file anymore.

DM-666 commented 7 years ago

Thanks a million!