Skip to content

JROB774/tein-editor

Repository files navigation

The End is Nigh: Editor

An unofficial level and world map editor for the game The End is Nigh, by Edmund McMillen and Tyler Glaiel.

Screenshot of The Editor in Use

The editor provides the necessary tools for modders to unpack the game's resources, modify and create new levels, and modify the world map, all with an easy-to-use interface.

Building

For those interested in contributing to the editor's development, building the executable is as simple as running one of the available build scripts. All of the code dependencies and external third party libraries have been included within this repository, so there is no need to fetch them manually.

Windows

A version of Visual Studio with C++17 support is required. To build the editor run the build\win32\build.bat script. To modify build parameters and flags open the build\win32\config.bat script and tweak the values to change how the editor is built (e.g. release or debug mode, 32-bit or 64-bit).

License

The project's code is available under the MIT License.