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

Compatibity for "Teenage Mutant Ninja Turtles Shredders Revenge" #163

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

FranjeGueje
Copy link
Contributor

Hi all!

On Steam, its ID is 1361510
On EGS, its Namespace is a4977aac967e4e2c827336f074c82d64 (https://egdata.app/sandboxes/a4977aac967e4e2c827336f074c82d64/offers)

Only is necesary "vcrun2017" ... although heroic Game Launcher fixes this way:
{
"title": "Teenage Mutant Ninja Turtles: Shredder's Revenge",
"notes": {
"d3dcompiler_47": "Fix black window when displaying game launcher.",
"vcrun2017": "Fix game not starting.",
"dotnet46": "Fix game not starting (seems to not be needed for some systems, steamdeck needs this.)"
},
"winetricks": ["d3dcompiler_47", "vcrun2017", "dotnet46"]
}

If I create a new prefix with UMU-launcher with UMU-proton or GE-Proton (I've checked both) and then I run:
WINEPREFIX="/home/deck/Prefix/Heroic/Teenage Mutant Ninja Turtles Shredders Revenge" GAMEID=0 /home/deck/Apps/umu-launcher/umu-run winetricks vcrun2017

The game runs good now. Otherwise, it will not start.

Teenage Mutant Ninja Turtles Shredders Revenge
Teenage Mutant Ninja Turtles Shredders Revenge
Namespace on Epic: a4977aac967e4e2c827336f074c82d64
@@ -0,0 +1,2 @@
../gamefixes-steam/1361510.py
Copy link
Member

Choose a reason for hiding this comment

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

This file needs to be a symbolic link. Within gamefixes-egs, run:

ln -s ../gamefixes-steam/1361510.py umu-1361510.py

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. Done!

@@ -0,0 +1,2 @@
../gamefixes-steam/1361510.py
# EGS a4977aac967e4e2c827336f074c82d64
Copy link
Member

@R1kaB3rN R1kaB3rN Nov 26, 2024

Choose a reason for hiding this comment

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

To make this fix more accessible to users, add an entry for this title in the umu-database. Just be sure to follow our guidelines. See the CSV for concrete examples

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok. i'll do so

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

@R1kaB3rN R1kaB3rN merged commit 77cf0c8 into Open-Wine-Components:master Nov 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants