Helpful Tools: Difference between revisions

From Flashpoint Datahub
Jump to navigation Jump to search
(added Fiddler)
(It's official!)
(11 intermediate revisions by 5 users not shown)
Line 3: Line 3:
== General Software ==
== General Software ==


'''JPEXS Free Flash Decompiler''': https://www.free-decompiler.com/flash/
; JPEXS Free Flash Decompiler
 
:   [https://github.com/jindrapetrik/jpexs-decompiler/releases GitHub]
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.
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. Be sure to download the Nightly version to get the most cutting-edge features.
 
; exe2swf
'''Your browser's Developer Tools.'''
:  [https://web.archive.org/web/20190717135116/http://www.northcode.com/blog/Extract-SWF-files-from-Flash-Executables Archived official webpage]
 
:  A tool that extracts all the SWFs that it can find from an EXE. If you have only the EXE version of a Flash game, you can use this to easily grab the SWF from it.
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.
; HxD
 
:  [https://mh-nexus.de/en/hxd/ Official website]
'''Fiddler''': https://www.telerik.com/fiddler
:  The best and most popular free hex editor for Windows. Very useful for looking at file headers or other plain text information in files.
 
; Your browser's Developer Tools.
A free web debugger with even more features than a 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.
 
:  As this feature stopped working for Flash in most browsers, it is recommended to use [https://github.com/darktohka/FlashPatch/releases/latest FlashPatch] or the [https://archive.org/details/basilisk-portable-with-flash Basilisk browser].
'''7-Zip''': https://www.7-zip.org/
; Fiddler
 
:   [https://www.telerik.com/fiddler Official website]
Free, open-source, and reliable. 7-Zip is the best tool to decompress almost any file.
A free web debugger with even more features than a browser's Developer Tools.
 
:  Instead of filling out your info, just use the [https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe direct download link].
'''Free Download Manager''': https://www.freedownloadmanager.org/
; [[Game Saver Extension]]
 
:  [https://chrome.google.com/webstore/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh Chrome WebStore] [https://github.com/krum110487/GameSaver GitHub]
One of the best ways to reliably download very large files (like Flashpoint Ultimate). Power users might prefer [https://aria2.github.io/ aria2].
:  A Chrome extension that helps with downloading Flash games for a Flashpoint curation.
 
; 7-Zip
'''qBittorrent''': https://www.qbittorrent.org/
:   [https://www.7-zip.org/ Official website]
 
Free, open-source, and reliable. 7-Zip is the best tool to decompress almost any file.
The best free BitTorrent client out there. Use this if you'd like to download the Flashpoint Ultimate torrent.
; Universal Extractor 2
:  [https://bioruebe.com/dev/uniextract/ Official website] [https://github.com/Bioruebe/UniExtract2 GitHub]
:  Universal Extractor 2 is a tool designed to extract files from any type of extractable file. Throw everything that 7-Zip can't unpack to it.
; Free Download Manager
:   [https://www.freedownloadmanager.org/ Official website]
One of the best ways to reliably download very large files (like Flashpoint Ultimate). Power users might prefer [https://aria2.github.io/ aria2].
; qBittorrent
:   [https://www.qbittorrent.org/ Official website]
The best free BitTorrent client out there. Use this if you'd like to download the Flashpoint Ultimate torrent.


== Software for Archiving ==
== Software for Archiving ==


'''cURLsDownloader''': https://bluepload.unstable.life/curlsdownloaderv54.zip
; cURLsDownloader
 
:   [https://bluepload.unstable.life/curlsdownloaderv56.zip Download] [https://github.com/FlashpointProject/cURLsDownloader GitHub]
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.
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.
 
; HAR Extractor
'''Wget''': https://eternallybored.org/misc/wget/
:  https://cdn.discordapp.com/attachments/436484594485952542/578807801657294848/har_extractor.exe
 
:  Compiled by nosamu#3385 from its [https://github.com/dead-beef/har-extractor repository] using [https://www.pyinstaller.org/ PyInstaller]. To extract any HAR file, drag it onto the HAR Extractor EXE.
The endlessly customizable command-line web crawler that cURLsDownloader is based upon. Works best for open directories and simple websites.
; Wget
 
:   https://eternallybored.org/misc/wget/
'''WebRecorder''': https://github.com/webrecorder/webrecorder-desktop
The endlessly customizable command-line web crawler that cURLsDownloader is based upon. Works best for open directories and simple websites.
 
; WebRecorder
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 [https://github.com/chfoo/warcat warcat].
:   [https://github.com/webrecorder/webrecorder-desktop GitHub]
 
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 [https://github.com/chfoo/warcat warcat].
'''grab-site''': https://github.com/ArchiveTeam/grab-site
; grab-site
 
:   [https://github.com/ArchiveTeam/grab-site GitHub]
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.
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
'''HTTrack''': https://www.httrack.com/
:   [https://www.httrack.com/ Official website]
 
An ancient but reliable website copier that works for some simple sites. You might find its interface easier to understand than the command-line.
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 GitHub]
'''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.
; Wayback Machine Downloader
:  [https://github.com/hartator/wayback-machine-downloader GitHub]
:  A command line tool that allows for whole websites or single items to be downloaded from the Wayback Machine.


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.
<noinclude>
[[Category:Other Guides]]
</noinclude>

Revision as of 05:55, 6 March 2021

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
GitHub
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. Be sure to download the Nightly version to get the most cutting-edge features.
exe2swf
Archived official webpage
A tool that extracts all the SWFs that it can find from an EXE. If you have only the EXE version of a Flash game, you can use this to easily grab the SWF from it.
HxD
Official website
The best and most popular free hex editor for Windows. Very useful for looking at file headers or other plain text information in files.
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.
As this feature stopped working for Flash in most browsers, it is recommended to use FlashPatch or the Basilisk browser.
Fiddler
Official website
A free web debugger with even more features than a browser's Developer Tools.
Instead of filling out your info, just use the direct download link.
Game Saver Extension
Chrome WebStore GitHub
A Chrome extension that helps with downloading Flash games for a Flashpoint curation.
7-Zip
Official website
Free, open-source, and reliable. 7-Zip is the best tool to decompress almost any file.
Universal Extractor 2
Official website GitHub
Universal Extractor 2 is a tool designed to extract files from any type of extractable file. Throw everything that 7-Zip can't unpack to it.
Free Download Manager
Official website
One of the best ways to reliably download very large files (like Flashpoint Ultimate). Power users might prefer aria2.
qBittorrent
Official website
The best free BitTorrent client out there. Use this if you'd like to download the Flashpoint Ultimate torrent.

Software for Archiving

cURLsDownloader
Download GitHub
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.
HAR Extractor
https://cdn.discordapp.com/attachments/436484594485952542/578807801657294848/har_extractor.exe
Compiled by nosamu#3385 from its repository using PyInstaller. To extract any HAR file, drag it onto the HAR Extractor EXE.
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
GitHub
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
GitHub
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
Official website
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
GitHub
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.
Wayback Machine Downloader
GitHub
A command line tool that allows for whole websites or single items to be downloaded from the Wayback Machine.