The problem with that is - to search for a change in values in the savegame, you have to search through the entire savegame, and then the second savegame as well, which is a heck of a work. You can compare the two savegames with a Dos command though:
fc /b filename1 filename2
Be sure to be in a Dos prompt (Start - Run - cmd.exe), otherwise the window will close once the command is executed and you can't see the results of the comparison.
|