mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-27 08:05:40 +00:00
wiki
This commit is contained in:
parent
ce30f837e1
commit
e1555d8fe1
|
@ -5,8 +5,6 @@
|
||||||
## What does the "b" stand for in the versioning number?
|
## What does the "b" stand for in the versioning number?
|
||||||
It stands for Beta.
|
It stands for Beta.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## What is RetroDECK cooker?
|
## What is RetroDECK cooker?
|
||||||
Cooker is a bleeding edge snapshot of the current commits, the action of uploading code to GitHub is called commit.
|
Cooker is a bleeding edge snapshot of the current commits, the action of uploading code to GitHub is called commit.
|
||||||
|
|
||||||
|
@ -18,59 +16,52 @@ We don't support the cooker on user side.
|
||||||
### Why the name cooker? 🍲
|
### Why the name cooker? 🍲
|
||||||
That's what cooking in the pot at this moment and not yet ready to be served (released). This name was also used by Linux Mandrake and Mandriva for the bleeding edge channel.
|
That's what cooking in the pot at this moment and not yet ready to be served (released). This name was also used by Linux Mandrake and Mandriva for the bleeding edge channel.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## What emulators and software is included in RetroDECK?
|
## What emulators and software is included in RetroDECK?
|
||||||
Check: [RetroDECK: What's included?](../wiki_general/what-is-included.md)
|
Check: [RetroDECK: What's included?](../wiki_general/what-is-included.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Does RetroDECK include any games?
|
## Does RetroDECK include any games?
|
||||||
|
|
||||||
No games are included in RetroDECK at this moment.
|
No games are included in RetroDECK at this moment.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Will you include Open-Source games in the future?
|
## Will you include Open-Source games in the future?
|
||||||
|
|
||||||
We are looking into a ports downloader for a future update.
|
We are looking into a ports downloader for a future update.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Does RetroDECK include any Firmware or BIOS?
|
## Does RetroDECK include any Firmware or BIOS?
|
||||||
RetroDECK only includes those BIOS and Firmware that are Open Source. All others can never be done for legal reasons.
|
|
||||||
|
|
||||||
|
RetroDECK only includes those BIOS and Firmware that are Open-Source. All others can never be done for legal reasons.
|
||||||
|
|
||||||
### Can you at least point me towards where I can find: Games, Firmeware or BIOS?
|
### Can you at least point me towards where I can find: Games, Firmeware or BIOS?
|
||||||
|
|
||||||
For purchased titles we recommend that you use your own game backups and investigate how to extract the Firmware or BIOS from your own consoles.
|
For purchased titles we recommend that you use your own game backups and investigate how to extract the Firmware or BIOS from your own consoles.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## When does the next version of RetroDECK come out?
|
## When does the next version of RetroDECK come out?
|
||||||
|
|
||||||
When it's ready.
|
When it's ready.
|
||||||
|
|
||||||
### When does the version after the upcoming version come out?
|
### When does the version after the upcoming version come out?
|
||||||
|
|
||||||
After the upcoming version.
|
After the upcoming version.
|
||||||
|
|
||||||
### When will version 1.0 of RetroDECK come out?
|
### When will version 1.0 of RetroDECK come out?7
|
||||||
|
|
||||||
In the future.
|
In the future.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Are you related anyway to Batocera?
|
## Are you related anyway to Batocera?
|
||||||
|
|
||||||
No, but RetroDECK had some dialog before the project started with some of the Batocera crew if there were any plans to start a Batocera non-OS application (there were no plans at that moment and their focus is to make the best retro gaming operative system).
|
No, but RetroDECK had some dialog before the project started with some of the Batocera crew if there were any plans to start a Batocera non-OS application (there were no plans at that moment and their focus is to make the best retro gaming operative system).
|
||||||
|
|
||||||
RetroDECK and Batocera also have good dialog together with representatives of each project inside the internal development channels.
|
RetroDECK and Batocera also have good dialog together with representatives of each project inside the internal development channels.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Are you related to EmuDeck?
|
## Are you related to EmuDeck?
|
||||||
|
|
||||||
No, the two projects are not related.
|
No, the two projects are not related.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### What's the difference between RetroDECK and EmuDeck?
|
### What's the difference between RetroDECK and EmuDeck?
|
||||||
|
|
||||||
Apart of that from the user point of view EmuDeck and RetroDECK may sound similar but technically they're completely different.
|
Apart of that from the user point of view EmuDeck and RetroDECK may sound similar but technically they're completely different.
|
||||||
|
|
||||||
EmuDeck is a shell script that you run in the Steam Decks desktop mode that downloads and configures all the separate emulators & plugins for you from various sources using a built-in electron based gui.
|
EmuDeck is a shell script interface that you run in the Steam Decks desktop mode that downloads and configures all the separate emulators & plugins for you from various sources using a built-in electron based gui
|
||||||
|
|
||||||
RetroDECK is an all-in-one application contained in a sandboxed environment called "flatpak", that is downloaded from Discover (Flathub). This is Valves and other Linux desktops recommended way of distributing applications on the Steam Deck and Linux desktop in a safe way. It guarantees for example even if Valve makes major changes to the file system in a SteamOS update, RetroDECK and its configurations will not be touched and will be safe.
|
RetroDECK is an all-in-one application contained in a sandboxed environment called "flatpak", that is downloaded from Discover (Flathub). This is Valves and other Linux desktops recommended way of distributing applications on the Steam Deck and Linux desktop in a safe way. It guarantees for example even if Valve makes major changes to the file system in a SteamOS update, RetroDECK and its configurations will not be touched and will be safe.
|
||||||
|
|
||||||
|
@ -81,27 +72,26 @@ As everything is contained within those two folders it will not conflict if you
|
||||||
This approach of everything is in an all-in-one package will also allow RetroDECK to do tighter integrations with each bundled emulator in the future and expose all those settings when you are inside RetroDECK, so you do not need to go into Steam Decks desktop mode to do changes and tweaks. All things should be, in the long term, inside the application itself and you can already see a part of that inside the RetroDECK Configurator in the Tools menu.
|
This approach of everything is in an all-in-one package will also allow RetroDECK to do tighter integrations with each bundled emulator in the future and expose all those settings when you are inside RetroDECK, so you do not need to go into Steam Decks desktop mode to do changes and tweaks. All things should be, in the long term, inside the application itself and you can already see a part of that inside the RetroDECK Configurator in the Tools menu.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Can I install RetroDECK if I have EmuDeck already?
|
### Can I install RetroDECK if I have EmuDeck already?
|
||||||
|
|
||||||
Yes, as RetroDECK is completely standalone.
|
Yes, as RetroDECK is completely standalone.
|
||||||
|
|
||||||
### Why create RetroDECK when EmuDeck and other solutions exists?
|
### Why create RetroDECK when EmuDeck and other solutions exists?
|
||||||
|
|
||||||
RetroDECK is older than EmuDeck, EmuDeck was created later, and we wanted to make a one-in-all application.
|
RetroDECK is older than EmuDeck, EmuDeck was created later, and we wanted to make a one-in-all application.
|
||||||
|
|
||||||
### Batocera or EmuDeck or RetroDECK I still don't get it?
|
### Batocera or EmuDeck or RetroDECK I still don't get it?
|
||||||
|
|
||||||
- Batocera is a retro emulation operative system that you need to boot into separately (like from an SDCard) or replace your current OS. For the Steam Deck you lose access to the SteamOS features and your emulation gaming is separate from your SteamOS gamemode gaming. That said; Batocera has many years of development time, is a great mature OS with a lot of features.
|
- Batocera is a retro emulation operative system that you need to boot into separately (like from an SDCard) or replace your current OS. For the Steam Deck you lose access to the SteamOS features and your emulation gaming is separate from your SteamOS gamemode gaming. That said; Batocera has many years of development time, is a great mature OS with a lot of features.
|
||||||
|
|
||||||
- EmuDeck is a shell script that you download and run. The script downloads & configures all the separate emulators & plugins for you from various sources for various operative systems.
|
- EmuDeck is a shell script interface that you download and run. The interface downloads & configures all the separate emulators & plugins for you from various sources for various operative systems and create a common linked folder structure in that system from the native emulator folders.
|
||||||
|
|
||||||
- RetroDECK is an all-in-one application that already provides everything you need without too many extra steps for the user. It is on Flathub and thus allows the users to update the application via standard safe operative system update methods.
|
- RetroDECK is an all-in-one application that already provides everything you need without too many extra steps for the user. It is on Flathub and thus allows the users to update the application via standard safe operative system update methods.
|
||||||
|
|
||||||
You can see RetroDECK as the in between of EmuDeck and Batocera. We hope that one day we can offer a complete Batocera-like experience right inside your operating system.
|
You can see RetroDECK as the in between of EmuDeck and Batocera. We hope that one day we can offer a complete Batocera-like experience right inside your operating system.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### What is your relationship with ES-DE?
|
### What is your relationship with ES-DE?
|
||||||
ES-DE and RetroDECK are separate projects, but we collaborate to give the best possible user experience.
|
ES-DE and RetroDECK are separate projects, but we collaborate to give the best possible user experience.
|
||||||
We have a unique partnership where inside the ES-DE code is a section just for RetroDECK specific features.
|
We have a unique partnership where inside the ES-DE code is a section just for RetroDECK specific features.
|
||||||
|
|
||||||
[Read more on ES-DE FAQs](https://gitlab.com/es-de/emulationstation-de/-/blob/master/FAQ.md#what-is-the-relationship-between-es-de-and-retrodeck)
|
[Read more on ES-DE FAQs](https://gitlab.com/es-de/emulationstation-de/-/blob/master/FAQ.md#what-is-the-relationship-between-es-de-and-retrodeck)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue