G
Gordon Shumway
Can someone please tell me where the data file for this game is?
Gordon said:Can someone please tell me where the data file for this game is?
Depends on what you mean by "data file".
If you mean the data for the game itself, it's stored in the executable file
and associated .mui file, located in %ProgramFiles%\Microsoft Games\Hearts.
If you mean the game's settings, they're stored in %UserProfile%\AppData
\Local\Microsoft Games\Hearts.
If you mean where games get saved, that's %UserProfile%\Saved Games\Microsoft
Games\Hearts.
(%UserProfile% is typically C:\users\USERNAME.)
If you mean *anything else*, you'll need to clarify.
Gordon said:I apologize for not being more specific. By "data" I meant the scores
for, and the win percentage of, the games played.
Gordon Shumway said:I apologize for not being more specific. By "data" I meant the scores
for, and the win percentage of, the games played.
Thank you
I think it's here:
C:\Users\Your Account Name\AppData\Local\Microsoft Games\Hearts\HeartsSettings.xml
but how you read/edit the file I don't know.
Char Jackson said:Any text editor should be fine for reading xml files. If the Hearts file is
like the ones for Mahjong and Spider, there may be a blob of data (looks
like a PNG image) toward the beginning of the file, but it'll be followed by
a bunch of regular old xml tags after that.
HeartsSettings.xml isn't a regular xml file on my machine.