CannonGoBoom

joined 2 years ago
 

HOTFIXES:

 

HOTFIXES:

 

Nothing too crazy with this release, mostly just importing upstream changes from Valve this time around.

• Persona 4 Golden video fixes have been re-added.
• wine updated to latest bleeding edge
• dxvk updated to latest git
• vkd3d-proton updated to latest git
• upstream proton changes added
• upstream steamclient changes added
• upstream wineopenxr changes added
 

Nothing too crazy with this release, mostly just importing upstream changes from Valve this time around.

• Persona 4 Golden video fixes have been re-added.
• wine updated to latest bleeding edge
• dxvk updated to latest git
• vkd3d-proton updated to latest git
• upstream proton changes added
• upstream steamclient changes added
• upstream wineopenxr changes added
 
  • added TCP_KEEP patches needed for Star Citizen 2.0 launcher

  • updated wine to latest bleeding edge (fixes Apex Legends)

  • updated dxvk to latest git

  • updated vkd3d-proton to latest git

  • updated dxvk-nvapi to match upstream

  • updated various build files to match upstream

  • updated steam client to match upstream

  • added upstream cpu topology fixes

  • protonfixes: Add fix for The Witcher 2: Assassins of Kings Enhanced Edition (thanks R1kaB3rN)

  • protonfixes: Add fix for COJ Gunslinger (thanks Tiagoquix)

  • protonfixes: Add fix for Total War: Shogun 2 (thanks Crumb5)

  • protonfixes: Update Oddworld: Munch's Oddysee fix (thanks doZenn)

  • protonfixes: Add fix for Oddworld: Abe's Oddysee (thanks doZenn)

  • protonfixes: Add fix for Overlord II (thanks doZenn)

  • protonfixes: Add fix for Stranger's Wrath HD (thanks doZenn)

  • protonfixes: Add fix for Ducati World Championship (thanks doZenn)

  • protonfixes: Add fix for Add fix for Café Stella and the Reaper's Butterflies (thanks R1kaB3rN)

  • protonfixes: Add fix for Add fix for Sabbat of the Witch (thanks R1kaB3rN)

  • protonfixes: Add fix for Add fix for Riddle Joker (thanks R1kaB3rN)

  • protonfixes: Add fix for Add fix for Senren * Banka (thanks R1kaB3rN)

  • protonfixes: Add fix for (Newest) Many WMP9 Video Playback fixes for Yuzusoft VN's (thanks R1kaB3rN)

 
  • added TCP_KEEP patches needed for Star Citizen 2.0 launcher

  • updated wine to latest bleeding edge (fixes Apex Legends)

  • updated dxvk to latest git

  • updated vkd3d-proton to latest git

  • updated dxvk-nvapi to match upstream

  • updated various build files to match upstream

  • updated steam client to match upstream

  • added upstream cpu topology fixes

  • protonfixes: Add fix for The Witcher 2: Assassins of Kings Enhanced Edition (thanks R1kaB3rN)

  • protonfixes: Add fix for COJ Gunslinger (thanks Tiagoquix)

  • protonfixes: Add fix for Total War: Shogun 2 (thanks Crumb5)

  • protonfixes: Update Oddworld: Munch's Oddysee fix (thanks doZenn)

  • protonfixes: Add fix for Oddworld: Abe's Oddysee (thanks doZenn)

  • protonfixes: Add fix for Overlord II (thanks doZenn)

  • protonfixes: Add fix for Stranger's Wrath HD (thanks doZenn)

  • protonfixes: Add fix for Ducati World Championship (thanks doZenn)

  • protonfixes: Add fix for Add fix for Café Stella and the Reaper's Butterflies (thanks R1kaB3rN)

  • protonfixes: Add fix for Add fix for Sabbat of the Witch (thanks R1kaB3rN)

  • protonfixes: Add fix for Add fix for Riddle Joker (thanks R1kaB3rN)

  • protonfixes: Add fix for Add fix for Senren * Banka (thanks R1kaB3rN)

  • protonfixes: Add fix for (Newest) Many WMP9 Video Playback fixes for Yuzusoft VN's (thanks R1kaB3rN)

 
  • hotfix: fix issue with protonfixes not getting applied (R1kaB3rN)

  • vkd3d-proton: update to work around halo infinite bug HansKristian-Work/vkd3d-proton@1d73fdc

 
 
  • COPYPREFIX=1 option added. What this does:

By default steam stores the wine prefixes in the steam library where the game is installed under SteamLibrary/steamapps/compatdata/ as well as shader cache files in shadercache/. When 'Steam Deck' session aka gamescope session is used, the -steamdeck option is appended to steam. This causes the default path for prefix compatdata and shadercache to change to the default steam install location ~/.steam/steam/steamapps/compatdata (or shadercache). This can be problematic if you are say for example switching from normal desktop steam to steamdeck. Or for example if you have a portable hard drive or SD card you keep your games on to use between the two. If you did something like say install mods for a game or played a game that doesnt work with cloud saves on the desktop, the prefix would not get used when you move the drive over from the desktop to steamdeck. Instead steamdeck would try to make a new one. The same goes in reverse for if you play games on the steam deck and try to move the game drive or sd card to a desktop.

What COPYPREFIX=1 DOES is if -steamdeck is applied it will check if a prefix exists on the game partition/drive. If it does, it will then WIPE the steamdeck prefix, and replace it with the one from the game partition/drive. . It does this with shader cache as well. This way steam will pick up your mods/saves that you had on your desktop or other PC you used the drive on before.

Alternatively, if -steamdeck is NOT applied -- it works in reverse. It will try to wipe the prefix on the game partition, and replace it with the one in steamdeck's default location. It does this with shader cache as well. A good use case for the reverse of the desktop -- say you've put in a ton of hours on a game with saves that don't work with steam cloud saving -- or have a bunch of mods you've applied on a game on your steam deck -- then you want to migrate to your desktop. In this case, put steam in desktop mode. Close steam then re-open it from the terminal using the steam command so that -steamdeck is NOT applied, then you can use COPYPREFIX to copy the steamdeck prefix to your game's partition/drive.

Again to clarify usage scenarios:

Steam launched in deck mode (-steamdeck applied) or from terminal with -steamdeck = copy FROM game partition prefix TO steamdeck prefix

OR

Steam launched from desktop shortcut or terminal without -steamdeck -- copy FROM steamdeck prefix TO game partition prefix.

How to use:

Put COPYPREFIX=1 %command% in the game launch options. When you run the game it will copy the prefix. You can remove the option afterwards.

Please be careful when using this, it wipes the destination prefix contents before copying.

Other updates:

-wine updated to latest bleeding edge

-dxvk updated to latest git

-vkd3d-proton updated to latest git

-imported upstream proton changes

-imported upstream steamclient changes

Protonfixes:

UMU:

 
  • COPYPREFIX=1 option added. What this does:

By default steam stores the wine prefixes in the steam library where the game is installed under SteamLibrary/steamapps/compatdata/ as well as shader cache files in shadercache/. When 'Steam Deck' session aka gamescope session is used, the -steamdeck option is appended to steam. This causes the default path for prefix compatdata and shadercache to change to the default steam install location ~/.steam/steam/steamapps/compatdata (or shadercache). This can be problematic if you are say for example switching from normal desktop steam to steamdeck. Or for example if you have a portable hard drive or SD card you keep your games on to use between the two. If you did something like say install mods for a game or played a game that doesnt work with cloud saves on the desktop, the prefix would not get used when you move the drive over from the desktop to steamdeck. Instead steamdeck would try to make a new one. The same goes in reverse for if you play games on the steam deck and try to move the game drive or sd card to a desktop.

What COPYPREFIX=1 DOES is if -steamdeck is applied it will check if a prefix exists on the game partition/drive. If it does, it will then WIPE the steamdeck prefix, and replace it with the one from the game partition/drive. . It does this with shader cache as well. This way steam will pick up your mods/saves that you had on your desktop or other PC you used the drive on before.

Alternatively, if -steamdeck is NOT applied -- it works in reverse. It will try to wipe the prefix on the game partition, and replace it with the one in steamdeck's default location. It does this with shader cache as well. A good use case for the reverse of the desktop -- say you've put in a ton of hours on a game with saves that don't work with steam cloud saving -- or have a bunch of mods you've applied on a game on your steam deck -- then you want to migrate to your desktop. In this case, put steam in desktop mode. Close steam then re-open it from the terminal using the steam command so that -steamdeck is NOT applied, then you can use COPYPREFIX to copy the steamdeck prefix to your game's partition/drive.

Again to clarify usage scenarios:

Steam launched in deck mode (-steamdeck applied) or from terminal with -steamdeck = copy FROM game partition prefix TO steamdeck prefix

OR

Steam launched from desktop shortcut or terminal without -steamdeck -- copy FROM steamdeck prefix TO game partition prefix.

How to use:

Put COPYPREFIX=1 %command% in the game launch options. When you run the game it will copy the prefix. You can remove the option afterwards.

Please be careful when using this, it wipes the destination prefix contents before copying.

Other updates:

-wine updated to latest bleeding edge

-dxvk updated to latest git

-vkd3d-proton updated to latest git

-imported upstream proton changes

-imported upstream steamclient changes

Protonfixes:

UMU:

[–] CannonGoBoom 12 points 11 months ago (3 children)

According to this support article, they are still allowing downloads

https://support.apple.com/en-au/guide/tvapp-windows/atvbe9ddc3f/1.4/windows/10

[–] CannonGoBoom 2 points 1 year ago

Unfortunately it’s gone from there now too

[–] CannonGoBoom 2 points 1 year ago (1 children)

Can’t seem to work that out on mobile

[–] CannonGoBoom 11 points 1 year ago (3 children)

Sorry about that. I’ve fixed the formatting as best as I can.

[–] CannonGoBoom 2 points 1 year ago
[–] CannonGoBoom 26 points 1 year ago (1 children)
[–] CannonGoBoom 6 points 1 year ago (1 children)

Jacked Russell

[–] CannonGoBoom 1 points 1 year ago* (last edited 1 year ago)

The Outer Worlds Spacer’s Choice Edition is free on epic. However there is a dodgy ad claiming you can play GTA V for free on android and iOS etc on the website linked.

[–] CannonGoBoom 3 points 1 year ago

https://lutris.net is the place to see how well your games will work with lutris.

[–] CannonGoBoom 5 points 1 year ago

Gotta scroll a bits it’s a TikTok

view more: ‹ prev next ›