/SimpleModDownloader

A switch homebrew which downloads mods from gamebanana

Primary LanguageC++GNU General Public License v3.0GPL-3.0

SimpleModDownloader

A switch homebrew which downloads mods from gamebanana

License Version Build


Features

  • Download mods from gamebanana directly from your switch
  • Install mods directly from your switch with SimpleModManager

Screenshot

More Screenshots

How to build

Requirements

If you don't want to use docker on windows you can use MSYS2 to build the app.

Linux

sudo pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm switch-libarchive  
git clone --recursive https://github.com/PoloNX/SimpleModDownloader/
cd SimpleModDownloader
cmake -B cmake-build-switch -G Ninja -DPLATFORM_SWITCH=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build cmake-build-switch --target SimpleModDownloader.nro

Windows

pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm switch-libarchive  
git clone --recursive https://github.com/PoloNX/SimpleModDownloader/
cd SimpleModDownloader
docker run --rm -v ${PWD}:/data devkitpro/devkita64:latest `
bash -c "cd /data ; cmake -B cmake-build-switch -G Ninja -DPLATFORM_SWITCH=ON -DCMAKE_BUILD_TYPE=Debug ; cmake --build cmake-build-switch --target SimpleModDownloader.nro"

Help me

If you want to help me open an issue when you encounter a bug and a pull request if you have a fix.

Credits