OpenSubtitlesDownload
OpenSubtitlesDownload logo
Illustration by Franck Helaine. Thanks ;-)

Automatically find and download the right subtitles for your favorite videos!

The subtitles search is done by precisly identifying your video files by computing unique movie hash sums. This way, you have more chance to find the exact subtitles for your videos, avoiding synchronization problems between the subtitles and the soundtrack.

GitHub page Wiki Releases Issue tracker
platforms
linux GUI
platforms
universal CLI
license
GPLv3

Megaman X Corrupted Rom Download 🎉

The game aims to feature 8 Mavericks, an interconnected open world (similar to Metroid or Castlevania: Symphony of the Night), multiple playable characters (X, Zero, and potentially others), and a nonlinear mission structure.

Is the game dead? No.

Despite long periods of silence, JKB sporadically releases "Devlogs" (development logs) and trailers that show significant progress. Recent videos have showcased: megaman x corrupted rom download

The developer has stated that the game is "feature complete" regarding the engine, and the current work is focused on content creation—making the levels, enemies, and cutscenes for the full story.

Unlike a ROM hack that reuses SNES sprites, Corrupted features custom high-resolution sprites and backgrounds, blending 16-bit nostalgia with modern effects. The game aims to feature 8 Mavericks ,

The development of Corrupted has become a meme in itself, often compared to Duke Nukem Forever or Beyond Good and Evil 2 in terms of development time. The project was officially announced in roughly 2008/2009.

The reason for the lengthy timeline is simple: It is a one-man project. The developer has stated that the game is

Developer JKB (John "JKB" B) is handling the coding, spriting, music composition, and level design largely by himself. Creating a game of this caliber—literally building a new engine and hand-drawing thousands of sprites—is a monumental task for a full team, let alone a solo developer working in their spare time.

While the community has often urged him to release a demo, JKB has maintained that he wants to release a complete, polished product. He has expressed concerns that releasing an early demo would lead to widespread distribution of an unfinished, buggy version that doesn't represent his vision.

SCREENSHOTS

DOWNLOADS

python script (zip)
Version 6.5Stable and battle tested! Actually, probably not...
Version DEVLatest development code. If you are feeling adventurous...
Documentation

GitHub page Wiki Release notes Issue tracker

Installation instructions On the on the wiki page, and always up-to-date!

Configuration instructions To change the search language and more advanced tune-in (optional).

Dependencies
  • python (version 3.6+)
  • zenity (for GNOME GUI)
  • kdialog (for KDE GUI)
  • basic unix tools: wget (subtitles downloading with GUI), ps & grep (GUI autodetection)
  • Quick install (as a nautilus script)
            
              # Make sure the destination directory for nautilus scripts exits
              mkdir -p ~/.local/share/nautilus/scripts/
              cd ~/.local/share/nautilus/scripts/
              # Download the script and make it executable
              wget https://raw.githubusercontent.com/emericg/OpenSubtitlesDownload/master/OpenSubtitlesDownload.py
              chmod u+x OpenSubtitlesDownload.py