mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-27 15:20:22 +00:00
11 lines
729 B
Markdown
11 lines
729 B
Markdown
# 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.](http://shibboleet.us.to/compiler/compiler.zip) 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! |