RJ's Coding Realm

Games

AaaaaAAaaaAAAaaAAAAaAAAAA! A Reckless Disregard for Gravity
[LocalApplicationData]\AaaaaRecklessDisregard\

Beyond Good and Evil
[SteamPath]\steamapps\common\beyond good and evil\sally.idx
[SteamPath]\steamapps\common\beyond good and evil\*.sav

Braid
[ApplicationData]\Braid\

Call of Duty
[SteamPath]\steamapps\common\call of duty\main\save\

Call of Duty: United Offensive
[SteamPath]\steamapps\common\call of duty\uo\save\

Caster
[SteamPath]\steamapps\common\caster\save\

Commander Keen Complete Pack
[SteamPath]\steamapps\common\commander keen\base1\SAVED*.CK1 [1 - 9]
[SteamPath]\steamapps\common\commander keen\base2\SAVED*.CK2 [1 - 9]
[SteamPath]\steamapps\common\commander keen\base3\SAVED*.CK3 [1 - 9]
[SteamPath]\steamapps\common\commander keen\base4\SAVEGAM*.CK4 [0 - 5]
[SteamPath]\steamapps\common\commander keen\base5\SAVEGAM*.CK5 [0 - 5]

Counter-Strike: Condition Zero
[SteamPath]\steamapps\[SteamAccount]\condition zero\czero\SAVE\

Counter-Strike: Condition Zero: Deleted Scenes
[SteamPath]\steamapps\[SteamAccount]\condition zero deleted scenes\czeror\SAVE\

Darwinia
[SteamPath]\steamapps\[SteamAccount]\darwinia\users\

Doom 2

Doom 3
[SteamPath]\steamapps\common\doom 3\base\savegames\

Doom 3: Resurrection of Evil
[SteamPath]\steamapps\common\doom 3\d3xp\savegames\

Eets
[SteamPath]\steamapps\common\eets\User\

Far Cry
[SteamPath]\steamapps\common\farcry\Profiles\

Gish
[SteamPath]\steamapps\common\gish\config.txt
[SteamPath]\steamapps\common\gish\gish.his
[SteamPath]\steamapps\common\gish\gish.pla

Grand Theft Auto 3
[MyDocuments]\GTA3 User Files\

Grand Theft Auto: Vice City
[MyDocuments]\GTA Vice City User Files\

Grand Theft Auto: San Andreas
[MyDocuments]\GTA San Andreas User Files\

Half-Life
[SteamPath]\steamapps\[SteamAccount]\half-life\valve\SAVE\

Half-Life: Opposing Force
[SteamPath]\steamapps\[SteamAccount]\opposing force\gearbox\SAVE\

Half-Life: Blue Shift
[SteamPath]\steamapps\[SteamAccount]\half-life blue shift\bshift\SAVE\

Half-Life: Source
[SteamPath]\steamapps\[SteamAccount]\half-life source\hl1\SAVE\

Half-Life 2
[SteamPath]\steamapps\[SteamAccount]\half-life 2\hl2\SAVE\

Half-Life 2: Episode One
[SteamPath]\steamapps\[SteamAccount]\half-life 2 episode one\episodic\SAVE\

Half-Life 2: Episode Two
[SteamPath]\steamapps\[SteamAccount]\half-life 2 episode two\ep2\SAVE\

Max Payne
[MyDocuments]\Max Payne Savegames\

Max Payne 2: The Fall of Max Payne
[MyDocuments]\Max Payne 2 Savegames\

Mr. Robot
[MyDocuments]\MrRobot\

Portal
[SteamPath]\steamapps\[SteamAccount]\portal\portal\SAVE\

Tomb Raider: Legend
[MyDocuments]\Tomb Raider - Legend\

Tomb Raider: Anniversary
[MyDocuments]\Eidos\Tomb Raider - Anniversary\

World of Goo
[LocalApplicationData]\2DBoy\WorldOfGoo\

Notes

[MyDocuments]
Windows XP: C:\Documents and Settings\[UserName]\My Documents
Windows Vista/7: C:\Users\[UserName]\Documents
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);

[ApplicationData]
Windows XP: C:\Documents and Settings\[UserName]\Application Data
Windows Vista/7: C:\Users\[UserName]\AppData\Roaming
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);

[LocalApplicationData]
Windows XP: C:\Documents and Settings\[UserName]\Local Settings\Application Data
Windows Vista/7: C:\Users\[UserName]\AppData\Local
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);

[CommonApplicationData]
Windows XP: C:\Documents and settings\All Users\Application Data
Windows Vista/7: C:\ProgramData
Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData);