Modding tools and editor suite for the Metroid Prime series
Go to file
Aruki cfc9ed4483 Added visual studio to build requirements 2018-12-18 18:02:59 -07:00
externals Fixed lzo and nod submodules 2018-12-18 17:11:32 -07:00
resources Added ability to test Int properties as Choices. Added functionality to fix the property name map keeping track of unused type/ID pairs. Fixed various UI bugs. 2018-10-21 19:01:57 -06:00
src Fixed lzo and nod submodules 2018-12-18 17:11:32 -07:00
templates Restore DKCR script definitions 2018-12-17 15:17:14 -08:00
.gitignore Upgraded to VS2015 64-bit compiler 2017-02-04 09:36:37 -07:00
.gitmodules Fixed lzo and nod submodules 2018-12-18 17:11:32 -07:00
LICENSE License & readme 2018-12-17 14:40:09 -07:00
README.md Added visual studio to build requirements 2018-12-18 18:02:59 -07:00

README.md

Prime World Editor

Prime World Editor is a custom editor suite for Retro Studios' GameCube and Wii games, including the Metroid Prime series and Donkey Kong Country Returns.

Build Requirements

On Windows:

  • Visual Studio 2017 64-bit
  • Qt 5.10 installation
  • Qt Creator
  • LLVM 6.0.1 installation; currently must be installed to C:\Program Files\LLVM\
  • Python 3+
  • Python packages clang and mako

Most of the project code is cross-platform, but currently has only been tested on Windows, and parts of the build process most likely will not work correctly on other platforms.