Skip to content

RoadrunnerWMC/Newer-Credits-Editor

Repository files navigation

Newer Credits Editor

(1.3)


Support: http://rvlution.net/forums/
On GitHub: https://github.com/RoadrunnerWMC/Newer-Credits-Editor


Newer Credits Editor is a program which can edit and save copies of NewerStaffRoll.bin from Newer Super Mario Bros. Wii (http://newerteam.com/wii/).


Getting Started

If you're on Windows and don't care about having the bleeding-edge latest features, you can use the official Windows builds. This is by far the easiest setup method. Just download either a ZIP or 7Z file, unzip it and run the executable.

If you are not on Windows or you want the very latest features, you'll need to run Newer Credits Editor from source.

How to Run Newer Credits Editor from Source

Download and install the following:

Run the following in a command prompt:
python3 newer_credits_editor.py
You can replace python3 with the path to python.exe (including "python.exe" at the end) and newer_credits_editor.py with the path to newer_credits_editor.py (including "newer_credits_editor.py" at the end)

Newer Credits Editor Team

Developers:

  • RoadrunnerWMC - Developer

Dependencies/Libraries/Resources

Python 3.6 - Python Software Foundation (https://www.python.org)
Qt 5 - The Qt Company (https://www.qt.io/)
PyQt5 - Riverbank Computing (http://www.riverbankcomputing.co.uk/software/pyqt/intro)
cx_Freeze - Anthony Tuininga (http://cx-freeze.sourceforge.net)

License

Newer Credits Editor is released under the GNU General Public License v3. See the license file in the distribution for information.


Changelog

Release 1.3 (January 10, 2021)

  • Started providing builds for 64-bit Windows, Linux, and macOS
  • Now supports PyQt 5.7
  • Removed lingering Python 2 code
  • Various code style improvements

Note: there was no official release 1.2. The repository code was marked as "1.2" for many years, so I skipped ahead to 1.3 in order to distinguish that release from that.

Release 1.1 (August 2, 2014)

  • Added license.txt and license headers to the source files
  • New readme
  • Dropped Python 2 support
  • Added PyQt5 support
  • Switched from py2exe to cx_Freeze

Release 1.0 (August 8, 2013)

  • Initial release