Peggle Deluxe Save File Page
For the original installer (pre-Steam, pre-Origin), the file lives in the game's installation directory. This is the easiest version to mod.
[User1] Name=PlayerOne AdventureComplete=1 Level1Score=125870 Level1Cleared=1 Challenge_1_Complete=1 peggle deluxe save file
When EA re-released PopCap games, they tucked the saves into a hidden AppData folder. For the original installer (pre-Steam, pre-Origin), the file
@echo off set source="C:\Users\%USERNAME%\AppData\Local\PopCap Games\Peggle Deluxe\userdata.dat" set dest="D:\Peggle_Backups\backup_%date:~-4,4%%date:~-10,2%%date:~-7,2%.dat" copy %source% %dest% echo Peggle save backed up successfully. pause For the original installer (pre-Steam