I downloaded a game called Brain Exercise with Dr.Kawashima. This game contains only one exe and no data files. However, the game can create saves. I wanted to ask how does it do that since it doesn't have any data files, just only the exe file?
|
|
It may be making saves in the Registry or somewhere under your %APPDATA% folder, or in your homedir's "My Documents" or "My Games" subfolders. Or anywhere else on your hard drive, for that matter. It is unlikely to be modifying its own exe to save, although I suppose that is possible (if a very bad idea: see AttackingHobo's comment below for a sample of the reasons why). |
|||||||||||||||
|
|
While it's perfectly possible to modify the executable (it's what viruses do all the time, and you can append whatever you want to an exe and read from the end of the file - not sure how windows user levels interfere with it, haven't done it since the golden days of MS-DOS) I'd indeed suspect the registry is used. |
|||
|
|