mirror of
https://github.com/shibbo/3dcomp.git
synced 2024-11-23 05:29:44 +00:00
A decompilation effort for Super Mario 3D World + Bowser's Fury
data | ||
docs | ||
img | ||
lib | ||
.clang-format | ||
.gitignore | ||
build.py | ||
check.py | ||
decompme.py | ||
helpers.py | ||
nso.py | ||
README.md | ||
setup.py |
3dcomp
A decompilation effort for Super Mario 3D World + Bowser's Fury
Build Instructions
- Obtain a clean copy of a
main
from Super Mario 3D World + Bowser's Fury Kiosk Demo and rename it tofury.nso
, and place it on the root. - Run
setup.py
to download and install all of the dependencies. These dependencies arecapstone
,elftools
,lz4
,ninja
, andcolorama
. It will also download a zipped file that contains the compiler. It will also check to see if your NSO is the correct one. - Run
build.py
, then usecheck.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.