Wiki/wiki-rtd/docs/wip/October/October-2024.md

195 lines
5.8 KiB
Markdown
Raw Normal View History

2024-09-24 06:42:59 +00:00
---
date: 2024-09-06
---
2024-09-24 07:12:47 +00:00
# October 2024: Spooky Update
2024-09-24 06:42:59 +00:00
Highlights:
- Godot Configurator - Status
- PortMaster - Status
2024-09-25 10:27:56 +00:00
- Ryujinx Issues - Status
- Steam ROM Manager - SRM (Add to Steam) - Status
2024-09-24 06:42:59 +00:00
<!-- more -->
2024-09-24 07:12:47 +00:00
## Spooky update
2024-09-24 06:42:59 +00:00
2024-09-24 07:12:47 +00:00
It's once again time for a blogpost on what we have been working on for the past month.
2024-09-24 06:42:59 +00:00
2024-09-25 10:27:56 +00:00
## Captain Comeback - 0.9.0b
As we hit the CC letters with this update, we internally debated long on what the name of the update should be.
The official name for 0.9.0b is now: `Captain Comeback`.
As we have rewritten the entire application from the ground up with the new `Lighter Manifest` in addition to shipping the new `Godot Configurator`.
It does feel like a comeback.
2024-09-24 07:12:47 +00:00
---
2024-09-24 12:01:03 +00:00
<img src="../godot.png" width="80">
2024-09-24 06:42:59 +00:00
## Godot Configurator - Status
![type:video](GodotNavigation.mp4)
2024-09-24 07:12:47 +00:00
Developer MonkeyX of the RetroDECK Team is hard at work with his Godot Magic (we are happy to have him).
- Here we show a more updated navigation.
- More colorful.
2024-09-24 12:01:03 +00:00
---
2024-09-24 06:42:59 +00:00
2024-09-24 12:01:03 +00:00
<img src="../portmaster.png" width="80">
2024-09-24 06:42:59 +00:00
2024-09-24 11:56:22 +00:00
## PortMaster - Status
2024-09-24 07:12:47 +00:00
2024-09-24 11:56:22 +00:00
<img src="../homm3.png" width="450"> <img src="../mm.png" width="450">
2024-09-24 06:42:59 +00:00
2024-09-24 11:56:22 +00:00
The [PortMaster](https://portmaster.games/games.html) `x86_64` version is coming along slow and steady.
2024-09-24 07:12:47 +00:00
2024-09-24 11:56:22 +00:00
We are working togheter with the PortMaster team to make this happen. It offers a plethora of FOSS games, game engines and other custom games.
2024-09-24 07:12:47 +00:00
2024-09-25 10:27:56 +00:00
Thanks PortMaster Team! ❤️
2024-09-24 07:58:05 +00:00
2024-09-25 07:14:05 +00:00
**Question: How many ports are available currently being ported to x86_64?**
2024-09-24 07:12:47 +00:00
2024-09-25 07:14:05 +00:00
So far there about 40-50 ports are already done.
2024-09-24 07:12:47 +00:00
2024-09-25 07:14:05 +00:00
**Question: Will all ports be available in the long run?**
2024-09-25 10:27:56 +00:00
As stated in a previous blogpost the goal is NOT to have all 600+ ports available.
2024-09-25 07:14:05 +00:00
The primary goal of PortMaster is to port to ARM devices.
Several of the ports are redundant to offer for x86_64 and you already have a better way to play them directly via Steam, Epic (Heroic) or GOG directly.
But there could be some overlap for some games as it only offers an option to install them via PortMaster instead.
Linux already offers several ways: Flathub, Snapcraft, Luxtorpeda runner on Steam, Lutris, Heroic, etc...
2024-09-24 07:12:47 +00:00
**Question: Where will the portmaster ports directory be?**
It will be under `roms/portmaster/`
**Question: Will PortMaster be part of 0.9.0b?**
We *hope* to ship is as part of the update. But it is also a quite big feature in addition to the Godot Configuror (let's see where we are when the time comes).
---
2024-09-24 12:01:03 +00:00
<img src="../Ryujinx.png" width="80">
2024-09-24 07:12:47 +00:00
## Ryujinx Issues - Status
2024-09-24 12:01:03 +00:00
2024-09-24 11:56:22 +00:00
We are still working with and having open dialog with the Ryujinx Team on this.
They hope to make their pathing more dynamic to solve that the Emulator can't find several files in an upcoming Ryujinx update. But the problem is quite complex.
2024-09-24 07:12:47 +00:00
2024-09-24 07:58:05 +00:00
In any case 0.9.0b will have fixes for this either via a custom Ryujinx RetroDECK build or that the main application has been updated with the dynamic pathing.
2024-09-25 10:27:56 +00:00
Thanks Ryujinx Team! ❤️
2024-09-24 07:12:47 +00:00
---
2024-09-24 12:01:03 +00:00
<img src="../srm-logo.png" width="80">
2024-09-24 07:12:47 +00:00
2024-09-24 07:34:57 +00:00
## Steam ROM Manager - SRM (Add to Steam) - Status
2024-09-24 07:12:47 +00:00
2024-09-25 10:27:56 +00:00
We have had good dialog and cooperation with the SRM Team to make this feature a reality. But RetroDECK's implementation is quite different as we don't plan to let the users open the SRM interface at all as it will be preconfigured in the back end.
2024-09-24 07:34:57 +00:00
The goal is the same as a blogpost from way in the past with a much more seamless and elegant solution.
1. You enable the system from the Configurator.
2. Games you mark as ⭐ favorites in the ES-DE interface will be synced to Steam as separate game entries in your library.
3. The sync will scrape the art from SteamGridDB and add our controller profile on the games.
4. You can launch the game as an individual entry.
2024-09-25 10:27:56 +00:00
Thanks SRM Team! ❤️
2024-09-24 07:44:35 +00:00
2024-09-25 10:27:56 +00:00
### Question: Will this be part of 0.9.0b?
2024-09-24 07:34:57 +00:00
2024-09-25 10:27:56 +00:00
Right now we don't know it is still quite complex as it also need to be integrated into the Godot Configurator, no promises . We are working on so many things as you can see.
2024-09-24 07:44:35 +00:00
2024-09-25 10:27:56 +00:00
### Question: Will I be able to choose what artwork that are used if there are multiple?
2024-09-24 07:34:57 +00:00
2024-09-25 10:27:56 +00:00
You will not be able to choose what artwork is grabbed from SteamGridDB it will grab the first version. But we plan to expose the SRM filters at least.
2024-09-24 12:10:44 +00:00
2024-09-25 10:27:56 +00:00
### Question: If all settings are in the back end can I enable the SRM filters?
2024-09-24 12:10:44 +00:00
SRM filters:
<img src="../SRM-filters.png" width="800">
2024-09-24 07:34:57 +00:00
2024-09-25 10:27:56 +00:00
If possible, we plan to expose all those important filter settings inside the Godot Configurator. With various dropdowns menus, toggles and checkboxes.
2024-09-24 11:56:22 +00:00
**Example:**
2024-09-24 07:44:35 +00:00
2024-09-24 12:10:44 +00:00
The `Grid Style` filter has the values of:
2024-09-24 07:34:57 +00:00
2024-09-24 11:56:22 +00:00
- Any
- Alternate
- Blurred
- White logo
- Material
- No logo
2024-09-24 07:34:57 +00:00
2024-09-24 12:10:44 +00:00
We plan to expose all of those values in some graphical form inside the Configurator (if possible).
2024-09-24 07:44:35 +00:00
2024-09-24 11:56:22 +00:00
#### But what about that ONE toggle?
2024-09-24 07:34:57 +00:00
2024-09-24 11:56:22 +00:00
We are aware that we have community members that consider themselves a:
2024-09-24 07:34:57 +00:00
2024-09-24 11:56:22 +00:00
```
Person of CULTURE.
Man of CULTURE.
Woman of CULTURE.
Anthropomorphic Animal of CULTURE.
2024-09-24 12:10:44 +00:00
Anthropomorphic Blue Dragonkin of CULTURE.
2024-09-24 11:56:22 +00:00
Sentient Furniture of CULTURE.
Virtual Avatar of CULTURE.
Undead Creature of CULTURE.
Italian.
<Custom Value> of CULTURE.
```
2024-09-24 07:44:35 +00:00
2024-09-24 12:10:44 +00:00
Yes, as stated above if it is part of SRM's filters we will expose it including the toggle for NSFW artwork.
2024-09-24 07:34:57 +00:00
2024-09-25 10:27:56 +00:00
🤌 Stop asking us on Discord, you know who you are. 🤌
2024-09-24 06:42:59 +00:00
---
2024-09-24 07:44:35 +00:00
## How can I help out?
2024-09-24 06:42:59 +00:00
If you want to help out with our efforts, please post your interest in the 💙-i-want-to-help in either Matrix or Discord.
We are always looking for more developers, artists or testers that can contribute to RetroDECK.
## That is all for now
There are more things we are working on, but you will see them in future blog updates!
Thanks everyone!
//The RetroDECK Team
### Links
[Discord](https://discord.gg/WDc5C9YWMx)
[Matrix](https://matrix.to/#/#retrodeck:matrix.org)
[Github](https://github.com/XargonWan/RetroDECK)
[Wiki](https://github.com/XargonWan/RetroDECK/wiki)
[Donations](https://retrodeck.readthedocs.io/en/latest/wiki_about/donations-licenses/)
[Lemmy](https://lemmy.zip/c/retrodeck)