Recovering Files from Browser Cache

From Flashpoint Datahub
Revision as of 06:21, 1 December 2019 by Strawrat (talk | contribs) (Added images to the Cache Dumper tutorial.)
Jump to navigation Jump to search

When browsing the internet, web browsers often save files from websites you visit on your computer in a location called the "cache". This way it won't need to redownload them the next time you visit, which leads to faster loading times whenever you go back to a website a second time. Because of the nature of web games, we can use this to our advantage when looking for lost games whose files are now unavailable.

This method for finding assets belonging to lost games is very imprecise for a few reasons: it requires access to an old computer where you played the game; the game's cached files might be gone (they may have been deleted after visiting other websites or if the user cleared the cache); the game could have a lot of files, some of which are only requested at certain times (for example, the files for each level are only downloaded when you beat the previous one, which requires you to have completed the whole game).

Because of this, you're more likely to find a game by using one of the following methods:

  • Checking if the files are still in the original site. They might still exist even if the game is unlisted.
  • Checking the Wayback Machine.
  • Looking for a fan or fanmade project who saved the game while it was still available.
  • Asking a developer who worked on the game if they still have any files they'd be willing to send.

This guide will list some lost games where these methods have all been tried and which are only likely to be found by searching the web cache. It will also show you how to recover these cached files by using a small script which can be easily run on a computer running Windows 2000, XP, Vista, 7, 8, 8.1 or 10.

List of currently lost games

This section lists some missing games where searching for their files in browser caches seems like the most promising way to find them. If you still have access to an old computer where you played any of these, be sure to contact a staff member in the #hunter-lounge channel of our Discord server! You could very well help us make them playable again.

  • Big Fat Awesome House Party (2006-2009): a Shockwave game released on May 15th 2006, which was playable on awesomehouseparty.com. It was developed by Powerful Robot Games and published by Cartoon Network. The game was discontinued on July 13th 2009, not long after the show it was based on ended. The game had a Flash movie which was used to handle registrations/logins (it shouldn't be confused for the real game). These Flash files were hosted on i.awesomehouseparty.com. The files for the actual Shockwave game are all missing and may have been hosted here as well.

List of games found by searching the web cache

This section lists some previously lost games which were recovered by searching for their files in browser caches.

  • Game X (Y-Z): TODO

Flashpoint Cache Dumper

This section will show you how to use a small tool called the "Flashpoint Cache Dumper" to list and copy the files in web browser caches.

This script works with Internet Explorer, Mozilla Firefox, Google Chrome, Opera (below version 15) and Safari (only lists files, doesn't copy them). It should run on Windows 2000, XP, Vista, 7, 8, 8.1 or 10 without needing an Administrator account or elevated privileges.

Download the latest version here. You can use a USB flash drive to get this tool into your old computer, and the resulting files out of it.

How to run it

  1. Run the file you downloaded above. You'll be asked to choose a location where you want the tool to be extracted. Choose one and then press Extract.
    Cache dumper tutorial 1.png Cache dumper tutorial 2.png
  2. Navigate to the new folder where the tool was extracted to and run the batch file FlashpointCacheDumper.bat. A new window will pop up. Be sure to read what it says before pressing enter to start running the script.
    Cache dumper tutorial 3.png Cache dumper tutorial 4.png
  3. Let the script run through its 11 steps. After it finishes, press enter again to close the window. You'll now have two new folders (DumpedCacheInfo and DumpedCache) and two new files (DumpedCacheInfo.7z and DumpedCache.7z).
    Cache dumper tutorial 5.png Cache dumper tutorial 6.png
  4. The DumpedCacheInfo.7z file contains the list of all your cached files while DumpedCache.7z contains some (but not all) of these files. If you don't know what to do with these files, you can send DumpedCacheInfo.7z first to a staff member in the #hunter-lounge channel of our Discord server. Then, you may be asked to send the DumpedCache.7z file over. Since this file is larger than the previous one, you can upload it here and post the link in the same channel. Be aware that whoever you send the resulting files to will be able to see what websites were visited and the username of the computer where the script ran.

Using the Complete Version

TODO

Other Useful Tools and Resources

TODO