Saints Row 2 Tweaks + Bugs Fixes + Proton Guide

Saints Row 2 Tweaks + Bugs Fixes + Proton Guide 1 - steamsplay.com
Saints Row 2 Tweaks + Bugs Fixes + Proton Guide 1 - steamsplay.com

The Easy Way

So you want to do it the easy way? This is a joke… real Linux users would be hurt.

Use the script I have created to add all the changes automatically. Find it
Here – [github.com]

shameful.

The Manual Way

Are you a Linux chad? You can now mute Discord Kitten and continue following along.

Find your Proton Prefix

  1. Go to your main Steam Directory. This directory should not be used if you don’t have a secondary drive where you store games.
     cd /home/YOURUSERNAME/.steam/steam/
  2. You can now copy the contents of this folder to the next folder.
     cd steamapps/compatdata/9480/pfx/

This will be your path later. For this example, my prefix path is:

 "/home/dontna/.steam/steam/steamapps/compatdata/9480/pfx/"

Installing Vulkan

  1. Download DXVK GitHub – [github.com]
  2. Once the file has been downloaded, extract it.
  3. Place the CD in the folder, then go to the x32 folder.
  4. Copy d3d9.dll> and dxgi.dll> to your Saints Row 2, directory (. The SR2_pc.exe address is)
  5. Recover the folder you just extracted, and then copy the shell script to that folder.
  6. Run the shell script specifying the prefix that was found earlier.
     WINEPREFIX=/path/to/prefix/ ./setup_dxvk.sh install

Vulkan custom configuration

  1. CD into your Saints Row 2 game director (. The SR2_pc.exe address is)
  2. Make a new folder and give it the name ‘dxvk.conf.
  3. Open it with a text editor.
     dxgi.maxFrameLatency = 1

     

     d3d9.maxFrameLatency = 1

     

     dxgi.maxFrameRate = 60

     

     d3d9.maxFrameRate = 60

     

     d3d9.textureMemory = 0

    Note: Make sure everyone is on their own line.

  4. Save and Exit

A custom resolution

This is the only time it will be required to install my script. I will not show you how to do that manually.

  1. Download the https://github.com/dontna/SaintsRow2-Proton-Fixer/blob/main/resolution_changer.sh – [github.com]

    Shell script.

  2. Once the installation is complete, grant it permissions for execution.
     chmod u+x resolution_changer.sh
  3. Run the script in this order: [RESOLUTION_WIDTH][RESOLUTION_HEIGHT][PATH_TO_PREFIX].

 

 Example: ./resolution_fixer.sh 1920 1080 /home/dontna/.steam/steam/steamapps/compatdata/9480/pfx/

This would change the in-game resolution from 1920×1080 to 1920×1080

The following example would set 3440×1440 resolution

 Example: ./resolution_fixer.sh 3440 1440 /home/dontna/.steam/steam/steamapps/compatdata/9480/pfx/

I haven’t tested all resolutions, but any resolution above 3440×1440 works perfectly.

Force the game’s use of Proton version 5.0-10

Once you are in the game, if you experience audio problems, go to Settings > Display and change the “Dynamic Lighting” setting to “Simple”, or “Off”. This will dramatically improve performance.

How to fix bugs

You might have some issues that need to addressed. These issues can be fixed if you have downloaded and installed my main script. These steps will help you fix them manually.

No Game Sound

This problem is caused by the older Proton version.

  1. Winetricks can be installed
  2. In a Terminal, write the following
     WINEPREFIX=/path/to/prefix/ winetricks --force xact

 

You’re done

Very nice job Chad. While this will not solve every problem, it will make it easier to run at a playable framerate.

Credit To

There are a few resources and tools I need to credit. Without them, this guide is impossible.

[steamcommunity.com]

This guide gave me a good overview of what I needed to do to get the game running more smoothly. This was the first step in fixing Proton. They also show you how to install gentlemen on the row, which can improve stability.

(MIRROR Saints Row 2 Resolution Editor [saintsrowmods.com]

– This tool did not work for me personally. However, the error messages helped me understand the program’s behavior and allow me to recreate the utility in my script. Without these error messages, the script might not have been created.

Guide

 

Written by Loaf of Beans

This is all for Saints Row 2 Tweaks + Bugs Fixes + Proton Guide hope you enjoy the post. If you believe we forget or we should update the post please let us know via comment, we will try our best to fix how fast is possible! Have a great day!


Be the first to comment

Leave a Reply

Your email address will not be published.


*