Skip to content

piplup55/SMO-Plugin-Base

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.0%
  • C 14.0%
  • CMake 0.9%
  • Assembly 0.1%
  • Python 0.0%
  • Makefile 0.0%