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.

Varshini

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

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

9 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

9 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

2 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago