mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 12:35:39 +00:00
WIKI: More categories
This commit is contained in:
parent
832cc47c9a
commit
a61b9993be
|
@ -1,39 +1,4 @@
|
|||
# Special Controllers
|
||||
|
||||
Special Controllers is a broad category that encompasses the vast majority of third and first party controllers that don't fit anywhere else.
|
||||
Special Controllers is a broad category that encompasses the vast majority of third and first party controllers that don't fit anywhere else. <br>
|
||||
They might have been made for a single game.
|
||||
|
||||
## LEGO ToyPad
|
||||
|
||||
<img src="../../wiki_images/controllers/lego-toypad.png" width="250">
|
||||
|
||||
The LEGO Toypad is used for the game LEGO Dimensions for the following platforms:
|
||||
|
||||
- PlayStation 3
|
||||
- PlayStation 4 (Not available on RetroDECK)
|
||||
- Xbox One (Not available on RetroDECK)
|
||||
- Xbox 360
|
||||
- Wii U
|
||||
|
||||
### How to configure
|
||||
At the moment of writing the best way to play this game it's its PS3 version as the WiiU version of the game is not fully supported by its emulator.
|
||||
|
||||
Just connect the ToyPad before starting the game.
|
||||
|
||||
> **NOTE:** the ToyPad must be connected to an alimented hub such as the Steam Dock. Directly connecting the ToyPad to the Steam Deck it's not working as the Steam Deck is not giving it enough power to turn it on constantly.
|
||||
|
||||
This controller needs to set a system's udev rule, just execute this in the terminal:
|
||||
```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
|
||||
```
|
||||
|
||||
## Portal of Power
|
||||
|
||||
<img src="../../wiki_images/controllers/skylanders-portal.png" width="250">
|
||||
|
||||
The Skylanders Portal of Power is used for the Skylanders game Series.
|
||||
|
||||
### How to configure
|
||||
The Skylanders Portal of Power should work very similarly to the LEGO Dimensions ToyPad, however the udev rule might be different.
|
||||
The RetroDECK Team don't own this game nor its hardware for a proper testing, please report back if you wish to test it.
|
||||
|
|
36
wiki-rtd/docs/wiki_controllers/controllers-toys-to-life.md
Normal file
36
wiki-rtd/docs/wiki_controllers/controllers-toys-to-life.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Toys-to-life Controllers
|
||||
|
||||
Toys-to-life Controllers is a broad category that encompasses the vast majority of mostly first party controller.
|
||||
|
||||
## LEGO Dimensions
|
||||
|
||||
### LEGO ToyPad
|
||||
|
||||
<img src="../../wiki_images/controllers/lego-toypad.png" width="250">
|
||||
|
||||
#### Installing the Toypad
|
||||
|
||||
This controller needs to set a system's udev rule, just execute this in the terminal:
|
||||
```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
|
||||
```
|
||||
|
||||
#### What emulator support the Toypad?
|
||||
At the moment of writing the best way to play LEGO Dimensions with the LEGO Toypad is to use the PS3 version and the RPCS3 emulator.
|
||||
Just connect the ToyPad to a USB port before starting the game.
|
||||
|
||||
**Special Notes on the Steam Deck**
|
||||
The ToyPad must be connected to an alimented hub such as the a USB port of the Steam Dock. <br>
|
||||
Directly connecting the ToyPad to the Steam Deck it's not working as the Steam Deck can not give the ToyPad enought power output.
|
||||
|
||||
## Skylanders
|
||||
|
||||
### Portal of Power
|
||||
|
||||
<img src="../../wiki_images/controllers/skylanders-portal.png" width="250">
|
||||
|
||||
Skylanders Portal of Power is used for the Skylanders game Series.
|
||||
|
||||
#### How to configure
|
||||
WIP
|
|
@ -127,7 +127,8 @@ nav:
|
|||
- Lightguns - Controllers (WIP): wiki_controllers/controllers-lightguns.md
|
||||
- Music / Rhythm - Controllers (WIP): wiki_controllers/controllers-music.md
|
||||
- Racing - Controllers (WIP): wiki_controllers/controllers-racing.md
|
||||
- Special - Controllers (WIP): wiki_controllers/controllers-special.md
|
||||
- Toys-to-life - Controllers (WIP): wiki_controllers/controllers-toys-to-life.md
|
||||
- Special- Controllers (WIP): wiki_controllers/controllers-special.md
|
||||
|
||||
- Community & Helping Out ❤️:
|
||||
- Discord: wiki_community/discord.md
|
||||
|
|
Loading…
Reference in a new issue