You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On both proton-fixes and umu-fixes Transformers: War for Cybertron needs physx for the game to launch
This is the steamid 4560
umu-4560
I think it would look like this, unsure tho
"""Game fix for Transformers: War for Cybertron"""
from protonfixes import util
def main() -> None:
"""Installs physx library, without it the game simply won't launch"""
util.protontricks('physx')
The text was updated successfully, but these errors were encountered:
On both proton-fixes and umu-fixes Transformers: War for Cybertron needs physx for the game to launch
This is the steamid 4560
umu-4560
I think it would look like this, unsure tho
The text was updated successfully, but these errors were encountered: