Skip to content

DeveloperJose/Python-RockManX8

Repository files navigation

Python-RockManX8: Mega Man X8 scripts and editors

This is a set of scripts and applications that allow you to modify several aspects of Mega Man X8 (2004 PC version and X Legacy Collection 2 version).

Currently, only text editing is fully supported.

Mega Man X8 Text Editor

Image of the user interface Edits on the 2004 version and the X Legacy Collection 2 version Edit all dialog and text in the game!

If you have a 64-bit Windows machine, you can download the pre-bundled package from the releases tab.

Supports both the 2004 PC Version and the X Legacy Collection 2 Version!

Code Requirements

  • Python >= 3.7
  • PyQt5 >= 5.13
  • Pillow >= 6.1 (used for image processing)

Optional Requirements

  • PyQt5-Tools >= 5.11.3 (if you plan to update the QT Designer .ui files)
  • PyInstaller >= 3.5 (if you plan on bundling the package into one executable)

Running (from source)

Clone this repository using git, then run "gui/main_mcb_editor.py"

Mega Man X8 Level Editor

Image of current progress of level editor I am currently working on a level editor (for enemies only) as I am not well versed in 3D modeling to make a 3D editor.

It is not ready for testing, but if you want to try it then you can run it from "gui/main_set_editor.py"

License

The MIT License (see LICENSE)

Acknowledgments

  • ARCtool by FluffyQuack (v0.9.428) which allowed for editing on X Legacy Collection 2 for PC