SDCafiine v1.4
What is SDCafiine
SDCafiine is a Homebrew Application for the Nintendo Wii U, that can be loaded with the homebrew launcher.
The main feature of this application is the on-the-fly replacing of files, which can be used used to loaded modified content from external media (**SD/USB**).
It hooks into the file system functions of the WiiU. Whenever a file is accessed, SDCafiine checks if a (modified) version of it present on the SD/US device, and redirect the file operations if needed.
Which games are supported
In the past SDCafiine only supported games which already had access to the SD Card (for example Super Smash Bros. for Wii U), but since version 1.4 all games are supported.
To achieve this, SDCafiine has a built-in a version of mocha, which is a Custom Firmware with libiosuhax] support. This allows support for any FAT32 device via libfat.
Features:
- On the fly file replacing of game files.
- Support for replacing files from downloadable content
- Built in libiosuhax support via mocha
- Supports loading files from SD and USB (FAT32)
- Support for multiple modpacks for as single game.
Installation of SDCafiine:
Like many other homebrew applications for the Wii U, it can't be installed.
The application is only installed temporarily, and has to loaded again after each reboot (or entering the system settings).
It is enough to copy the files on to the SDCard in a way it can be accessed by the homebrew launcher, or simply download it from the homebrew app store.
Example path of the elf on the SD:
Code:
SD:/wiiu/apps/sdcafiine/sdcafiine.elf
Starting SDCafiine:
When the files are on the SDCard, use your prefered method to get into the homebrew launcher and start SDCafiine. No starting of any CFW is required before you can use SDCafiine, it has a built in fork of mocha.
On success, the system menu should load. Now simply start any game and the mods should load.
Installation of the mods:
Before the mods can be loaded, they need to be copied to a SD or USB device. Since version 1.4 also USB devices (FAT32 only) are supported via libfat.
In the following "root:/" is corresponding to the root of your SD/USB device. The basic filepath structure is this:
Code:
root:/sdcafiine/[TITLEID]/[MODPACK]/content/ <-- for game files. Maps to /vol/content/
root:/sdcafiine/[TITLEID]/[MODPACK]/aoc/ <-- for downloadable content files. Maps to /vol/aocXXXXXXXX/
- "[TITLEID]" need to be replaced the TitleID of the games that should be modded. A list of can be found here (without the "-"). Example for SSBU has "0005000010145000". Make sure to use the ID of the fullgame and not the update title ID.
- "[MODPACK]" name of the modpack. This folder name can be everything but "content" or "aoc".
Example path for the EUR version of SuperSmashBros for Wii U:
Code:
root:/sdcafiine/0005000010145000/SpecialChars/content/ <-- for game files. Maps to /vol/content/
For replacing the file /vol/content/movie/intro.mp4, put a modified file into:
Code:
root:/sdcafiine/0005000010145000/SpecialChars/content/movie/intro.mp4
Handling multiple mod packs:
SDCafiine supports multiple different mods for a single game on the same SDCard/USB. Each mod has an own subfolder.
Example:
Code:
sd:/sdcafiine/0005000010145000/ModPack1/content/
sd:/sdcafiine/0005000010145000/ModPack2/content/
usb:/sdcafiine/0005000010145000/ModPack3/content/
usb:/sdcafiine/0005000010145000/ModPack4/content/
When multiple folders are detected, you need to choose which one to use when starting the game. To swap to another mod, you need restart the game.
Building
Make sure you download the complete repo, including the submodules:
- git submodule update --init --recursive
For building you need:
- libfat
- libiosuhax (Build WITHOUT the WUT flag set.)
*note: when you change something in the mocha folder, you need to use make clean before building.*
Download
Binary: https://github.com/Maschell/SDCafiine/releases/tag/1.4
Source: https://github.com/Maschell/SDCafiine
Credits
HBL support, code rewrite and further improvements - Maschell
minor improvements - Zarklord
inital SDCafiine creation - golden45
Cafiine creation - chadderz (and MrBean35000vr ?)
mocha - dimok789
libfat - devkitPro team
Last edited by Maschell,