cfrantz / z2edit

Zelda 2 ROM Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Z2edit

z2edit is a ROM editor for Zelda II: The Adventure of Link. Documentation is available at https://github.com/cfrantz/z2edit/wiki.

Releases and Downloads

Check the releases page.

Building

Z2Edit is built with bazel on Linux. The bazel workspace should download all required dependencies.

Known build issues

On Ubuntu 16, the MIR libraries link with an older version of the protobuf libraries, which causes a conflict when starting the program. A workaround is to not link with the nfd (native file dialog) library. To do this, comment out the references to //external:nfd in the BUILD and imwidget/BUILD files.

This will, unfortunately, remove the file load/save dialogs. You can still load and save with the load and save commands in the Debug Console.

Build for Linux

$ bazel build :z2edit

$ ./bazel-bin/z2edit <user-supplied-zelda2.nes>

Build and Package for Windows (on Linux)

Build and package:

$ ./tools/release_windows.sh

Take z2edit-windows.zip to a windows machine.

About

Zelda 2 ROM Editor

License:GNU General Public License v2.0


Languages

Language:C++ 78.5%Language:C 18.5%Language:Starlark 2.8%Language:Shell 0.2%