Compatibity for "Teenage Mutant Ninja Turtles Shredders Revenge" #163
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.