Wiki/wiki-rtd/docs/blog/posts/2024/December-2024.md

156 lines
4 KiB
Markdown
Raw Normal View History

2024-12-17 12:51:53 +00:00
---
2024-12-19 07:04:14 +00:00
date: 2024-12-19
2024-12-17 12:51:53 +00:00
---
2024-12-19 10:58:14 +00:00
# December 2024: Right clicking caroling
2024-12-17 12:51:53 +00:00
2024-12-18 08:14:37 +00:00
It's the last month the year!
2024-12-17 12:51:53 +00:00
The team wishes everyone a happy winter season and happy holidays.
2024-12-18 08:14:37 +00:00
🎅
2024-12-17 12:51:53 +00:00
## Highlights
2024-12-17 13:42:16 +00:00
- Thanks Lx32 and dottormac
2024-12-17 12:51:53 +00:00
2024-12-18 08:14:37 +00:00
- Development - 0.9.0b Status updates
- Framework
- PortMaster Integration
- Steam ROM Manager (SRM) Integration
- Godot Configurator
- What is left for 0.9.0b release?
2024-12-17 12:51:53 +00:00
<!-- more -->
---
2024-12-19 07:57:15 +00:00
<img src="../../../rd-xmas-logo.svg" width="300">
2024-12-17 12:51:53 +00:00
## Thanks Lx32 and dottormac
2024-12-18 07:12:13 +00:00
Special thanks to former RetroDECK Team members Lx32 & dottormac for their contributions.
They are now RetroDECK Alumni with special roles on Discord.
2024-12-17 12:51:53 +00:00
2024-12-18 07:12:13 +00:00
Life can sometimes pull us away from contributing to open source projects. We want to extend our heartfelt thanks to:
2024-12-17 12:51:53 +00:00
2024-12-18 07:12:13 +00:00
- dottormac for their significant help with early testing of RetroDECK.
- Lx32 for focusing on the SRM implementation, and for his earlier work on BoilR to finally add games to Steam.
2024-12-17 12:51:53 +00:00
2024-12-18 07:12:13 +00:00
We wish them a happy journey ahead. Keep in touch, Itakatta! 🤌🍕🍝🍌🤌 ❤️
2024-12-17 12:51:53 +00:00
2024-12-17 13:42:16 +00:00
---
2024-12-18 08:14:37 +00:00
<img src="../../../folder-blue-games.png" width="30">
2024-12-18 15:00:54 +00:00
2024-12-18 14:36:01 +00:00
## Open with RetroDECK - New function
2024-12-18 08:14:37 +00:00
2024-12-19 07:06:18 +00:00
<img src="../../../owr_appselect.png" width="500">
2024-12-18 15:00:54 +00:00
On the Linux Desktop (or desktop mode), we added the option to open and run various files directly with RetroDECK.
2024-12-19 07:06:18 +00:00
<img src="../../../littlemedusa.png" width="300">
2024-12-18 14:36:01 +00:00
2024-12-18 15:00:54 +00:00
In these examples, we will use the [Little Medusa - Demo](https://megacatstudios.com/pages/little-medusa) a `.nes` file called `LittleMedusa_8bitdemo.nes` from Mega Cat Studios.
2024-12-18 14:36:01 +00:00
2024-12-18 15:00:54 +00:00
### Example 1: The Game Inside the Correct Roms Folder
2024-12-18 14:36:01 +00:00
2024-12-19 07:06:18 +00:00
<img src="../../../owr_infolder.png" width="300">
2024-12-18 14:36:01 +00:00
2024-12-18 15:00:54 +00:00
In this example, the `LittleMedusa_8bitdemo.nes` file is inside the `retrodeck/roms/nes` folder.
When you click on it, RetroDECK opens it with the Nintendo Entertainment System emulator, and the game starts.
RetroDECK knows that because you opened it from the `/roms/nes` folder, the game must correspond to that system.
### Example 2: The Game Outside the Roms Folder
2024-12-18 14:36:01 +00:00
2024-12-19 07:06:18 +00:00
<img src="../../../owr_nonedir.png" width="500">
2024-12-18 14:36:01 +00:00
2024-12-18 15:00:54 +00:00
In this example, the `LittleMedusa_8bitdemo.nes` file is not inside the `retrodeck/roms/nes` folder but in the `download` folder.
2024-12-18 14:36:01 +00:00
2024-12-18 15:00:54 +00:00
When clicked, RetroDECK will prompt a dialog window asking which system the file belongs to and then run it.
2024-12-18 14:36:01 +00:00
2024-12-18 08:14:37 +00:00
---
<img src="../../../utilities-system-monitor.png" width="30">
2024-12-18 14:36:01 +00:00
## Framework
2024-12-17 12:51:53 +00:00
2024-12-18 07:12:13 +00:00
- RetroDECK can now pick up logged-in Steam profiles for systems like SRM.
- Several light manifest pipeline issues resolved.
- More logs piped into the central retrodeck.log.
2024-12-17 12:51:53 +00:00
2024-12-17 13:42:16 +00:00
---
2024-12-17 12:51:53 +00:00
<img src="../../../portmaster.png" width="30">
2024-12-18 14:36:01 +00:00
## PortMaster Integration
2024-12-17 12:51:53 +00:00
2024-12-18 07:12:13 +00:00
- No reported issues; it works as expected in cooker. ✅
2024-12-17 12:51:53 +00:00
2024-12-17 13:42:16 +00:00
---
2024-12-19 07:11:29 +00:00
<img src="../../../srm-logo.png" width="30">
2024-12-17 12:51:53 +00:00
2024-12-18 14:36:01 +00:00
## Steam ROM Manager (SRM) Integration
2024-12-17 12:51:53 +00:00
2024-12-19 07:57:47 +00:00
- SRM is now working with your Steam username and syncing your favorite games to Steam. ✅
2024-12-17 13:42:16 +00:00
2024-12-19 09:56:36 +00:00
We know how you feel:
![type:audio](Blessed be Steam.mp3)
2024-12-17 13:42:16 +00:00
---
2024-12-17 12:51:53 +00:00
<img src="../../../godot.png" width="30">
2024-12-18 14:36:01 +00:00
## Godot Configurator
2024-12-17 12:51:53 +00:00
2024-12-18 07:12:13 +00:00
- More menus and buttons added.
- Added the ability to launch SRM for tweaking settings or images.
2024-12-17 12:51:53 +00:00
---
2024-12-18 06:58:39 +00:00
## What is left for 0.9.0b release?
2024-12-18 07:12:13 +00:00
- All big features are implemented but need more testing.
- Emulators/Components updates and resolving any issues.
- Godot Configurator - some missing tools from the Legacy Configurator still need to be implemented.
2024-12-18 08:14:37 +00:00
- Godot Configurator - design improvements for some buttons/sub-menus.
- Minor tweaks and bugfixes.
2024-12-18 06:58:39 +00:00
2024-12-17 12:51:53 +00:00
## 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
[RetroDECK Website](https://retrodeck.net/)
[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)