NSMBW-Community / Reggie-Next

A level editor for New Super Mario Bros. Wii
GNU General Public License v3.0
49 stars 14 forks source link

Reggie! Level Editor Next

The New Super Mario Bros. Wii Editor

(Milestone 4)


Advanced level editor for New Super Mario Bros. Wii originally created by Treeki, Tempus and RoadrunnerWMC using Python, PyQt and Wii.py.

"Next" version created by RoadrunnerWMC, based on official release 3. Milestone 4 version is a collaboration of Horizon users and it aims to add more features requested by users.

This release contains many improvements, in addition to code imports from the following Reggie! forks:

Source code can be found at: https://github.com/NSMBW-Community/Reggie-Next/


Getting Started

If you're on Windows or Mac and don't care about having the bleeding-edge latest features, you can use the official release. This is by far the easiest setup method.

If you are not on those systems or you want the very latest features, you'll need to run Reggie! from source.

How to Run Reggie! from Source

Download and install the following:

Optional dependencies:

Then, you can run Reggie by simply executing the following command in a command prompt.

python3 reggie.py

You can replace python3 with the path to your Python executable, including the executable name and reggie.py with the path to reggie.py (including the filename).

macOS Troubleshooting

If you get the error "Reggie! Next Level Editor is damaged and can't be opened.", it's because the release builds are unsigned. To fix it, launch a Terminal window and run

sudo xattr -rd com.apple.quarantine /Applications/Reggie\!\ Next\ Level\ Editor.app

which will override the application signature requirement. Then you should be able to launch the app.

Reggie! Team

Developers:

Other Testers and Contributors:

Dependencies/Libraries/Resources

License

Reggie! is released under the GNU General Public License v3. See the license file in the distribution for information.


Changelog

Release Next (Milestone 4 and beyond): (February 2, 2020) https://horizon.miraheze.org/wiki/Reggie_Level_Editor#Changelog

Release Next (Milestone 3 Alpha 2): (November 10, 2017)

Release Next (Milestone 3 Alpha 1): (October 7, 2017)

Release Next (Milestone 2 Alpha 4): (unreleased)

Release Next (Milestone 2 Alpha 3): (August 5, 2014)

Release Next (Milestone 2 Alpha 2): (July 31, 2014)

Release Next (Milestone 2 Alpha 1): (July 30, 2014)

Release Next (Public Beta 1): (November 1st, 2013)

Release 3: (April 2nd, 2011)

Release 2: (April 2nd, 2010)

Release 1: (March 19th, 2010)