Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Redout: Enhanced Edition #181

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gamefixes-egs/umu-517710.py
8 changes: 8 additions & 0 deletions gamefixes-steam/517710.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix Redout: Enhanced Edition"""

from protonfixes import util


def main() -> None:
# Requires vcrun2019 to launch
util.protontricks('vcrun2019')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you happen to only have this title from Epic? According to Steam, it's Deck Verified and the recent ProtonDB report shows the title works out of the box so there shouldn't be a need for vcrun2019.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@Arias800 Arias800 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I only have this title on Epic.
On Steamdb, I saw the last update of the game was in 2022, and there was a report 1 year ago on Protondb that said vcrun2019. Maybe it was someone using the Epic and it wasn't mentioned.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Steamdb, I saw the last update of the game was in 2022

While the game hasn't been updated, Proton / Wine has. So that's not really a good indicator.

Maybe it was someone using the Epic and it wasn't mentioned.

Possible. Let's assume it works on Steam, as evidence implies.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Furthermore, inspecting the depot for that title, one can see vcrun2019 as part of the game’s redistributables.

https://steamdb.info/app/517710/depots/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the Steam fix and keep it local to the EGS version.

Loading