Helpful Tools

From Flashpoint Datahub
Revision as of 06:58, 1 November 2019 by Nosamu (talk | contribs) (added Fiddler)
Jump to navigation Jump to search

The following is a list of tools or otherwise helpful software that we have found useful for saving web games.

General Software

JPEXS Free Flash Decompiler: https://www.free-decompiler.com/flash/

A tool for decompiling SWF files. This is useful for figuring out how a game loads files or fixing bugs. It is also useful for finding the SWF version or ripping graphics or music from a game.

Your browser's Developer Tools.

The most useful and versatile tool for any Flashpoint curator. Use the Inspector to find embed codes and iframes, and use the Network tool to see every connection your browser makes.

Fiddler: https://www.telerik.com/fiddler

A free web debugger with even more features than a browser's Developer Tools.

7-Zip: https://www.7-zip.org/

Free, open-source, and reliable. 7-Zip is the best tool to decompress almost any file.

Free Download Manager: https://www.freedownloadmanager.org/

One of the best ways to reliably download very large files (like Flashpoint Ultimate). Power users might prefer aria2.

qBittorrent: https://www.qbittorrent.org/

The best free BitTorrent client out there. Use this if you'd like to download the Flashpoint Ultimate torrent.

Software for Archiving

cURLsDownloader: https://bluepload.unstable.life/curlsdownloaderv54.zip

Created by nosamu#3385, cURLsDownloader is a tool developed for easily and quickly capturing URLs. It's excellent for saving multi-asset web games. It can also be used to save open directories and simple websites.

Wget: https://eternallybored.org/misc/wget/

The endlessly customizable command-line web crawler that cURLsDownloader is based upon. Works best for open directories and simple websites.

WebRecorder: https://github.com/webrecorder/webrecorder-desktop

An advanced application for recording high-fidelity web archives. Includes a Chromium browser with full Flash and JavaScript support, so capturing nearly every kind of website is possible. To extract the WARCs for use with Flashpoint, you can use warcat.

grab-site: https://github.com/ArchiveTeam/grab-site

The state-of-the-art tool that our Archivists use to scrape websites. You'll want a Linux machine, or better yet, a beefy Linux server.

HTTrack: https://www.httrack.com/

An ancient but reliable website copier that works for some simple sites. You might find its interface easier to understand than the command-line.

Cyotek WebCopy: https://www.cyotek.com/cyotek-webcopy

A somewhat simpler and more modern, but less capable website copier. A notable feature is that unlike Wget on Windows, it correctly saves Unicode filenames.