Skip to content

AlaryVanEeckhout/Mega_Man_ZX_Editor

Repository files navigation

Mega Man ZX Editor


Graphic User Interface of the editor


Edited dialogue file (talk_m01_en1.bin) in-game


Edited dialogue file (talk_m01_en1.bin) in Mega Man ZX Advent

What this is

This is a tool I created in an attempt to 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 most of them in their converted format.

Done

  • Dialogue text converter (for dialogue "talk_" and message "m_" files)
  • Functional User Interface
  • File export with options for converted file formats (WIP)
  • File import with support for converted file formats (WIP)
  • Togglable patches system
  • Playtest button
  • Graphics Editor (WIP)
  • Font Editor
  • SDAT Viewer (WIP)
  • ARM Viewer (WIP)
  • OAM Editor (WIP)

To do

  • Level Editor
  • Graphics Editor additional features (exporting and importing)
  • VX Export/Import to/from video format (Using the actimagine submodule)
  • Find actual patches for the game to add to the editor's "patches" tab*
  • Find patches and tweaks that are helpful for playtesting purposes*
  • Sound/Music Editor*
  • Tweaks/Physics Editor*
  • Game Logic Editor*

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

Setup for usage

Currently, there are no releases, so:

Credits

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.

Special Thanks

  • My brother, who assisted me in the development of most editor features

About

This is an attempt at creating a tool dedicated to Mega Man ZX ROM hacking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages