mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
fixes
This commit is contained in:
parent
9f130e8ca1
commit
0050e4c188
|
@ -75,6 +75,7 @@ Then `Tools` - `Install: RetroDECK Controller Layouts`.
|
|||
- Click on the `Update` or `Update all` buttons.
|
||||
|
||||
### Decky: AutoFlatpaks
|
||||
|
||||
If you have Decky installed and the AutoFlatpaks plugin. You can update RetroDECK from gamemode. <br>
|
||||
Read more here: [Steam Deck - Software Recommendations](../../wiki_devices/steamdeck/steamdeck-software.md).
|
||||
|
||||
|
|
|
@ -75,3 +75,33 @@ The directory tree should look like this example:
|
|||
5. Paste the files inside that directory.
|
||||
6. Start RetroDECK and select the game.
|
||||
|
||||
## How do I add mods?
|
||||
|
||||
**NOTE:**
|
||||
|
||||
- `TITLEID` is different for every game.
|
||||
- On the Steam Deck this could be easier to do in `Desktop Mode`.
|
||||
|
||||
There are two ways of adding mods into Yuzu
|
||||
|
||||
### From Yuzu directly
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format to folders.
|
||||
2. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
|
||||
3. Right click on the game you want to add mods into.
|
||||
4. Click on `Open Mod Data Destination`.
|
||||
5. Paste the mod folders inside that directory.
|
||||
6. Right clicking on the game and selecting `Properties`.
|
||||
7. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
|
||||
8. Quit Yuzu
|
||||
|
||||
### From the mods/yuzu folder
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
||||
2. Go into `~/retrodeck/mods/yuzu/` and file the right folder for the game you want to add mods to. The folders are all named by `TITLEID`.
|
||||
3. Move those folders into `~/retrodeck/mods/yuzu/<TITLEID>`
|
||||
4. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
|
||||
5. Right clicking on the game and selecting `Properties`.
|
||||
6. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
|
||||
7. Quit Yuzu
|
||||
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# Yuzus - Mod Guide (Archive)
|
||||
|
||||
`TITLEID` is different for every game.
|
||||
|
||||
## How do I add mods?
|
||||
|
||||
**Requirements:** Mod files <br>
|
||||
|
||||
**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
|
||||
|
||||
There are two ways of adding mods into Yuzu
|
||||
|
||||
### From Yuzu directly
|
||||
1. Extract any mod files from compressed `.zip` or any other format to folders.
|
||||
2. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
|
||||
3. Right click on the game you want to add mods into.
|
||||
4. Click on `Open Mod Data Destination`.
|
||||
5. Paste the mod folders inside that directory.
|
||||
6. Right clicking on the game and selecting `Properties`.
|
||||
7. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
|
||||
8. Quit Yuzu
|
||||
|
||||
### From the mods/yuzu folder
|
||||
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
||||
2. Go into `~/retrodeck/mods/yuzu/` and file the right folder for the game you want to add mods to. The folders are all named by `TITLEID`.
|
||||
3. Move those folders into `~/retrodeck/mods/yuzu/<TITLEID>`
|
||||
4. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
|
||||
5. Right clicking on the game and selecting `Properties`.
|
||||
6. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
|
||||
7. Quit Yuzu
|
||||
|
|
@ -4,10 +4,6 @@
|
|||
|
||||
**Release Date: 2025-XX-XX**
|
||||
|
||||
|
||||
WIP
|
||||
|
||||
|
||||
## Short summary:
|
||||
|
||||
```
|
||||
|
@ -28,7 +24,7 @@ Updated all components
|
|||
|
||||
## Thanks for your patience
|
||||
|
||||
If you read the January blog post we are pushing the Godot Configurator to a later version to implement more feedback we have gotten both internally and from our testers.
|
||||
If you read the announcement we are pushing the Godot Configurator to a later version to implement more feedback we have gotten both internally from team members and from our testers.
|
||||
|
||||
We want to thank the community for being patient with waiting for the next update.
|
||||
|
||||
|
@ -36,7 +32,7 @@ We want to thank the community for being patient with waiting for the next updat
|
|||
|
||||
## Do we get any banger Patch Music for 0.9.0b?
|
||||
|
||||
How about a Sea Shanty
|
||||
How about a Sea Shanty about Captain Comeback meeting his friends the PortMaster and Train Driver (SRM).
|
||||
|
||||
[Captain Comeback's Shanty](https://soundcloud.com/lazorne/captain-comebacks-shanty/s-n7hBgem7imz)
|
||||
|
||||
|
@ -46,17 +42,17 @@ How about a Sea Shanty
|
|||
|
||||
## New Lighter Manifest & Framework changes
|
||||
|
||||
We have spent several months rewriting how RetroDECK is built from the ground up with over a 1100+ commits since the last release.
|
||||
We have spent several months rewriting how RetroDECK is built from the ground up with over a `1100+` commits since the last release.
|
||||
|
||||
In doing so we have:
|
||||
|
||||
- Reduced the application size around `600mb`.
|
||||
- Reduced the application size around `600mb` (some of that space have been eaten with new features).
|
||||
- Building RetroDECK went from `3.30` hours to about `1` hour.
|
||||
- Went from a monolithic build approach to a modular approach (each component is built separately and stitched together into RetroDECK).
|
||||
- RetroDECK now is migrated to an organization on GitHub that is hosting the new modular structure.
|
||||
- Rebuilt the `pre_build_automation` script was reworked with additional features.
|
||||
- Improved logging.
|
||||
- implemented tons of changes for the future Godot version of the Configurator.
|
||||
- Implemented changes for the future Godot version of the Configurator.
|
||||
|
||||
<img src="../scott.jpg" width="500">
|
||||
|
||||
|
@ -102,7 +98,7 @@ Example syntax:
|
|||
|
||||
`flatpak run net.retrodeck.retrodeck retrodeck/roms/<system>/<gamefile>` (`--help` for more information).
|
||||
|
||||
This feature have been requested by other developers in the community (or for those Linux Wizard Grognards that only want to use CLI for everything).
|
||||
This feature have been requested by other developers in the community (or it could be for those Linux Wizard Grognards that only want to use CLI for everything).
|
||||
|
||||
---
|
||||
|
||||
|
@ -110,30 +106,25 @@ This feature have been requested by other developers in the community (or for th
|
|||
|
||||
<img src="../../../wiki_images/logos/srm-logo.png" width="100">
|
||||
|
||||
RetroDECK is now shipping with [Steam Rom Manager](https://steamgriddb.github.io/steam-rom-manager/) and the ability to Sync your games to Steam (Steam Sync) built-in.
|
||||
RetroDECK is now shipping with [Steam Rom Manager](https://steamgriddb.github.io/steam-rom-manager/) and the ability to Sync your games to Steam aka `Steam Sync` built-in.
|
||||
|
||||
**Notice: Flatpak Steam not yet supported**
|
||||
**Note: Flatpak Steam not yet supported**
|
||||
|
||||
We have not added support yet for the Flatpak version of Steam.
|
||||
|
||||
|
||||
### What is Steam Rom Manager?
|
||||
**What is Steam Rom Manager?**
|
||||
|
||||
Steam ROM Manager a bulk game importer and artwork manager for Steam.
|
||||
|
||||
It adds separate games to Steam, adds artwork from [SteamGridDB](https://www.steamgriddb.com/) and configures the RetroDECK Steam Input layouts.
|
||||
|
||||
### How does it work in RetroDECK?
|
||||
|
||||
You enable the Steam Sync feature inside the configurator.
|
||||
**Read more here:**
|
||||
|
||||
All the games you have marked as favorites in ES-DE (marked with a ⭐) will be Synced to Steam upon application exist with art.
|
||||
[Steam Rom Manager - Guide](../../wiki_system_guides/srm/srm-guide.md)
|
||||
|
||||
Depending on your device Steam might need to be restarted before the games show up.
|
||||
|
||||
### Can I tweak images or other settings in SRM?
|
||||
|
||||
Yes, you can open the entire SRM interface from the Configurator as all other components and tweak to your hearts content.
|
||||
|
||||
---
|
||||
|
||||
|
@ -156,29 +147,9 @@ One of the goals of PortMaster is to not install or upgrade any existing OS libr
|
|||
|
||||
That not all 800+ ports are available for the X86_64 system, but the list keeps growing all the time.
|
||||
|
||||
### How does it work?
|
||||
**Read more here:**
|
||||
|
||||
You go into the PortMaster menu in ES-DE and Open `PortMaster`.
|
||||
|
||||
The application will auto update to the latest version and from there a library of ports will be shown. You go to a port and press the download button and it will downloaded and added to the ES-DE interface under the PortMaster menu.
|
||||
|
||||
**Note:**
|
||||
|
||||
Some ports might require game files from purchased games from GOG, Steam or Physical Media to work.
|
||||
|
||||
Check the [PortMaster Games List](https://portmaster.games/games.html) for details.
|
||||
|
||||
### Where are the files located?
|
||||
|
||||
There are two main directories:
|
||||
|
||||
`retrodeck/PortMaster/ports/`
|
||||
|
||||
This contains the game files, savefiles and directories. This is also where you add any required game files.
|
||||
|
||||
`retrodeck/roms/portmaster/`
|
||||
|
||||
This contains the auto generated launch scripts for ES-DE as `.sh` files.
|
||||
[PortMaster - Guide](../../wiki_system_guides/portmaster/portmaster-guide.md)
|
||||
|
||||
---
|
||||
|
||||
|
@ -221,7 +192,7 @@ We soft launched it before, but we are considering it a part of this update! Hav
|
|||
|
||||
---
|
||||
|
||||
## Component updates: Emulators / Engines / Systems
|
||||
## Emulators / Engines / Systems
|
||||
|
||||
All components have been updated to their latest verion (as of the release):
|
||||
|
||||
|
@ -321,3 +292,12 @@ Update: Updated to 1.20.0, check the changelog for more details (above).
|
|||
Added: Experimental N3DS core: Panda3DS.
|
||||
Added: Experimental Playstation 2 core: LRPS2.
|
||||
```
|
||||
|
||||
### RetroDECK Configurator and Framework
|
||||
|
||||
<img src="../../../wiki_images/logos/ppsspp-logo.png" width="100">
|
||||
|
||||
|
||||
```
|
||||
Added: Various compression improvements commits by Cohee to the compression tool.
|
||||
```
|
||||
|
|
|
@ -214,7 +214,6 @@ nav:
|
|||
|
||||
- Yuzu 🔴 (Archive):
|
||||
- Yuzu - General Guide: wiki_emulator_guides/yuzu/yuzu-guide.md
|
||||
- Yuzu - Mod Guide: wiki_emulator_guides/yuzu/yuzu-mod.md
|
||||
- Yuzu - Gyro Guide: wiki_emulator_guides/yuzu/yuzu-gyro.md
|
||||
|
||||
- Guides - Systems 🗃️:
|
||||
|
|
Loading…
Reference in a new issue