Skip to content

Community Game Configurations

This page is for game configurations that require elaborate setup. For minor tweaks and settings, use Manacharge's community database. You can link back here in the community database as well.

You can contribute to the community games database here: https://docs.google.com/forms/d/e/1FAIpQLScavGFOuGpEVpyHdRVcPjdrCEquG9ItBaloa8Q0XaiNlu_Afg/viewform

You can view the community database here: https://docs.google.com/spreadsheets/d/1fRqvAh_wW8Ho_8i966CCSBgPJ2R_SuDFIvvKsQCv05w/edit?usp=sharing


Community Game Configurations Table of Contents


RPCS3

Back to the Top

How to Set Up RPCS3


Metal Gear Solid 4

Back to the Top

Credit: AwkwaBear

NOTE: This guide is just to set up MGS4 and getting it RUNNING WITHOUT CRASHING on Steam Deck, much work is still needed to get it working with an optimized playable configuration free from audio issues and framerate hitching. This page is still a work in progress and will updated as better configuration options are determined


Tutorial

MGS4 when first imported into RPCS3 will freeze natively and needs some work to get functioning.

I believe trying to patch the file using the built in RPCS3 patch manager will not fix the issue and the game needs to be patched manually to get it working. (Let me know if anyone else is able to prove otherwise)

  1. If you haven't done so already, follow the PS3 setup guide from RGC to get mgs4 added and rpcs3 setup
  2. Patch using the "Manually adding custom patches" section on this page and the MGS4 patch section in the second link. (You can make the patch yourself using the rpcs3 wiki link or download the one I have made from my github repo linked just below)
  3. When the instructions say "Save the file in relevant location:" you need to navigate to save it in the flatpack location instead of the usual Linux one. NOTE: ~/.VAR is a hidden directory and you need to click show hidden files in dolphin file explorer to see it.
    • The location is: ~/.var/app/net.rpcs3.RPCS3/config/rpcs3/patches
  4. Open RPCS3 Navigate to the Patch Manager (Select Manage > Game Patches) and tick the checkbox corresponding to the patches you wish to apply.
    • Select Metal Gear solid 4: Guns of the Patriots in the game list and click the tab to expand
    • expand both tabs for the version of the game you have
    • select the cellspurs urgent commands hack - 4.8x (where 'x' is the ps3 firmware version you installed)
    • select Crash Fix
    • select Disable Shadows
    • select Disable spawned effects
    • select Reduce Stage quality
    • select Unlock FPS
  5. Apply and Save your patch settings then run the game
  6. Here are the current GPU settings I have tested but are still yet to be optimized

The game takes ~2 hours to install initially so be ready for a long wait

I recommend adding all the patches to boost performance as much as possible. This game is really hard to run so you need all the help you can get.

These are just the settings I got to work, maybe mess around with it and let me know if something works better and I can update this guide.

Good luck out there, this game will work now albeit running kinda like trash, there's a lot of frame inconsistencies and audio either cutting out or missing altogether but it is technically able to be played (though I would not consider it above the threshold of "playable") I think the results are promising and with some community tweaking we can get this masterpiece to generally playable state on steam deck.

You can find the guide here: https://github.com/dragoonDorise/EmuDeck/wiki/Metal-Gear-Solid-4---RPCS3-Setup-Guide.


Yuzu (Nintendo Switch)

Back to the Top

How to Set Up Yuzu


Back to the Top

Credit: SardineCat

Recommended Settings

  • Yuzu on portable mode (idk if docked loses somes frames)
  • accuracy on high, cpu on unsafe,
  • make sure you have powertools and then use smt off
  • use v1.0.0 of the game

Recommended Mods

How well does the game perform after these tweaks?

  • This all equates to 60fps almost everywhere, I lose a couple of frames in Mabe Village and Animal Village but its not a big deal IMO.
  • Fixes the invisible Chain Chomp bug

How to Contribute to This Page

Back to the Top

You will need to create a GitHub account first. To sign up for GitHub, see https://github.com/signup.

  1. Open https://github.com/EmuDeck/emudeck.github.io/blob/main/docs/community-creations/steamos/community-creations.md
  2. Click the Pencil icon in the top right
  3. Create a new section header below the most recently added section under the respective category using three ### and the name of the section after the three ###
    • For example, ### My Amazing Community Game Configuration!
    • Your section will automatically be added to the Table of Contents
  4. Write your section under your newly created header
  5. Once you are finished making your changes, click the Commit changes... button in the top right
    • How to Contribute to the Wiki 2
  6. You will be prompted to create a Pull Request. Add a little bit of detail about what you added and why
    • How to Contribute to the Wiki 3
    • You will not see the option to Commit directly to the main branch so do not worry about inadvertently making any changes
  7. Submit your Pull Request
  8. Once your Pull Request is reviewed, it will be merged and any of your changes will automatically be deployed to this page