Skip to content

Commit

Permalink
Remove -showlinkingqr fix for HZD Remastered
Browse files Browse the repository at this point in the history
The game was updated to remove the PSN requirement.

https://store.steampowered.com/news/app/2561580/view/497186807117513479
  • Loading branch information
UsernamesAreNotMyThing authored Feb 6, 2025
1 parent 22e14be commit c3a47b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gamefixes-steam/2561580.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@


def main() -> None:
"""Won't connect to internet to login to PSN without using `-showlinkingqr` or `SteamDeck=1` options."""
if environ.get('SteamDeck', '0') == '0' and '-showlinkingqr' not in argv:
util.append_argument('-showlinkingqr')
# this allows the game to detect saves from the original Complete Edition
"""Game allows playing saves from the original Complete Edition, but by default it can't find them."""
util.import_saves_folder(1151640, 'My Documents/Horizon Zero Dawn')

0 comments on commit c3a47b9

Please sign in to comment.