Quote:
Originally Posted by Westfall
prefs.prop:
/Users/Randy/Library/Application Support/Steam/SteamApps/common/The Walking Dead/TheWalkingDead.app/Contents/Resources/Pack/default/prefs.prop
/Users/Randy/Library/Application Support/Telltale Games/TheWalkingDead/prefs.prop
|
There's the problem. The game somehow created 2 prefs.prop files, and then gets confused by that.
The file should only be in the savegame folder ~/Library/Application Support/Telltale Games/TheWalkingDead/
You can fix it in a terminal as described below. We don't know which prefs.prop will work, so we might have to try both.
Alternatively you can do the same in the GUI.
First attempt
Please open a terminal and run:
mv ~/Library/Application\ Support/Steam/SteamApps/common/The\ Walking\ Dead/TheWalkingDead.app/Contents/Resources/Pack/default/prefs.prop ~/Desktop/prefs.prop
It will move the prefs.prop from the steam folder to the desktop for safekeeping.
Now start the game and see if you can start Episode 3 and have your progress. If it doesn't work, try the second attempt. Otherwise skip to cleanup
Second attempt
run:
mv ~/Library/Application\ Support/Telltale\ Games/TheWalkingDead/prefs.prop ~/Library/Application\ Support/Telltale\ Games/TheWalkingDead/prefs.prop.orig
cp ~/Desktop/prefs.prop ~/Library/Application\ Support/Telltale\ Games/TheWalkingDead/prefs.prop
The first one renames the original prefs.prop in the savegame folder.
The second one copies the install folder prefs.prop to the savegame folder.
Now again try running the game.
If it works, you can go to clean up to remove the backed up prefs.props.
clean up
clean up with:
rm ~/Library/Application\ Support/Telltale\ Games/TheWalkingDead/prefs.prop.orig
rm ~/Desktop/prefs.prop