2025-10-30 15:26:38 -04:00
2025-10-17 01:09:09 +00:00
2025-12-10 22:30:30 -05:00
2025-12-09 22:54:12 -06:00

WiiMart DLC Patcher

WiiMart DLC Patcher helps you patch your disc games (WBFS) to make them compatible with DLC content and Wiimmfi.


Usage

Replace XX with either 64 or 86.

Linux

  1. Download the static build of WiiMart DLC Patcher and make it executable.

    chmod +x WiiMartPatcher-static_xXX
    
  2. Initialize the project structure:

    ./WiiMartPatcher-static_xXX --init
    

    This creates all required folders (e.g. wit/, wbfs/, etc.).

  3. Download the latest version of WIT (Wiimms ISO Tools) and unzip it but do NOT run the installer.
    You have three options to make use of WIT:

    • Option A: Drop the extracted WIT files into the folder created by WiiMart DLC Patcher.
      Ensure the executable exists at:
      ./wit/bin/wit
      
    • Option B: Use a custom path with the --wit-path flag:
      ./WiiMartPatcher-static_xXX --wit-path /path/to/wit
      
      Make sure /path/to/wit/bin/wit exists.
    • Option C: Add WIT to your systems PATH:
      Add /path/to/wit/bin to your PATH variable and verify that wit runs from anywhere.
  4. Place your .wbfs file(s) inside the wbfs/ folder created by WiiMart DLC Patcher.

  5. Start patching!
    Simply run:

    ./WiiMartPatcher-static_xXX
    

Windows

  1. Download the static build of WiiMart DLC Patcher.

  2. Initialize the project structure:

    WiiMartPatcher_xXX.exe --init
    

    This creates all required folders (e.g. wit\, wbfs\, etc.).

  3. Download the latest version of WIT (Wiimms ISO Tools) and unzip it but do NOT run the installer.
    You have three options to make use of WIT:

    • Option A: Drop the extracted WIT files into the folder created by WiiMart DLC Patcher.
      Ensure the executable exists at:
      .\wit\bin\wit.exe
      
    • Option B: Use a custom path with the --wit-path flag:
      WiiMartPatcher_xXX.exe --wit-path C:\path\to\wit
      
      Make sure C:\path\to\wit\bin\wit.exe exists.
    • Option C: Add WIT to your systems PATH:
      Add C:\path\to\wit\bin to your PATH variable and verify that wit runs from anywhere.
  4. Place your .wbfs files inside the wbfs\ folder created by WiiMart DLC Patcher.

  5. Start patching!
    Simply run:

    WiiMartPatcher_xXX.exe
    

macOS

Unfortunately, macOS is not supported at this time.


The WiiMart Team is not affiliated with Nintendo or any related parties. For inquiries, contact us at support@wiimart.org.

Description
No description provided
Readme MIT 73 KiB
Languages
C 72.7%
Makefile 14.5%
C++ 12.8%