3dscontroller-ng/README.md

40 lines
2.6 KiB
Markdown
Raw Normal View History

2014-12-05 19:25:47 -03:00
3DSController ![](/3DS/cxi/icon48x48.png?raw=true)
===
2014-12-05 17:26:21 -03:00
A 3DS homebrew application which allows you to use your 3DS as a wireless controller for Windows.
2014-12-05 19:17:07 -03:00
### Download
The latest release will always be downloadable from [here](https://github.com/CTurt/3DSController/releases/).
2014-12-05 17:26:21 -03:00
### Setup and Usage
Firstly, if you want to be able to use the circle pad as a joystick you will need to install [vJoy](http://vjoystick.sourceforge.net/site/index.php/download-a-install). However, if you just want to use the buttons, this is not necessary.
2014-12-11 06:07:54 -03:00
Extract the archive and copy the executable in the `3DS` directory with the extension that applies to your loader: `3DSController.3dsx` and `3DSController.smdh` for Ninjhax, `3DSController.3ds` for flashcards, or `3DSController.cia` for CFWs, into your 3DS's SD card or flashcard's micro SD card.
2014-12-05 17:26:21 -03:00
2014-12-17 15:51:38 -03:00
Copy the file `3DS/3DSController.ini` to the root of your 3DS's SD card, and change the line that says `IP: 192.168.0.4` to match your computer's local IP.
If you are unsure of your local IP address, run `3DSController.exe` and it will tell you.
2014-12-05 17:26:21 -03:00
Run `3DSController.exe` on your computer. If you are prompted, make sure to allow it through your firewall.
Start the application on your 3DS, there is no GUI, it will automatically try to connect to the IP address you put in `3DSController.ini`.
2014-12-11 06:07:54 -03:00
If it wasn't able to read the IP from `3DSController.ini`, it will notify you and quit.
2014-12-05 17:26:21 -03:00
2014-12-11 06:07:54 -03:00
Otherwise, you should just see a black screen, this is a good sign. To see if it works, open Notepad and press some buttons on the 3DS, they should show up. You can also test if the joystick works by going to Configure USB Game Controllers in Control Panel, it shows up as vJoy.
2014-12-05 19:13:15 -03:00
2014-12-17 15:53:08 -03:00
If using version 0.4 or above you can press L, R and X to bring up the keyboard. Press L, R and X again to close it.
2014-12-05 19:13:15 -03:00
If using Ninjhax press Start and Select to return to the Homebrew Loader, otherwise you can just exit with the Home button.
2014-12-05 17:26:21 -03:00
2014-12-11 06:07:54 -03:00
### Configuration
2014-12-17 15:51:38 -03:00
Find the line `Port: 8888` and change it to your desired port, do this for both the 3DS's `3DSController.ini` and the PC's `3DSController.ini`.
2014-12-11 06:07:54 -03:00
To use custom key bindings, just change the PC's `3DSController.ini` file, it should be straight forward.
2014-12-05 17:26:21 -03:00
### Troubleshooting
2014-12-06 06:53:07 -03:00
- Make sure your 3DS has internet access (turn on the switch on the side of the 3DS so that an orange light shows) and is on the same network as your PC,
- Make sure that the `3DSController.ini` is in the root of your 3DS's SD card (not flashcard micro SD),
2014-12-05 18:57:07 -03:00
- Make sure that the `3DSController.ini` has the local IP of your computer, not your public IP,
- Make sure your firewall isn't blocking the application,
2014-12-11 06:07:54 -03:00
- Try using a different port,