Decompilation of Super Mario Odyssey for all versions.
Go to file
2020-11-27 22:04:11 -05:00
include Rename IUseHioNode.h to HioNode.h 2020-11-27 22:04:11 -05:00
source Some pose fixes, introduce executor headers, and some HitSensor decompilation 2020-11-26 22:06:58 -05:00
.gitignore mergle with sead and more user friendly build system 2020-10-27 01:46:25 -04:00
compile.bat option for 1.0.1 2020-10-27 07:46:01 -04:00
compile.py some Placement and other HitSensors 2020-11-03 05:54:22 -05:00
README.md fix typo 2020-10-27 01:50:31 -04:00

OdysseyDecomp

Decompilation of all Super Mario Odyssey versions, from 1.0.0 to 1.3.0.

Requirements

  • Python 3.7

Compiling

After downloading or cloning this repository, download this. This contains the compiler that you will need to compile the actual game code. Place the zip on the root of the repository and extract it there. If done right, there should be a "compiler" folder on the root of the repository. After that is finished, run the "compile.bat", and it will compile every version of the game. The compiler output should be in "build/VER" where "VER" is the game version.

Contributing

Anyone is welcome to contribute to this project, just send a pull request!