Display 3DS controller inputs via NTR debugging information
Clone the repository via git (as the .zip doesn't include submodules) then navigate to the root of the repository and run:
git submodule update --init --recursive
pip install -r requirements.txt
#Find the local IP of your 3DS and replace it below
python coNTRoller-overlay.py 192.168.0.100
Once the software is working a standalone executable with assets bundled can be built using the following:
pip install pyinstaller
pyinstaller coNTRoller-overlay.spec
This will place a standalone executable in the dist
directory.
- Display where the touchscreen is being touched
- Display extra buttons on the New 3DS
- Theming?
- zed0
- RhiannonMichelmore - Help locating memory offsets
- imthe666st - PyNTR