help-circle
rss
Audio stuttering on many Proton games ChimeraOS that had no issue before.
I have been using ChimeraOS on my living room PC and it has worked well most of the time without issues. Recently I had audio stuttering on a new game and fixed it by using an older Proton build. But then I started a game that I have played many hours on this machine without any issue and suddenly had audio stuttering again on this title that previously had no audio issue with. Then I realized it is a problem with most of my library... This is really annoying for some title. Anyone experienced something similar recently ? I have updated ChimeraOS twice since and updated the Proton Experimental build etc... Don't know if it is related to Proton, to a driver, to Chimera... How could I debug this ?
fedilink

HOTFIX: - update Dragon Age Inquisition xinput patch introduced in GE-Proton9-11 to fix a regression that caused performance issue in Black Desert Online and possibly other games: https://github.com/doitsujin/dxvk/issues/4676 (thanks loathingKernel and Blisto)
fedilink

Proton: - Added patch that adds PROTON_PREFER_SDL option. If `PROTON_PREFER_SDL=1` is set proton will not prefer hidraw and instead will expose both sdl and hidraw. it can fix input in a few games when not using steam input - Added patch that adds PROTON_NO_WM_DECORATION (and WINE_NO_WM_DECORATION) option. If `PROTON_NO_WM_DECORATION=1` is set, it sets `WINE_NO_WM_DECORATION=1` which will disable window decorations. This can fix an issue where if clicking on a window border in some games in borderless window mode it would click through the border straight to the desktop. By disabling the window decorations it removes the pixel offset caused by them, which is what causes the mouse click confusion. - Removed previously disabled nvidia latency reflex patches as they have now all been merged with the exception of the winevulkan patches. Winevulkan patches are now applied -- nvidia latency reflex should now work where available. - updated wine to latest bleeding edge - updated dxvk to latest git - updated vkd3d-proton to latest git - updated vkd3d to latest upstream - updated dxvk-nvapi to latest upstream - import steamclient changes from upstream - import vrclient changes from upstream - import proton changes from upstream - fixed configure script issue with autodetection of podman or docker not working, --container-engine option no longer needs specifying during building - ccache enabled by default in configure script, --enable-ccache option no longer needs specifying during building umu-protonfixes: - Add functionality to symlink save data from another game's prefix, a few games would benefit from this (Thanks UsernamesAreNotMyThing): ``` How this works Reads Steam's steamapps/libraryfolders.vdf file to find locations of known library folders. Iterates through each of the library folders to determine if it can find a compatdata/(APPID) folder in it. If it finds one, it will create a symlink in the current game's prefix to point to the location in the found prefix, at the location the game expects to find the save data folder for the other game. Games impacted Final Fantasy VII Rebirth: Has bonus content (or something, I don't know what) for players with save data from FF7 Remake Intergrade, which would be found in the documents folder. Horizon Zero Dawn Remastered: Allows playing saves from the original Complete Edition, which are stored in the documents folder. Metaphor ReFantazio: Allows continuing from saves made in its demo, which uses a different ID and thus a different prefix. Utawarerumono (Utawarerumono: Prelude to the Fallen and Utawarerumono: Mask of Truth) How to use the Function inside a protonfix: def import_saves_folder(from_appid: int, relative_path: str) Parameters: from_appid: The Steam app id for the game whose save data is desired in the prefix for the game you're trying to play. relative_path: The location in the drive_c/users/steamuser folder where the game expects the save data for the other game to be. You can find this by looking up the game on [PC Gaming Wiki](https://pcgamingwiki.com/). This function will have to be used in the fix scripts for each of the games that need it. ``` - [Add CPU limit for Hard Truck Apocalypse: Rise of Clans (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/5c1758e6185fcd7a9a40a7201f964ff8207423d2)https://github.com/Open-Wine-Components/umu-protonfixes/pull/224[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/5c1758e6185fcd7a9a40a7201f964ff8207423d2) - [Add fix for CastleMiner Z (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/f1af20fbf51d87d7fdc9fcf200d1dcbfd3d70f5c)https://github.com/Open-Wine-Components/umu-protonfixes/pull/223[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/f1af20fbf51d87d7fdc9fcf200d1dcbfd3d70f5c) - [Remove -showlinkingqr fix for HZD Remastered](https://github.com/Open-Wine-Components/umu-protonfixes/commit/c3a47b9b677483101825ddb00a3b7e73e348b774) - [install d3dcompiler for metro last light redux on egs](https://github.com/Open-Wine-Components/umu-protonfixes/commit/6e89450e7429e32225954a0fbad706b01d17c092) - [Add fix for Angelic Chaos: RE-BOOT! (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/5b5bef84519ad95327941ed099a12b98ad50bb24)https://github.com/Open-Wine-Components/umu-protonfixes/pull/222[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/5b5bef84519ad95327941ed099a12b98ad50bb24) - [install d3dcompiler_47 for metro 2033 redux](https://github.com/Open-Wine-Components/umu-protonfixes/commit/697ae5ffac1fd92cf9db34da6157370388fcee0e) - [Remove God of War Ragnarok fix (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/af264b04bf3d4f17480c46242de52ff8928de789)https://github.com/Open-Wine-Components/umu-protonfixes/pull/221[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/af264b04bf3d4f17480c46242de52ff8928de789) - [Add save detection fix for HZD Remastered](https://github.com/Open-Wine-Components/umu-protonfixes/commit/dc4fd0623667546c1e2c7ca2ec70f7106ba1d961) - [add dll overrides for dino crisis (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/7b8c2bb7ca5201002de16d8a077534d1fc080e30)https://github.com/Open-Wine-Components/umu-protonfixes/pull/219[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/7b8c2bb7ca5201002de16d8a077534d1fc080e30) - [Add save detection fix for FF7 Rebirth](https://github.com/Open-Wine-Components/umu-protonfixes/commit/45dccddc64537cd1da93d8f1a1f331588aa49af2) - [Add save import functionality](https://github.com/Open-Wine-Components/umu-protonfixes/commit/384d447032f0674a81a90d9e1e48485f39c3dd49) - [Install vcrun2022 for all Epic titles by default (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/8076f762d560fadf17e9e0ec74f2f4b1a0c193cc)https://github.com/Open-Wine-Components/umu-protonfixes/pull/216[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/8076f762d560fadf17e9e0ec74f2f4b1a0c193cc) - [Update Middle-earth: Shadow of War (GOG/Steam) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/0cae93d34f1ae29443bae0c1ef83269d4892d07c)https://github.com/Open-Wine-Components/umu-protonfixes/pull/213[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/0cae93d34f1ae29443bae0c1ef83269d4892d07c) - [Add Are You Smarter Than A 5th Grader (EGS) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/422c776cce405184c88cafcc9b93e57addac3a3d)https://github.com/Open-Wine-Components/umu-protonfixes/pull/214[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/422c776cce405184c88cafcc9b93e57addac3a3d)
fedilink

Is running Steam Remote Play in Gamescope possible?
Pretty much the title, the reason for me wanting to do this is to conserve stream quality by using a lower stream resolution and using Gamescope's upscalers to scale up the output more cleanly by running remote play in windowed mode. Is this possible?
fedilink

cross-posted from: https://lemmy.ml/post/25524328 > Taking advantage of the fact that we are at FOSDEM 2025 we are really proud and happy to present you the #NewVersion 2.4.0 of #SpeedDreams. You have more info in the post on our website: > https://www.speed-dreams.net/en/blog/release-2-4-0 > #OpenSourceGame #SimRacing #FOSDEM
fedilink

New machine: Which distro?
Okay I have a case coming in to shove my junk in it. 8500t (temporary until I get a 8700k) -16gb ram -1060 6gb -2 2.5ssd -2 3.5hdd I'm partial to Mint and Debian commands. Anyone have a suggestion before I go balls deep into a Mint distro build?
fedilink


Hello all, I made the jump. Its been hard and I am here for some help
Hey! So I have always wanted to make the jump to linux and pc gaming and figured I would do them both together. I would not consider myself techy, just aout tech literate in that I am aware of how much I dont know. I have linux mint, on a mid to late i5 w/16gb memory. I wanted initially to make a home server but I have jusy been poking around and ended up trying to play all the games I have in attic through emulators and the like. So I got loads of emulators, I use Cartridge which is a Lutris fork. It just seemed cleaner and worked when I tried it out. In that I had been booting into PCSX2 and finally playing MK Deception again. After three evenings poking and gaming PCSX2 shuts down every time I try to boot a game. I have uninstalled, reinstalled and changed from 1.7.xx to 2.2 to the nightly 2.3 (I think). I cannot get it to work. I have so many questions but if I could get back to Konquest I would be so happy, and bother you all later.
fedilink


cross-posted from: https://lemm.ee/post/53432328 > KDE, Gnome, Gamescope and now Wlroots already have a working implementation of the protocol. > 2025 Year of the Linux Desktop.
fedilink

> Multimedia enthusiasts (AV and gaming particularly see: VRR on Wayland or DRM Leasing)
fedilink


Upstream: - update wine to bleeding-edge (fixes battle.net broken updates) - update dxvk to latest git - update vkd3d-proton to latest git - update dxvk-nvapi to latest git - update vkd3d to latest git - import upstream proton game fixes Patches: - proton: preserve drive letter for different mount points #129 (thanks loathingKernel) - wine: add fix for Vanguard: Saga of Heroes (thanks loisgomez) -- triggered with SteamGameId=218210 Protonfixes: - [Add Project Torque](https://github.com/Open-Wine-Components/umu-protonfixes/commit/2f969d8aeea17c979cc8b3dbab1e7f47da7dfb61) - [Add fix for Middle-earth: Shadow of War (GOG) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/61cf7698df8ffee04746c1cd20487f58228ad4da)https://github.com/Open-Wine-Components/umu-protonfixes/pull/209[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/61cf7698df8ffee04746c1cd20487f58228ad4da) - [Add launcher skip for X-Blades (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/3d7215c95093f4910c77174d80cfdd9224c07813)https://github.com/Open-Wine-Components/umu-protonfixes/pull/206[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/3d7215c95093f4910c77174d80cfdd9224c07813) [Add directplay for Total Annihilation (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/2abbeb508355d1739f9b83bf7178609e8ade1885)https://github.com/Open-Wine-Components/umu-protonfixes/pull/196[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/2abbeb508355d1739f9b83bf7178609e8ade1885) - [Add fix for Sifu (EGS) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/d8933250dabc07b5457ed4de9b222a07e7611a3f)https://github.com/Open-Wine-Components/umu-protonfixes/pull/195[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/d8933250dabc07b5457ed4de9b222a07e7611a3f) - [Add fix for [REDACTED] (EGS) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/48fcb33edd2910572e990dc6c75b52b7a8c1f0ce)https://github.com/Open-Wine-Components/umu-protonfixes/pull/194[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/48fcb33edd2910572e990dc6c75b52b7a8c1f0ce) - [Add fix for Super Meat Boy(EGS) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/fa14101a449b10ca076989dfa16307433ce5a4d1)https://github.com/Open-Wine-Components/umu-protonfixes/pull/193[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/fa14101a449b10ca076989dfa16307433ce5a4d1) - [Add fix for BioShock Remastered and BioShock 2 Remastered (EGS) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/9982ec315339059634ba3f6283a7ba4d4bd8a71f)https://github.com/Open-Wine-Components/umu-protonfixes/pull/192[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/9982ec315339059634ba3f6283a7ba4d4bd8a71f) - [Add DirectPlay to SpellForce 1 and 2 titles for Multiplayer (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/4eef22e273008d65111c22db849dcd9b74414b7e)https://github.com/Open-Wine-Components/umu-protonfixes/pull/190[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/4eef22e273008d65111c22db849dcd9b74414b7e)
fedilink

Anyone tried assetto Corsa EVO today? Is proton looking good?
I have high hopes for it but it's only just come out so could be rough around the edges.
fedilink



I got an old game working through WINE that wouldn’t work through Windows’ compatibility mode
Back around 2020 or so I wanted to play old games because I only had an underpowered laptop that could barely play modern games. One I downloaded off MyAbandonWare was this shooter from 2003 called Devastation. It's alright, but more I played it when I was younger and always wondered what happened to it. On my old laptop it always crashed on startup and I just couldn't get it working. I could open the level editor and that was about it. Recently I downloaded it again onto a new laptop I put Linux on and tried a few different configurations. I heard how WINE can be better than Windows for old software so I decided to give it a shot. Eventually I used Bottles with a gaming configuration set to Windows Xp. I tried Devastation with that setup and it worked. I still have an issue with the game being in the top left corner and not taking up the full screen, but it's playable. I have a top spec gaming PC now running Windows 10, but there are things this Thinkpad can do that my big PC can't.
fedilink

Collection: https://imgur.com/a/steam-deck-built-wallpapers-RzoVW8V Uploaded by Twitter user: https://x.com/SadlyItsBradley/status/1499441982762065920
fedilink

It’s *very* crash-prone for me (fedora 41, amd graphics), but I am able to load up and play bloodborne in a window. The game pad button does nothing, playing fullscreen crashes the emulator, game window losing focus crashes, closing the game window crashes… but I’m excited to see development progress.
fedilink

Some FOSS games I’ve been playing recently
1. SuperTuxKart ![](https://sh.itjust.works/pictrs/image/6f6a79a2-af04-4b96-a311-6f83a07afdcf.png) I really like this game because it's basically just FOSS Mario Kart. It has a lot of gamemodes, an (admittedly simple) kart stat system, many tracks and a **lot** of mods. 2. OpenTTD ![](https://sh.itjust.works/pictrs/image/b9032f3e-1013-467b-925e-1fb8d78a7e4e.png) In OpenTTD, you transport cargo and people to different places. You can transport them using trains, buses, aeroplanes (airplanes if your American), boats and trams if you add a NewGRF (a mod). It is **very** addictive and it is quite easy to get into (except the signals). 3. Pingus ![](https://sh.itjust.works/pictrs/image/cd444e87-0c8e-49f2-9ffc-59f55732b6bc.png) It's FOSS Lemmings with penguins. 4. Extreme Tux Racer ![](https://sh.itjust.works/pictrs/image/63849512-9c4b-46ec-b4fb-298d7ab29ff8.png) You play as Tux (or someone else) and slide yourself through terrain while you collect fish. It is fun, however I've found that it can get a bit repetitive. You can design levels, however it's a bit hard to do. 5. SuperTux ![](https://sh.itjust.works/pictrs/image/5a795c65-6a56-4687-a5d4-690258f0f145.png) It's 2D Mario with a penguin. **BEST GAME EVER.**
fedilink

Is it possible to get ALVR to virtual desktop quality?
I have been trying to get rid of my windows dualboot and fully jump in board to linux. However after playing vr on both opersting systems, I have had the clearest and jaw dropping visuals on windows with virtual desktop vs arch with ALVR. That isn't to say my alvr experience is bad by any means! Performance wise it is identical. It's just that there is a noticeable difference in visual quality. The main game I have been testing is alyx, the texture wuality seems lower no matter the setting (I tried changing it on windows to the same quality and it didn't seem to be game settings.) Is it possible to change alvr seytings so that the difference between it and virtual desktop are unnoticeable, or is ALVR just not there yet and only time will tell? Have any of you gotten it there? Specs: Nvidia 3070 Ryzen 7 3700x 48gb of ddr4 3200 ram Quest 3 is the main headset I use Thank you for your time!
fedilink


cross-posted from: https://lemmy.ml/post/24744907 > I rewrote some popular games for the terminal! You can play 2048, the snake game, tic-tac-toe, connect 4, and many more. > > There's still a bunch of games to be made, so feel free to [contribute](https://github.com/Kaamkiya/gg) :) > > All contributions are welcome!
fedilink



Laptop and VR headset to play game
Hello, I search a good gaming laptop and a VR heaset to play some game like Beat Saber, but the VR headset need to be easily movable, and the laptop not to heavy. I'm going to use it to play with friends on some event, or when I moving for my jobs. Thanks 🫡
fedilink




LTT warnning: I Can’t Keep Waiting for SteamOS! - Linux Gaming Update 2025
If Linus were to visit Mount Everest, he'd reach base camp, spend the next day criticizing the sherpas, calling them foolish for taking the well-established path, and insisting that a direct line to the summit is obviously the best option. Bazite has solid onboarding, hardware support (including Nvidia and AMD), and, dare I say, even printer support. All things he complains about in this video. But then again, what do I know? I'm just a sherpa.
fedilink

Dear Rivals @Game NewsRecently, we've received feedback fromplayers regarding an issue where someindividuals playing in compatibility layerprograms have been mistakenly flagged ascheaters, even without using any cheatingsoftware. This has resulted in bans. Wesincerely apologize for this situation andwant to assure you that we do not & will noban players who are playing fairly andwithout cheating. We have identified the specific reasonsbehind these false bans and have compileda list of affected players. We have liftedthese bans and want to express ourheartfelt apologies for the inconveniencethis has caused. Our mission is to provide all players with afair, just, and enjoyable gamingenvironment. Therefore, preventing andidentifying cheaters is one of our toppriorities. We have invested significantmanpower and resources to improve thespeed and accuracy of our detectionsystems. With any any ongoing detectionsystem, there is always room forimprovement. We appreciate yourassistance in helping us tackle thischallenge. If you encounter any cheatingbehavior, please report it immediately; ourreporting system will respond promptly. Ifyou believe you have been wrongly banned,you can appeal to our customer supportteam, and we will review your case andrespond in a timely manner. You can reachthe support team via either in-game or inDiscord! Thank you for your understanding andsupport! (edited)
fedilink


![](https://lemmy.ml/pictrs/image/489d2501-0eb0-47c1-9970-4a8269d9554b.png) ![](https://lemmy.ml/pictrs/image/c59b8cc8-1ca8-4389-bbd6-7ec4cb268791.png) ![](https://lemmy.ml/pictrs/image/1156c85c-f41d-40b8-af30-841f440b653e.png) https://www.theverge.com/2024/12/30/24329005/bazzite-asus-rog-ally-x-steam-os-editorial
fedilink

Hi folks, I got a new Xbox Series X Controller (Model 1914). I had Xbox One controller before. With xpadneo installed I had basically no problems running my xbox one controller. It connected via BT with no issues and workes in games really well wired and wireless. The new controller on the other hand, works really well via cable, but does not connect via BT. I can find it, I can pair it, but I cannot connect to it. xpadneo readme says Series X needs a BT stick with BLE so I bought one, but that did not solve the problem (I'm not sure if BLE needs to be activated or how to do it rn).
fedilink

cross-posted from: https://lemmy.world/post/23733414 > This release took some time, but it's worth it! VoxeLibre is back on track with development. > > Minecarts are reworked and you can put them back on track; a new projectile system will make combat and adventure smoother; new original weapons (spears and hammers!) with unique functions will aid you there; and then you can enjoy a nice show of new fireworks on an improved sky... All the while farming mobs and plants, utilizing the improvements to their systems! And this is not the end... > > Change log: https://git.minetest.land/VoxeLibre/VoxeLibre/src/branch/master/releasenotes/0_88-the_back_on_track_release.md > > Download link: https://content.luanti.org/packages/Wuzzy/mineclone2/releases/29155/download/
fedilink

cross-posted from: https://lemmy.ml/post/24256908 > cross-posted from: https://lemmy.ml/post/24244768 > > > Our migration from SVN to GIT has already started! You can now access our new repositories on http://a-lec.org/ 😍 : > > > > - https://forge.a-lec.org/speed-dreams/speed-dreams-code > > - https://forge.a-lec.org/speed-dreams/speed-dreams-data > > > > The repos are now open! Please feel free to play around with them, ask questions, report feedback, etc. > > > > To avoid confusion, please keep in mind the following TODOs: > > > > - Migrate existing assets (tracks, driver liveries, cars) to their own repositories. > > - - This can be done at a slower pace, since we can only migrate assets whose licensing is clear and fully free (as in freedom). > > - - Non-free assets should be ideally hosted elsewhere. > > - - Illegal assets (e.g.: those under proprietary licenses and/or violating intellectual property, such as lancer09-wr) will not be migrated. > > - Migrate existing tickets/issues from SVN to https://forge.a-lec.org/speed-dreams/. > > - Make some suggested improvements to the in-game download manager. > > - - "Download all" button. > > - - Filter by category (car category, track type, robot type) and quality (pre-alpha, alpha, beta, production).
fedilink

You can see static pictures in the Flathub UI page. You can see a demo someone else posted on Reddit here: https://www.reddit.com/r/linux_gaming/comments/1hptjp8/gpu_screen_recorder_has_launched_its_500_version/
fedilink

Upstream: - wine updated to latest bleeding edge - dxvk updated to latest git - vkd3d-proton updated to latest git - dxvk-nvapi updated to latest upstream proton - [Disable nvapi for Assassin's Creed Syndicate.](https://github.com/ValveSoftware/Proton/commit/403e833c43aedde473eb21ce33238e9c1cbe089d) - [Disable nvapi for Simulakros and Simulakros Demo.](https://github.com/ValveSoftware/Proton/commit/6b3ff3ef3a63af97a1bb00e889f695f3c73d049d) - [Enable Xalia for games 0.4.5 is expected to fix.](https://github.com/ValveSoftware/Proton/commit/bbb10c3117c055a278853c9fdef6b48c0b2a60cb) - [Update Xalia to 0.4.5.](https://github.com/ValveSoftware/Proton/commit/879ef204798bf5defe7dd8881097d1414c41ddd5) UMU-Protonfixes: - [Add fix for Identity V](https://github.com/Open-Wine-Components/umu-protonfixes/commit/0792d02be427c63b81a2b3766cc13cde159007de) - [Add fix for Ghostrunner 2](https://github.com/Open-Wine-Components/umu-protonfixes/commit/1058f8c7a213dee1264bcd17b70bb7db02f07aae) - [Remove DXVK_NVAPI_GPU_ARCH workaround for Indiana Jones and the Great Circle (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/e17e2a2700224c4b49bbab18d09f16a16c1d79a0)https://github.com/Open-Wine-Components/umu-protonfixes/pull/186[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/e17e2a2700224c4b49bbab18d09f16a16c1d79a0) - [Remove disabling NVAPI for Assassin's Creed: Syndicate -- fixed upstream](https://github.com/Open-Wine-Components/umu-protonfixes/commit/4ecbd24d4590eee0bbcf95a9b00d27bc4f96d4a0) - [Automatically install Ubisoft Connect for multiple old Ubisoft games that still ship the uPlay installer (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/387357faac4e24e04789d89fed55af106c0c88eb)https://github.com/Open-Wine-Components/umu-protonfixes/pull/184[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/387357faac4e24e04789d89fed55af106c0c88eb) - [Add Kao the kangaroo (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/9dcfb4aa8cc2d0c9af80586109e923801f3b2ac8)https://github.com/Open-Wine-Components/umu-protonfixes/pull/185[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/9dcfb4aa8cc2d0c9af80586109e923801f3b2ac8) - [Add Redout: Enhanced Edition (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/b154086ae4bc23a2787c429a933af773e23ea2f8)https://github.com/Open-Wine-Components/umu-protonfixes/pull/182[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/b154086ae4bc23a2787c429a933af773e23ea2f8) - [Add fix for Bus Simulator 21 Next Stop (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/fc3cdc3f0e4585b6aa3ebc8936adb2971354b3eb)https://github.com/Open-Wine-Components/umu-protonfixes/pull/180[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/fc3cdc3f0e4585b6aa3ebc8936adb2971354b3eb) - [Create fix for Hell Yeah! (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/5c8a2d78e6af7d71d1082f9f56448b97940ee8af)https://github.com/Open-Wine-Components/umu-protonfixes/pull/179[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/5c8a2d78e6af7d71d1082f9f56448b97940ee8af) - [Add Dungeon Siege 1 and 2 Multiplayer fixes (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/a2c80f7b6fa7813ed0a9e801287ed7f9271a949c)https://github.com/Open-Wine-Components/umu-protonfixes/pull/178[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/a2c80f7b6fa7813ed0a9e801287ed7f9271a949c) - [Add all missing GOG versions of the BioShock titles and link them to steam fixes (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/bbe7e3786217b8856ded2e778f92104ffdbe3893)https://github.com/Open-Wine-Components/umu-protonfixes/pull/176[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/bbe7e3786217b8856ded2e778f92104ffdbe3893) - [Remove -nointro for BioShock 2 Remastered and add all missing BioShock titles (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/97dd577c10284c3f7878e2a6fae7346d333130a1)https://github.com/Open-Wine-Components/umu-protonfixes/pull/173[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/97dd577c10284c3f7878e2a6fae7346d333130a1) - [Delete Final Fantasy VII fixes (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/dac3c6d83b895d57073bdf28d50140f3dd12892a)https://github.com/Open-Wine-Components/umu-protonfixes/pull/177[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/dac3c6d83b895d57073bdf28d50140f3dd12892a) - [Remove Crysis (17300) fixes (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/f252a76b8091e20d765ff0bc67a131213f570c53)https://github.com/Open-Wine-Components/umu-protonfixes/pull/174[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/f252a76b8091e20d765ff0bc67a131213f570c53) - [Remove exe redirect (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/6970e8f486d5d784d392d1a4360e8be1a9b55ebc)https://github.com/Open-Wine-Components/umu-protonfixes/pull/171[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/6970e8f486d5d784d392d1a4360e8be1a9b55ebc) - [Remove exe redirect for FF9 (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/6970e8f486d5d784d392d1a4360e8be1a9b55ebc)https://github.com/Open-Wine-Components/umu-protonfixes/pull/171[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/6970e8f486d5d784d392d1a4360e8be1a9b55ebc) - [Create fix for From Dust (33460) (](https://github.com/Open-Wine-Components/umu-protonfixes/commit/f2d5f352b405487d619bfccfd3f7c6ad9f5579f3)https://github.com/Open-Wine-Components/umu-protonfixes/pull/170[)](https://github.com/Open-Wine-Components/umu-protonfixes/commit/f2d5f352b405487d619bfccfd3f7c6ad9f5579f3) UMU-Database: - [Add Ghostrunner 2 (EGS)](https://github.com/Open-Wine-Components/umu-database/commit/32c8f1f66d44b643c2f9ed5747649f2a02486dc1) - [Add Identity V](https://github.com/Open-Wine-Components/umu-database/commit/fcfac178eaf644f2ec9ed8da1b0ff833bf3007ff) - [Added Ys I and II Chronicles+ to the database](https://github.com/Open-Wine-Components/umu-database/commit/380f3105b485c75caea1ff08a26de6c175d32646) - [Add Kao the kangaroo (2022) (](https://github.com/Open-Wine-Components/umu-database/commit/69f773b5497374652ec18efb3923f5b2545e50bd)https://github.com/Open-Wine-Components/umu-database/pull/60[)](https://github.com/Open-Wine-Components/umu-database/commit/69f773b5497374652ec18efb3923f5b2545e50bd) - [Added fallout new vegas](https://github.com/Open-Wine-Components/umu-database/commit/a49ab7e3cce1f8828e657cd90c97d908ee8117d0) - [Add Redout: Enhanced Edition (](https://github.com/Open-Wine-Components/umu-database/commit/62c91b62a1dc0023689aa45b79d3b86d97fffcc3)https://github.com/Open-Wine-Components/umu-database/pull/58[)](https://github.com/Open-Wine-Components/umu-database/commit/62c91b62a1dc0023689aa45b79d3b86d97fffcc3) - [Add Bus Simulator 21 Next Stop (EGS) (](https://github.com/Open-Wine-Components/umu-database/commit/f62ddea56020901291d279a21e386a2980b2c469)https://github.com/Open-Wine-Components/umu-database/pull/57[)](https://github.com/Open-Wine-Components/umu-database/commit/f62ddea56020901291d279a21e386a2980b2c469) - [Add Dungeon Siege 1 and 2 titles (](https://github.com/Open-Wine-Components/umu-database/commit/999ba6a0a23bf073df0c6fd77be3297b3ff87d0b)https://github.com/Open-Wine-Components/umu-database/pull/56[)](https://github.com/Open-Wine-Components/umu-database/commit/999ba6a0a23bf073df0c6fd77be3297b3ff87d0b) - [Add BioShock 1 + 2 titles (](https://github.com/Open-Wine-Components/umu-database/commit/ee3cb5037710aa323607bd1f402369b6d286391b)https://github.com/Open-Wine-Components/umu-database/pull/55[)](https://github.com/Open-Wine-Components/umu-database/commit/ee3cb5037710aa323607bd1f402369b6d286391b) Happy Holidays everyone!
fedilink

Giving Away Random GoG Games
Hello gamers, I have some games which I want to give away after I finally understood that I'm more of a hoarder than a gamer. I wish I realized it earler then I could give away some cooler games. The games are - The Coma: Recut - Neverwinter Nights: Enhanced Edition - Riot: Civil Unrest - Coromon Ping me if you want them and I'll DM you. Once you have added the key, post in the group that you've used the key. Merry Christmas everyone ⛄
fedilink

    Create a post

    Gaming on the GNU/Linux operating system.

    Recommended news sources:

    Related chat:

    Related Communities:

    Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

    • 1 user online
    • 1 user / day
    • 47 users / week
    • 137 users / month
    • 1.01K users / 6 months
    • 1 subscriber
    • 949 Posts
    • 9.99K Comments
    • Modlog
    Lemmy
    A community of privacy and FOSS enthusiasts, run by Lemmy’s developers

    What is Lemmy.ml

    Rules

    1. No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
    2. Be respectful, especially when disagreeing. Everyone should feel welcome here.
    3. No porn.
    4. No Ads / Spamming.

    Feel free to ask questions over in: