mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 05:35:37 +00:00
WIKI Fixes
This commit is contained in:
parent
8530f806fa
commit
9ce21a6cbe
|
@ -1,84 +0,0 @@
|
|||
# Toys-to-life Controllers
|
||||
|
||||
Toys-to-life Controllers is a broad category that encompasses the vast majority of mostly first party controllers that are used to connect collectable toys figures that can via the controller interact with the game.
|
||||
|
||||
## LEGO Dimensions
|
||||
|
||||
### LEGO ToyPad
|
||||
|
||||
<img src="../../wiki_images/controllers/lego-toypad.png" width="250">
|
||||
|
||||
#### Steam Input Support
|
||||
No
|
||||
|
||||
#### Linux Kernel Support
|
||||
Yes, it is an NFC reader USB device.
|
||||
|
||||
#### Emulator usecase
|
||||
RPCS3
|
||||
|
||||
|
||||
#### How-to configure the Toypad
|
||||
|
||||
##### Add the udev rule for the Toypad
|
||||
|
||||
You will need root privlages for this.
|
||||
|
||||
Open a Terminal Window and execute the following command to add the udev rule:
|
||||
|
||||
```bash
|
||||
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0241", MODE="0666"' | sudo tee -a /etc/udev/rules.d/71-toypad.rules > /dev/null
|
||||
sudo udevadm control --reload-rules
|
||||
```
|
||||
|
||||
It should now work in RetroDECK for Lego Dimensions in the RPCS3 emulator.
|
||||
|
||||
##### Some tips
|
||||
|
||||
Before you launch Lego Dimensions from RetroDECK you need to keep the following things in mind:
|
||||
|
||||
- The ToyPad must be connected to the USB Port Before launching the game in RetroDECK and RPCS3
|
||||
- The ToyPad must be connected to a USB Port that gives it enough power to run.
|
||||
|
||||
Additional Steam Deck information:
|
||||
|
||||
- The Steam Deck's USB-C port does not transmit enough power for the ToyPad, you will need use dock or use a powered USB-C hub.
|
||||
|
||||
## Skylanders
|
||||
|
||||
### Portal of Power
|
||||
|
||||
<img src="../../wiki_images/controllers/portal-of-power.png" width="250">
|
||||
|
||||
The Portal of Power is used for the Skylanders game Series.
|
||||
|
||||
#### How to configure
|
||||
WIP
|
||||
|
||||
|
||||
### Traptanium Portal
|
||||
|
||||
<img src="../../wiki_images/controllers/traptanium-portal.png" width="250">
|
||||
|
||||
The Traptanium Portal is used for the game Skylanders: Trap Team.
|
||||
|
||||
#### How to configure
|
||||
WIP
|
||||
|
||||
## Disney Infinity
|
||||
|
||||
### Infinity Base
|
||||
|
||||
<img src="../../wiki_images/controllers/disney-infinity-base.png" width="250">
|
||||
|
||||
#### How to configure
|
||||
WIP
|
||||
|
||||
## Kamen Rider Summonride
|
||||
|
||||
### Summonrider Portal
|
||||
|
||||
<img src="../../wiki_images/controllers/kamen-rider-summonride-portal.png" width="250">
|
||||
|
||||
#### How to configure
|
||||
WIP
|
|
@ -1,84 +0,0 @@
|
|||
# Toys-to-life Controllers
|
||||
|
||||
Toys-to-life Controllers is a broad category that encompasses the vast majority of mostly first party controllers that are used to connect collectable toys figures that can via the controller interact with the game.
|
||||
|
||||
## LEGO Dimensions
|
||||
|
||||
### LEGO ToyPad
|
||||
|
||||
<img src="../../wiki_images/controllers/lego-toypad.png" width="250">
|
||||
|
||||
#### Steam Input Support
|
||||
No
|
||||
|
||||
#### Linux Kernel Support
|
||||
Yes, it is an NFC reader USB device.
|
||||
|
||||
#### Emulator usecase
|
||||
RPCS3
|
||||
|
||||
|
||||
#### How-to configure the Toypad
|
||||
|
||||
##### Add the udev rule for the Toypad
|
||||
|
||||
You will need root privlages for this.
|
||||
|
||||
Open a Terminal Window and execute the following command to add the udev rule:
|
||||
|
||||
```bash
|
||||
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0241", MODE="0666"' | sudo tee -a /etc/udev/rules.d/71-toypad.rules > /dev/null
|
||||
sudo udevadm control --reload-rules
|
||||
```
|
||||
|
||||
It should now work in RetroDECK for Lego Dimensions in the RPCS3 emulator.
|
||||
|
||||
##### Some tips
|
||||
|
||||
Before you launch Lego Dimensions from RetroDECK you need to keep the following things in mind:
|
||||
|
||||
- The ToyPad must be connected to the USB Port Before launching the game in RetroDECK and RPCS3
|
||||
- The ToyPad must be connected to a USB Port that gives it enough power to run.
|
||||
|
||||
Additional Steam Deck information:
|
||||
|
||||
- The Steam Deck's USB-C port does not transmit enough power for the ToyPad, you will need use dock or use a powered USB-C hub.
|
||||
|
||||
## Skylanders
|
||||
|
||||
### Portal of Power
|
||||
|
||||
<img src="../../wiki_images/controllers/portal-of-power.png" width="250">
|
||||
|
||||
The Portal of Power is used for the Skylanders game Series.
|
||||
|
||||
#### How to configure
|
||||
WIP
|
||||
|
||||
|
||||
### Traptanium Portal
|
||||
|
||||
<img src="../../wiki_images/controllers/traptanium-portal.png" width="250">
|
||||
|
||||
The Traptanium Portal is used for the game Skylanders: Trap Team.
|
||||
|
||||
#### How to configure
|
||||
WIP
|
||||
|
||||
## Disney Infinity
|
||||
|
||||
### Infinity Base
|
||||
|
||||
<img src="../../wiki_images/controllers/disney-infinity-base.png" width="250">
|
||||
|
||||
#### How to configure
|
||||
WIP
|
||||
|
||||
## Kamen Rider Summonride
|
||||
|
||||
### Summonrider Portal
|
||||
|
||||
<img src="../../wiki_images/controllers/kamen-rider-summonride-portal.png" width="250">
|
||||
|
||||
#### How to configure
|
||||
WIP
|
|
@ -0,0 +1,17 @@
|
|||
# Disney Infinity - Infinity Base
|
||||
|
||||
<img src="../../../wiki_images/controllers/disney-infinity-base.png" width="250">
|
||||
|
||||
The Infinity Base is used for the `Disney Infinity` game series.
|
||||
|
||||
### Steam Input Support
|
||||
No
|
||||
|
||||
### Linux Kernel Support
|
||||
Yes, depeding on what version it should register as a generic NFC reader USB device.
|
||||
|
||||
### Emulator usecase
|
||||
`RPCS3` `Xenia` `Dolphin`
|
||||
|
||||
## How to configure
|
||||
WIP
|
|
@ -0,0 +1,16 @@
|
|||
# Kamen Rider Summonride - Summonrider Portal
|
||||
<img src="../../../wiki_images/controllers/kamen-rider-summonride-portal.png" width="250">
|
||||
|
||||
For the PS3 game `Kamen Rider Summonride`.
|
||||
|
||||
### Steam Input Support
|
||||
No
|
||||
|
||||
### Linux Kernel Support
|
||||
Yes, it should register as a generic NFC reader USB device.
|
||||
|
||||
### Emulator usecase
|
||||
`RPCS3`
|
||||
|
||||
## How to configure
|
||||
WIP
|
|
@ -10,6 +10,10 @@ No
|
|||
### Linux Kernel Support
|
||||
Yes, it is an NFC reader USB device.
|
||||
|
||||
### Udev rule
|
||||
|
||||
`SUBSYSTEM=="usb", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0241", MODE="0666"`
|
||||
|
||||
### Emulator usecase
|
||||
`RPCS3` `Xenia`
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<img src="../../../wiki_images/controllers/portal-of-power.png" width="250">
|
||||
|
||||
The Portal of Power is used for the `Skylanders` game Series.
|
||||
The Portal of Power is used for the `Skylanders` game series.
|
||||
|
||||
### Steam Input Support
|
||||
No
|
||||
|
|
|
@ -241,6 +241,8 @@ nav:
|
|||
|
||||
- Controllers - Toys-to-life (WIP) 🧸:
|
||||
- About Toys-to-life Controllers: wiki_controllers/toystolife/about-toys-to-life.md
|
||||
- Disney Infinity - Infinity Base: wiki_controllers/toystolife/disney-infinity-base.md
|
||||
- Kamen Rider Summonride - Summonrider Portal: wiki_controllers/toystolife/kamen-rider-summonrider-portal.md
|
||||
- LEGO Dimensions - LEGO ToyPad: wiki_controllers/toystolife/lego-toypad.md
|
||||
- Skylanders - Portal of Power: wiki_controllers/toystolife/skylanders-portal-of-power.md
|
||||
- Skylanders - Traptanium Portal: wiki_controllers/toystolife/skylanders-traptanium-portal.md
|
||||
|
|
Loading…
Reference in a new issue