mirror of
https://github.com/CraftyBoss/SMO-Plugin-Base.git
synced 2026-04-01 08:53:07 -07:00
master
SMO-Plugin-Base
A base repository created for the SMO-Plugin-Loader. Use this repo to create plugins that are compatible with it.
Notes
Does not work by itself as a mod for Super Mario Odyssey.
Building
Build has only been tested on WSL2 running Ubuntu 20.04.1.
If not installed, make sure to install cmake using:
pip install cmake
Devkitpro is also required for building, follow the tutorial Here to get it installed.
Make sure to install the switch-dev tools and libraries from devkitpro package using:
dkp-pacman -Sy switch-dev
After installing everything, Just run:
make
the make process should automatically create whats required for a successful build.
Installing (Atmosphère)
After a successful build, Plugins should be installed in the sd:/smo/PluginData directory.
Credits
Languages
C++
71.7%
C
27.2%
CMake
0.9%