github.com

Proton: - import upstream makefile changes - import upstream proton changes - import upstream steam_helper changes - import upstream vkd3d-shader changes - update wine to latest bleeding edge - updated dxvk to latest git - update vkd3d-proton to latest git - update dxvk-nvapi to e4bad70 Protonfixes: - fixed issue with game_titles not being pulled correctly for UMU - game_titles are now looked up as part of included umu-database csv instead of trying to send online website api call - games run with UMU will now have /mnt,/run/media,/media/, and the user's home folder added as drives u:,v:,w:,x: respectively inside the prefix if they are not empty. This is to allow users to install or import games outside of the prefix more conveniently. A typical scenario for this would be if you have your games pre-installed on a different mounted drive, or somewhere else in your home folder outside of the prefix and you want to add them without reinstalling the game, OR if you want to install the game to one of those mounts instead of the C:\ drive inside the wine prefix. With steam, users don't really have to worry about this because steam handles the drive mounts and the install locations, however we found that outside of steam users were trying to use the Z: drive (which is symlinked to root (/)) -- which is of course containerized and read only, and therefore also unable to provide a proper drive size, resulting in users being told they don't have enough space. With the new drives added into the prefix it should fix this, allowing users to access their mount locations or existing game folders for installation or importing via the new drives instead of Z:. - Mod support for various bethesda games has been added (Thanks Root-Core). If a mod executable is found for bethesda games it will launch the mod executable instead of the original: mapping = { '22380': ('FalloutNV.exe', 'nvse_loader.exe'), # Fallout New Vegas '22370': ('FalloutLauncher.exe', 'fose_loader.exe'), # Fallout 3 '377160': ('Fallout4Launcher.exe', 'f4se_loader.exe'), # Fallout 4 '22330': ('OblivionLauncher.exe', 'obse_loader.exe'), # Oblivion '72850': ('SkyrimLauncher.exe', 'skse_loader.exe'), # Skyrim '489830': ('SkyrimSELauncher.exe', 'skse64_loader.exe'), # Skyrim SE '1716740': ('Starfield.exe', 'sfse_loader.exe') # Starfield }.get(game_id, ('', '')) - protonfix added for metal gear solid 2 (thanks FranjeGueje) - protonfix for Kindom Hearts HD Remix added for steam version (already existed for egs version) (thanks Internetbestfriend) - protonfix added for Gothic Playable Teaser (thanks Root-Core) - Star Citizen protonfix updated (no longer requires EAC workaround)

48
0
github.com

Proton: - import upstream makefile changes - import upstream proton changes - import upstream steam_helper changes - import upstream vkd3d-shader changes - update wine to latest bleeding edge - updated dxvk to latest git - update vkd3d-proton to latest git - update dxvk-nvapi to e4bad70 Protonfixes: - fixed issue with game_titles not being pulled correctly for UMU - game_titles are now looked up as part of included umu-database csv instead of trying to send online website api call - games run with UMU will now have /mnt,/run/media,/media/, and the user's home folder added as drives u:,v:,w:,x: respectively inside the prefix if they are not empty. This is to allow users to install or import games outside of the prefix more conveniently. A typical scenario for this would be if you have your games pre-installed on a different mounted drive, or somewhere else in your home folder outside of the prefix and you want to add them without reinstalling the game, OR if you want to install the game to one of those mounts instead of the C:\ drive inside the wine prefix. With steam, users don't really have to worry about this because steam handles the drive mounts and the install locations, however we found that outside of steam users were trying to use the Z: drive (which is symlinked to root (/)) -- which is of course containerized and read only, and therefore also unable to provide a proper drive size, resulting in users being told they don't have enough space. With the new drives added into the prefix it should fix this, allowing users to access their mount locations or existing game folders for installation or importing via the new drives instead of Z:. - Mod support for various bethesda games has been added (Thanks Root-Core). If a mod executable is found for bethesda games it will launch the mod executable instead of the original: mapping = { '22380': ('FalloutNV.exe', 'nvse_loader.exe'), # Fallout New Vegas '22370': ('FalloutLauncher.exe', 'fose_loader.exe'), # Fallout 3 '377160': ('Fallout4Launcher.exe', 'f4se_loader.exe'), # Fallout 4 '22330': ('OblivionLauncher.exe', 'obse_loader.exe'), # Oblivion '72850': ('SkyrimLauncher.exe', 'skse_loader.exe'), # Skyrim '489830': ('SkyrimSELauncher.exe', 'skse64_loader.exe'), # Skyrim SE '1716740': ('Starfield.exe', 'sfse_loader.exe') # Starfield }.get(game_id, ('', '')) - protonfix added for metal gear solid 2 (thanks FranjeGueje) - protonfix for Kindom Hearts HD Remix added for steam version (already existed for egs version) (thanks Internetbestfriend) - protonfix added for Gothic Playable Teaser (thanks Root-Core) - Star Citizen protonfix updated (no longer requires EAC workaround)

34
0
Darude - Sandstorm
  • CannonGoBoom CannonGoBoom 2w ago 100%

    You might be thinking of Alice Deejay - Better off alone

    3
  • GE-Proton9-15 Released
  • CannonGoBoom CannonGoBoom 3w ago 100%

    Well they are open source, so I guess they will be forked if needed

    1
  • github.com

    Hotfix build: Proton: - Updated wine to latest bleeding edge -- fixes regression in video playback from 9-14 - Updated dxvk to latest git -- fixes regression which causes black textures and stuttering on NVIDIA cards. - Updated vkd3d-proton to latest git - import upstream changes for lsteamclient - update xalia to 0.4.4 Protonfixes: - Remove deprecated workaround for Total War Rome 2

    41
    0
    github.com

    Hotfix build: Proton: - Updated wine to latest bleeding edge -- fixes regression in video playback from 9-14 - Updated dxvk to latest git -- fixes regression which causes black textures and stuttering on NVIDIA cards. - Updated vkd3d-proton to latest git - import upstream changes for lsteamclient - update xalia to 0.4.4 Protonfixes: - Remove deprecated workaround for Total War Rome 2

    69
    2
    GE-Proton9-14 Released
  • CannonGoBoom CannonGoBoom 4w ago 100%

    Nope. Just had a quick look over the last few release notes. I could be wrong

    1
  • GE-Proton9-14 Released
  • CannonGoBoom CannonGoBoom 4w ago 100%

    Possibly this fix from 9-10: “added EAC fix to allow elden ring to run even if dlc not owned”

    5
  • github.com

    Proton: - Update wine to latest bleeding edge - Update dxvk to latest git - Update vkd3d-proton to latest git - Update dxvk-nvapi to latest git - Import upstream proton changes - Update mono to 9.3.0 - Rebase wine-staging Protonfixes: - Added god of war ragnarok SteamDeck=1 workaround (thanks UserNamesAreNotMyThing) - Added Star Citizen libcuda nvidia fix (thanks ProjectSynchro) - Added fix for Plain Site (thanks iodream) - Added fix for Worms: Blast (thanks iodream) - Remove deprecated Sleeping Dogs: DE fix - winetricks now built from source - Elden Ring fix updated (thanks UserNamesAreNotMyThing)

    47
    1
    github.com

    Proton: - Update wine to latest bleeding edge - Update dxvk to latest git - Update vkd3d-proton to latest git - Update dxvk-nvapi to latest git - Import upstream proton changes - Update mono to 9.3.0 - Rebase wine-staging Protonfixes: - Added god of war ragnarok SteamDeck=1 workaround (thanks UserNamesAreNotMyThing) - Added Star Citizen libcuda nvidia fix (thanks ProjectSynchro) - Added fix for Plain Site (thanks iodream) - Added fix for Worms: Blast (thanks iodream) - Remove deprecated Sleeping Dogs: DE fix - winetricks now built from source - Elden Ring fix updated (thanks UserNamesAreNotMyThing)

    70
    5
    https://youtu.be/7riTaV5-0vs?si=Jz2LfBoHhx1zUNEc

    On Saturday, September 7th, 2024, Jason Damron, aka Kankennon, aka The Fallout Storyteller, passed away from Stage 4 Adrenal Cancer. Let's gather to have a few words, remember what he meant to us and the Fallout Community, and just celebrate Jason for what he brought into the world. Rest in Peace, Jason. You'll be missed dearly. Donate to ACC Cure to help cure Adrenal Cancer: https://www.acccure.org/donate

    52
    1
    Afraid
  • CannonGoBoom CannonGoBoom 1mo ago 100%

    Biblically accurate Galah

    16
  • Why are kids so into this show?
  • CannonGoBoom CannonGoBoom 1mo ago 100%

    Barge Arse?

    1
  • github.com

    Hotfix: - Update vkd3d-proton to latest git to include World of Warcraft MSAA fix proton: - wine updated to latest bleeding edge - dxvk updated to latest git -proton upstream fixes added Additional: - protonfixes updated to latest git

    56
    0
    github.com

    Hotfix: - Update vkd3d-proton to latest git to include World of Warcraft MSAA fix proton: - wine updated to latest bleeding edge - dxvk updated to latest git -proton upstream fixes added Additional: - protonfixes updated to latest git

    51
    0
    github.com

    proton: - added latest upstream proton changes - added latest upstream steamclient changes - updated wine to latest bleeding edge - updated dxvk to latest git - updated vkd3d to latest git protonfixes: - libmspack, xrandr, cabextract are now built as part of the proton-ge build process instead of being included as prebuilt binaries (thanks R1kaB3rN) - winetricks updated to latest git - star citizen protonfix updated (thanks marcan) - fix added for Full Metal Daemon Muramasa (thanks R1kaB3rN) - fix install location of xlive.dll for xliveless (thanks ProjectSynchro) - add fix for Bully: Scholarship edition (thanks Root-Core) - add fix for Dirt 2 (thanks ProjectSynchro) - add fix for CYGNI: All Guns Blazing (thanks Root-Core)

    48
    0
    github.com

    proton: - added latest upstream proton changes - added latest upstream steamclient changes - updated wine to latest bleeding edge - updated dxvk to latest git - updated vkd3d to latest git protonfixes: - libmspack, xrandr, cabextract are now built as part of the proton-ge build process instead of being included as prebuilt binaries (thanks R1kaB3rN) - winetricks updated to latest git - star citizen protonfix updated (thanks marcan) - fix added for Full Metal Daemon Muramasa (thanks R1kaB3rN) - fix install location of xlive.dll for xliveless (thanks ProjectSynchro) - add fix for Bully: Scholarship edition (thanks Root-Core) - add fix for Dirt 2 (thanks ProjectSynchro) - add fix for CYGNI: All Guns Blazing (thanks Root-Core)

    100
    7
    General season 5 thread.
  • CannonGoBoom CannonGoBoom 2mo ago 100%

    Yes they still level with you but it’s really not much of a problem anymore

    2
  • linux
    Linux 2mo ago
    Jump
    How to install .deb on Pop_OS
  • CannonGoBoom CannonGoBoom 2mo ago 71%

    Might have to right click and make sure it’s executable, then double click it to install.

    3
  • Help: Cygni/Epic/HGL/SteamDeckOLED/Steam Beta
  • CannonGoBoom CannonGoBoom 2mo ago 100%

    I’m running the same hardware but I’m on stable. I can’t get past the Konami logo either.

    2
  • github.com

    Update wine to latest bleeding edge Update dxvk to latest git Update vkd3d-proton to latest git Import upstream proton changes Rebase staging Add xinput patch for Dragon Age: Inquisition ( thanks cammoore1 ) Protonfixes: Add protonfix and steamgameid envvar to trigger Dragon Age: Inquisition xinput patch (allows to work with EA version in umu) Add protonfix for Flowers - Le Volume series (thanks R1kaB3rN) Add protonfix for The Last Blade (thanks ranplayer) Add protonfix for GOG Beyond Good and Evil (thanks ImLinguin) Add protonfix for WRC4 (thanks ToRRen1812)

    63
    0
    github.com

    Update wine to latest bleeding edge Update dxvk to latest git Update vkd3d-proton to latest git Import upstream proton changes Rebase staging Add xinput patch for Dragon Age: Inquisition ( thanks cammoore1 ) Protonfixes: Add protonfix and steamgameid envvar to trigger Dragon Age: Inquisition xinput patch (allows to work with EA version in umu) Add protonfix for Flowers - Le Volume series (thanks R1kaB3rN) Add protonfix for The Last Blade (thanks ranplayer) Add protonfix for GOG Beyond Good and Evil (thanks ImLinguin) Add protonfix for WRC4 (thanks ToRRen1812)

    68
    1
    Is Diablo IV's looting system as good as II or III's yet?
  • CannonGoBoom CannonGoBoom 3mo ago 100%

    It’s gotten much better in season 4. First time I’ve managed to level to 100 as well.

    7
  • github.com

    - Updated wine to latest bleeding edge - Updated wine-mono to 9.2.0 - Updated dxvk to latest git (which includes d8vk now) - Removed d8vk build options as it's part of dxvk now - Updated proton script so that d8vk is enabled by default as part of dxvk's files - Updated vkd3d-proton to latest git - protonfixes: added EAC fix to allow elden ring to run even if dlc not owned

    36
    0
    github.com

    - Updated wine to latest bleeding edge - Updated wine-mono to 9.2.0 - Updated dxvk to latest git (which includes d8vk now) - Removed d8vk build options as it's part of dxvk now - Updated proton script so that d8vk is enabled by default as part of dxvk's files - Updated vkd3d-proton to latest git - protonfixes: added EAC fix to allow elden ring to run even if dlc not owned

    75
    5
    www.sbs.com.au

    A bill introduced to federal parliament this week aims to incentivise food businesses to donate surplus produce to charities, instead of dumping it.

    6
    0
    github.com

    GE-Proton9-9 Hotfix: - When I updated winetricks in 9-8 I forgot to make it executable. This fixes it so winetricks is executable again. GE-Proton9-8 - wine updated to latest bleeding edge - dxvk updated to latest git - vkd3ed-proton updated to latest git - dxvk-nvapi updated to latest git - steam client changes pulled in from upstream - vrclient changes pulled in from upstream - various game quirk fixes pulled in from upstream (Farlight 84, MultiVersus, Bad Mojo Redux, (Arcanum: Of Steamworks and Magick Obscura) - umu clients can now run winetricks verbs (Thanks R1kaB3rN) - added pending patch for DXGI_FORMAT_R8G8B8A8_UNORM on d2d_wic_render_target_init needed for Alt:V -- GTA V custom client (Thanks S0P4) - staging patches rebased (minor) - fsr patch rebased (minor) - protonfixes: winetricks updated to current git - protonfixes: winetricks vcrun2022 sha256 hashes updated for vcrun2022 (https://github.com/Winetricks/winetricks/issues/2235) - protonfixes: fix added for Contractors VR (thanks ToRRent1812) - protonfixes: fix added for gog: resident evil (thanks ImLinguin and keenanweaver)---

    50
    0
    github.com

    GE-Proton9-9 Hotfix: - When I updated winetricks in 9-8 I forgot to make it executable. This fixes it so winetricks is executable again. GE-Proton9-8 - wine updated to latest bleeding edge - dxvk updated to latest git - vkd3ed-proton updated to latest git - dxvk-nvapi updated to latest git - steam client changes pulled in from upstream - vrclient changes pulled in from upstream - various game quirk fixes pulled in from upstream (Farlight 84, MultiVersus, Bad Mojo Redux, (Arcanum: Of Steamworks and Magick Obscura) - umu clients can now run winetricks verbs (Thanks R1kaB3rN) - added pending patch for DXGI_FORMAT_R8G8B8A8_UNORM on d2d_wic_render_target_init needed for Alt:V -- GTA V custom client (Thanks S0P4) - staging patches rebased (minor) - fsr patch rebased (minor) - protonfixes: winetricks updated to current git - protonfixes: winetricks vcrun2022 sha256 hashes updated for vcrun2022 (https://github.com/Winetricks/winetricks/issues/2235) - protonfixes: fix added for Contractors VR (thanks ToRRent1812) - protonfixes: fix added for gog: resident evil (thanks ImLinguin and keenanweaver)---

    39
    1
    Build suggestions for a HC barb?
  • CannonGoBoom CannonGoBoom 5mo ago 100%

    Maxroll.gg has some great leveling and build guides

    2
  • Issue with login in Mlem
  • CannonGoBoom CannonGoBoom 5mo ago 100%

    Make sure you’re using your “username” not your email as your username

    2
  • Blank red videos in game running in Wine?
  • CannonGoBoom CannonGoBoom 5mo ago 100%

    Have you tried ProtonGE/ WineGE?. Is has codecs that regular proton and wine don’t ship with.

    9
  • games
    Games 5mo ago
    Jump
    God of War: Ragnarok Reportedly the Next PlayStation Exclusive to Hit PC
  • CannonGoBoom CannonGoBoom 5mo ago 96%

    I hope this doesn’t require a PSN account too.

    29
  • games
    Games 6mo ago
    Jump
    Alan Wake 2 Still Hasn't Earned Back Its Budget
  • CannonGoBoom CannonGoBoom 6mo ago 98%

    I think a lot of PC players are waiting on the steam release.

    75
  • linux
    Linux 6mo ago
    Jump
    [FIXED] unable to login after update 6.8.7
  • CannonGoBoom CannonGoBoom 6mo ago 71%

    Try spamming the space bar on startup and choosing an older kernel

    3
  • Ubisoft Is Taking Away Your Games...
  • CannonGoBoom CannonGoBoom 6mo ago 100%

    PSA: if you own the crew, consider taking action.

    https://www.stopkillinggames.com

    80