mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-22 22:05:37 +00:00
gzdoom
This commit is contained in:
parent
dfcf6dc237
commit
32e7b9f108
|
@ -44,7 +44,7 @@ Now 30 years of great game content made by the awesome DOOM community awaits you
|
|||
|
||||
### What is the RetroDECK .doom file?
|
||||
|
||||
For full details on how to get started, read here: [The RetroDECK .doom file](../wiki_engine_guides/gzdoom/retrodeck-doomfile.md)
|
||||
For full details on how to get started, read here: [The RetroDECK .doom file](../../wiki_engine_guides/gzdoom/retrodeck-doomfile.md)
|
||||
|
||||
The RetroDECK `.doom` file is just a textfile that allows you create your very own doom mod-pack with ease, where each line represents a file name the mod loading order.
|
||||
|
||||
|
@ -75,11 +75,11 @@ That is it save and run from RetroDECK!
|
|||
|
||||
### I have bought DOOM (1993) or DOOM 2 on Steam how to get my WADs?
|
||||
|
||||
Read more here: [Get your WADS](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/extract-doom-wads/)
|
||||
Read more here: [Get your WADS](../../wiki_engine_guides/gzdoom/extract-doom-wads.md)
|
||||
|
||||
### What about controls?
|
||||
|
||||
Read more here: [RetroDECK GZDOOM Controls](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/gzdoom-controls/)
|
||||
Read more here: [RetroDECK GZDOOM Controls](../../wiki_engine_guides/gzdoom/gzdoom-controls.md)
|
||||
|
||||
Instead of using the GZDOOM inputs for a controllers that is based on the traditional DOOM inputs, we instead opted to design it after with mods in mind and those normally have more inputs then normal DOOM ever had.
|
||||
|
||||
|
@ -197,7 +197,7 @@ If the user has personal backups of the last versions of the now dead emulators
|
|||
|
||||
### Q: Should this be seen as official support for the removed emulators?
|
||||
|
||||
No, the only official and supported defaults are Ryujinx and Citra-core in RetroArch.
|
||||
No, the only official runners are Ryujinx and Citra-core in RetroArch.
|
||||
|
||||
RetroDECK will not provide any new: configurations, bug fixes, improvements or support towards the AppImages. There is also a risk that future updates can break the compatibility with the AppImages (they are no longer maintained), this is a temporary as-is solution.
|
||||
|
||||
|
@ -288,15 +288,21 @@ The RetroDECK Team does not own these devices and we can not test them ourself,
|
|||
|
||||
### What does the External Controller layouts allow me to do?
|
||||
|
||||
The Radial menu quick access for various good to have PC commands like ESC, F1, Enter but also Screen Switching on Dual Screen Emulators or Change Discs. The intent is to use the button combos as the main input for the important hotkeys like saving and loading.
|
||||
First the Radial menu when holding `SELECT` and using the `Left Joystick` allows quick access for various PC commands like `ESC`, `F1`, `Enter` but also `Screen Switching` on dual screen systems or `Change Discs` you can activate them by pressing `L3` when hovering over the command.
|
||||
|
||||
One other important feature is press and hold SELECT and move Right Stick and it will work as Mouse with R3 as Left Click and L3 as Right Click. This can be extremely useful:
|
||||
The design intent is to use the button combos as the main input for the important hotkeys like saving and loading and the radial a selection good-to-have extra commands.
|
||||
|
||||
- Navigating emulator GUIs.
|
||||
- Close a pop-up window.
|
||||
- Use the Wii Pointer
|
||||
- Playing point and click or just PC games.
|
||||
One other important feature is press and hold `SELECT` and move `Right Stick` and it will turn it into a `Mouse` and `R3` becomes `Left Click`.
|
||||
|
||||
This can be extremely useful:
|
||||
|
||||
```
|
||||
Navigating emulator GUIs.
|
||||
Close a weird emulator pop-up windows.
|
||||
Use the Wii Pointer.
|
||||
Playing Point & Click games
|
||||
Play PC mouse based games.
|
||||
```
|
||||
|
||||
### The RetroDECK external controller radial menu
|
||||
|
||||
|
@ -352,6 +358,8 @@ But later changed our minds as we would have even more input configs to maintain
|
|||
|
||||
### Generic Controllers - Standard Layout
|
||||
|
||||
<img src="../../../../wiki_images/controllers/xiaomi-controller.png" width="180">
|
||||
|
||||
[The Generic - Standard](https://retrodeck.readthedocs.io/en/latest/wiki_controllers/generic/standard/generic-standard/) encompasses the vast majority of none official third party controllers that have all the buttons of a modern controller like 8BitDo Pro2 or the Xiaomi Controller.
|
||||
|
||||
Layout Name:
|
||||
|
@ -361,6 +369,8 @@ https://retrodeck.readthedocs.io/en/latest/wiki_controllers/generic/standard/gen
|
|||
|
||||
### Switch Pro
|
||||
|
||||
<img src="../../../wiki_images/controllers/switch-pro.png" width="150">
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/nintendo/switch-pro/
|
||||
|
||||
Layout Name:
|
||||
|
@ -370,6 +380,8 @@ https://retrodeck.readthedocs.io/en/latest/wiki_controllers/nintendo/nintendo-ho
|
|||
|
||||
### Steam Controller - Gordon
|
||||
|
||||
<img src="../../../wiki_images/controllers/steam-controller-gordon.png" width="150">
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/steam/steam-controller-gordon/
|
||||
|
||||
Layout Name:
|
||||
|
@ -377,11 +389,15 @@ Hotkeys:
|
|||
|
||||
Extra features in the layout:
|
||||
|
||||
- Features two hotkey buttons SELECT and L4
|
||||
- Features a Mouse Mode / Joystick Mode Switcher on R4 that switches the right touchpad between permanent mouse or right joystick.
|
||||
```
|
||||
Features two hotkey buttons use either SELECT or L4.
|
||||
Features a Mouse Mode / Joystick Mode Switcher on R4. That switches the right touchpad between Permanent Mouse or Right Joystick.
|
||||
```
|
||||
|
||||
### DualShock 3
|
||||
|
||||
<img src="../../../wiki_images/controllers/ps3-dualshock3.png" width="150">
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/dualshock-3/
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/playstation-hotkeys/
|
||||
|
||||
|
@ -392,6 +408,8 @@ Extra features in the layout:
|
|||
|
||||
### DualShock 4
|
||||
|
||||
<img src="../../../wiki_images/controllers/ps4-dualshock4.png" width="150">
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/dualshock-4/
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/playstation-hotkeys/
|
||||
|
||||
|
@ -401,10 +419,16 @@ Hotkeys:
|
|||
|
||||
Extra features in the layout:
|
||||
|
||||
- Features mouse on the touchpad with left click on the right side and right click on the left side.
|
||||
```
|
||||
Features mouse input on the touchpad.
|
||||
Left click on the right side of the touchpad.
|
||||
Right click on the left side of the touchpad.
|
||||
```
|
||||
|
||||
### DualSense
|
||||
|
||||
<img src="../../../wiki_images/controllers/ps5-dualsense.png" width="150">
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/dualsense/
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/playstation-hotkeys/
|
||||
|
@ -414,17 +438,25 @@ Hotkeys:
|
|||
|
||||
Extra features in the layout:
|
||||
|
||||
- Features mouse on the touchpad with left click on the right side and right click on the left side.
|
||||
```
|
||||
Features mouse input on the touchpad.
|
||||
Left click on the right side of the touchpad.
|
||||
Right click on the left side of the touchpad.
|
||||
```
|
||||
|
||||
### Xbox 360 Controller
|
||||
|
||||
<img src="../../../wiki_images/controllers/xbox-360.png" width="150">
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-360/
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-hotkeys/
|
||||
|
||||
Layout Name:
|
||||
Hotkeys:
|
||||
|
||||
### Xbox Wireless
|
||||
### Xbox Wireless Controller
|
||||
|
||||
<img src="../../../wiki_images/controllers/xbox-wireless.png" width="150">
|
||||
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-wireless/
|
||||
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-hotkeys/
|
||||
|
@ -571,7 +603,7 @@ Fixed: A bug where in certain scenarios RetroArch would forget the roms folder.
|
|||
|
||||
## Last Minute Questions
|
||||
|
||||
### HEY YOU?! RetroDECK Team where is the add to Steam Function?! 👿
|
||||
### HEY YOU! RetroDECK Team! Where is the add to Steam Function?! 👱🏻👱🏿😼
|
||||
|
||||
With the focus of both removing Yuzu and Citra from RetroDECK + implementing ES-DE 3.0 changes it needed to be pushed back.
|
||||
|
||||
|
|
Loading…
Reference in a new issue