Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 878 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 878 Bytes

installing

  • clone this repository
  • install 3ds.py on your 3ds
  • install the dependacies by running pip install keyboard
  • rename controllerClient.py to main.py and set it as the file 3ds.py will run
  • put the ip and host you want to use in serverConfig.json and controllerConfig.json
  • start server.py on your computer and choose a config file to use
  • connect your 3ds to wifi
  • open 3ds.py and wait untill it connects to your computer
  • for anyone running this on linux, you are going to need to run this as root

making a config file for a game

  • for every button on the 3ds that is going to be used, you have to put it's code and the button it represents on the keyobard in a new json file in the directory /config
  • you can find every button's code here