Gaming

Mega Man ZX Editor – Unleashing Creative Potential In Game Modding

Dive into the world of game modding with the Mega Man ZX Editor, a pioneering tool designed to simplify the process of editing and customizing Mega Man ZX and Mega Man ZX Advent.

This article explores the capabilities of the editor, from tweaking dialogue files to introducing new game mechanics, aimed at both novice and experienced modders seeking to explore their creative potential.

What This Is

This is an attempt at creating a tool that will make editing Mega Man ZX much easier.

If you need to know where specific assets, values, or code sections are in the game, please see the(unfinished) wiki page, as it contains documentation I accumulated on the game.

Progress

Currently, I am focusing on the USA version of Mega Man ZX.

This means that the editor’s (full) compatibility with other versions of the game is not guarenteed at the moment(although, it’s worth noting that MMZXA has the same dialogue system as MMZX, and as such, the dialogue editor works for both games).

The editor can edit, export and import english dialogue files and save them to the ROM. Other files can be viewed but I have not yet implemented the code to view and/or edit them in their converted format.

For now, I’m messing around with the game to find useful tweaks. I’m also making the graphics viewer(and eventually editor).

Done

  • Dialogue text converter(for dialogue “talk_” and message “m_” files)
  • Functional User Interface
  • File export with options for converted file formats(except graphics)
  • File import with support for converted file formats(except graphics)
  • Converter for binary to pyqt widget(image)
  • Togglable patches system
  • Test button
  • Graphics Viewer(WIP)

To Do

  • (Dialogue text converter)Find use of special values 0xF4, 0xF5, 0xF7, and 0xF9
  • Graphics Editor(saving, exporting, and importing)
  • Find actual patches for the game to add to the editor’s “patches” tab
  • Find patches and tweaks that are helpful for testing purposes
  • OAM Editor*
  • Sound/Music Editor*
  • Movie Editor*
  • Tweaks/Physics Editor*
  • Level Editor*
  • Game Logic Editor*

*This feature may not be implemented/is not currently prioritized since I haven’t looked into it and it looks hard to do at first glance.

Setup For Usage

Currently, there are no releases and I’m not sure how to include the dependencies in my project, so:

  • This project > Code > Download ZIP
  • Extract the contents of the .zip file wherever you want
  • That’s it! Now you can run RunEditor.bat (or run MME_NDS.py directly, from command line)

Credits

  • Rom extracting/saving
  • GUI(PyQt6)
  • Icons
  • icon_biometals-creation.png: Mega Man ZX devs, taken from here and truncated by me using GIMP
  • Dark theme:(modified by me)

Some parts of code I copied(and modified) from answers to other people who asked for help(for example, on stack overflow) on topics I myself needed help on.

Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Facebook Friend List Scraper – A Powerful OSINT Tool For Efficient Data Collection

OSINT tool to scrape names and usernames from large friend lists on Facebook, without being…

14 hours ago

Telepathy – Mastering Telegram OSINT For Enhanced Digital Investigations

Telepathy has been described as the "swiss army knife of Telegram tools," allowing OSINT analysts,…

14 hours ago

Blackbird – The Advanced OSINT Tool For Digital Investigations

Blackbird is a robust OSINT tool that facilitates rapid searches for user accounts by username…

14 hours ago

Natudump – Automating The Extraction Of Naturalisation Decrees From LegiFrance

This is example of scraping public LegiFrance registry's naturalisation decrees for research purposes only (naturalisation…

14 hours ago

Sabonis – The Ultimate Tool For Enhanced Digital Forensics And Incident Response

Sabonis provides a way of quickly parsing EVTX, proxy and PCAP files and extracting just…

14 hours ago

AutoExif – Simplifying Image Metadata Editing With Bash

AutoExif is a powerful Bash script designed to streamline the process of editing image metadata…

4 days ago