Giter VIP home page Giter VIP logo

fakemote's Introduction

fakemote

A Wii cIOS module that fakes Wiimotes from the input of USB game controllers.

Features

Supported USB game controllers

Device Name Vendor Name Vendor ID Product ID
PlayStation 3 Controller Sony Corp. 054c 0268
DualShock 4 [CUH-ZCT1x] Sony Corp. 054c 05c4
DualShock 4 [CUH-ZCT2x] Sony Corp. 054c 09cc
  • DS3 and DS4 support includes LEDs, rumble, and the accelerometer
  • DS4's touchpad is used to emulate the Wiimote IR Camera pointer
  • Both controllers emulate a Wiimote with the Nunchuk and Classic Controller extensions connected. Press L1+L3 to switch between them
  • Three IR pointer emulation modes: direct (touchpad, only for DS4), analog axis relative (move the pointer with the right analog) and analog axis absolute (the pointer is moved proportionally to the right analog starting from the center). Press R1+R3 to switch between them

Installation

  1. Download d2x cIOS Installer for regular Wii/d2x cIOS Installer for vWii and extract it to the SD card
  2. Copy FAKEMOTE.app to the d2x cIOS Installer directory that contains the modules of the cIOS version you want to install.
    For example, for d2x-v10-beta52 copy FAKEMOTE.app to sd:/apps/d2x-cIOS-Installer-Wii/v10/beta52/d2x-v10-beta52
  3. Open d2x cIOS Installer's ciosmaps.xml (located at sd:/apps/d2x-cIOS-Installer-Wii/ciosmaps.xml) and do the following:
    1. Locate the line containing the base IOS version you want to install. It starts with <base ios=.
      For base IOS 57:
      <base ios="57" version="5918" contentscount="26" modulescount="7">
    2. Increase modulescount and contentscount by 1.
      For base IOS 57:
      <base ios="57" version="5918" contentscount="27" modulescount="8">
    3. Add a <content> entry for FAKEMOTEafter the last <content module>.
      For base IOS 57:
      <content id="0x24" module="FAKEMOTE" tmdmoduleid="-1"/>
  4. Run d2x cIOS Installer and install the cIOS

Usage

  • If you have a regular Wii, not a Wii U (vWii), you can install Priiloader and change the IOS slot to use when running System Menu and disc games
  • You can configure your USB loader to specify the IOS slot to use when running the loader and/or games

Notes

  • This has only been tested with base IOS 57 and 58
  • Use base IOS 58 to have compatibility with both USB ports
  • This is still in beta-stage, therefore it might not work as expected

Compilation

  1. Download and install devkitARM
  2. Install stripios:
    1. Download stripios's source code from Leseratte's d2xl cIOS
    2. Compile it:
    g++ main.cpp -o stripios
    1. Install it:
    cp stripios $DEVKITPRO/tools/bin
  3. Run make to compile FAKEMOTE.app

Credits

Disclaimer

THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESSED NOR IMPLIED.
NO ONE BUT YOURSELF IS RESPONSIBLE FOR ANY DAMAGE TO YOUR WII CONSOLE BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.

fakemote's People

Contributors

xerpi avatar sanjay900 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.