shibbo / 3dcomp

A decompilation effort for Super Mario 3D World + Bowser's Fury

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3dcomp

chat on our Discord

A decompilation effort for Super Mario 3D World + Bowser's Fury

Build Instructions

  1. Obtain a clean copy of a main from Super Mario 3D World + Bowser's Fury Kiosk Demo and rename it to fury.nso, and place it on the root.
  2. Run setup.py to download and install all of the dependencies. These dependencies are capstone, elftools, lz4, ninja, and colorama. It will also download a zipped file that contains the compiler. It will also check to see if your NSO is the correct one.
  3. Run build.py, then use check.py to verify matching status.

Contributions

Want to contribute, or learn how to contribute? Try joining our Discord server (link is at the top), and looking into on contribution guide! We will be glad to answer any questions for people who wish to contribute. All pull requests and issues are welcome.

About

A decompilation effort for Super Mario 3D World + Bowser's Fury


Languages

Language:C++ 86.2%Language:Python 13.8%