Fascinated with stuff related to free software, modularity/decentralization, gaming, pixel art, sci-fi, cooking, anti-car-dependency, hardcore techno and breakcore

Mastodon: @basxto@chaos.social

  • 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: July 22nd, 2023

help-circle

  • Yes, “just”. DXVK as well as WineD3D try to support any game, even those who have native Linux versions. There were games in the past who dropped their Linux port (Rocket League), so it makes somewhat sense. There are/were also games who did not have cross platform multiplayer and you’d need to play the Windows version if you wanted to play with Windows gamers. Generally WineD3D (OpenGL, Vulkan) and DXVK (Vulkan) aren’t a Linux specific things, they just translate from Direct3D to OpenGL/Vulkan running on Wine, but that would work on Windows/ReactOS as well. Windows has OpenGL/Vulkan support. There are already Windows gamers who use such translation layers to play older games if it works better than Windows’ built-in backward compatibility. Even if OpenGL gets dropped by GPU drivers and even though Vulkan isn’t backwards compatible to OpenGL, it’s possible to write general OpenGL drivers who use Vulkan instead of implementing it per GPU. But another possibility would be to play a game that just has Direct3D/OpenGL support on Vulkan-only device with a translation layer like DXVK. Another factor would be games who have incomplete ports or simply games who have buggy ports.




    1. […] certain communities that were supportive of Lemmy suddenly got locked behind a NSFW curtain […]

    You got that wrong. That was a measure taken by these communities to demonetize reddit. Reddit doesn’t put ads on NSFW subs. Any profile that posts on an NSFW sub also gets their profile switched to NSFW afaik. Moderators got banned for these NSFW tags.

    r/PixelDungeon is the only sub that I’m aware of that completely moved to lemmy. Withe the main mod and developer of the most popular fork moving to lemmy. The sub is still open, but it has a “bookmark” called “Lemmy” and a “link” called “Lemmy Community” that directly links to the lemmy community. The sub is still open and automod responded to any new post that the sub moved to lemmy … at least for a year or so, it doesn’t post that any more.

    And there are some obvious down sides. To my knowledge lemmy has not implemented flairs or post tags, which get used excessively by some communities to categories and sort their content. !pixeldungeon@lemmy.world fell back to putting text tags into titles like “[DEV]” and “[OC]” and then use the search for this. But that is merely a work around. The sidebar links to these searches, but since instance-relative links are not a thing they are fixed links to lemmy.world.

    The search itself is still inconvenient, because you can just “search this community”. You always have to explicitly select a community to search it and have to enter the search term before selecting the community. Edit: that’s of course only true for the front-end (lemmy-ui) I use, dunno if all have that issue

    I doubt regular end users will ever get warm with distributed federative networks. A lot of people already seem struggle with email. All tend to flock to a few big instances. For lemmy you also need some basic awareness of these systems. You can’t find everything and to expect that will always go wrong since you only search what your instance knows and never for everything. There are great projects like lemmyverse, but you need to know about them. People who don’t know about them will either just not find the communities they are looking for or they’ll start duplicate communities. The problem of not finding something is smaller on big instances but also more fatal, because their duplicate communities will displace the ones that were started on smaller instances but did not federate well yet.

    And everything, the development and hosting, is solely carried on the shoulders of a few volunteers. That will always result in instances popping up and disappearing over time, with development speed varying depending on interest and free time the developers have.

    The biggest selling point is not to replace reddit but to be connected with the rest of the activitypub fediverse. That you can see peertube channels as communities here. That mastodon users can comment on lemmy posts eggcetera




  • There are two ways of doing doing bullet points (unordered lists) in markdown:

    - now using ULWGL-protonfixes
    - can now call the winetricks gui using `util.protontricks(‘gui’)`
    - winetricks now performs an internet check before attempting any downloads
    […]
    * protonfixes added for Alien Breed: Impact
    * protonfixes added for Alien Breed 2: Assault
    * protonfixes added for Alien Breed 3: Descent
    * protonfixes added for Black Desert Online `NOSTEAM=1` option. Launch game like `NOSTEAM=1 %command%` to launch non-steam standalone version. 
    

    It also supports ordered lists:

    1. fixed `[S_API FAIL] SteamAPI_Init()` failed; no appID found. from being reported when running non-steam games
    2. non-steam games will now run using wine inside proton rather than calling steam.exe with wine then the game inside steam -- this goes alongside the API failure fix
    3. controller axis patch added from 8-27 has been removed as it is now properly upstreamed
    



  • Do installs of the same game by the same user across multiple devices count as different installs?

    We treat different devices as different installs. We don’t want to track identity across different devices.

    Is collecting the install data GDPR and CCPA compliant?

    The method we are using to calculate installs is currently derived from aggregated data from various sources collected in compliance with all privacy laws and used to build a confidence around our estimate. If anything changes, we will provide you with notice and compliance mechanisms to assure all parties remain in compliance with applicable laws. Please note we will always work with our customers to ensure accurate billing.

    Will games made with Unity phone-home to track installs?

    We will refine how we collect install data over time with a goal of accurately understanding the number of times the Unity runtime is distributed. Any install data will be collected in accordance with our Privacy Policy and applicable privacy laws.

    https://unity.com/pricing-updates#unity-runtime-fee

    They likely don’t track identities because that would be personal information, which is what GDPR protects.









  • The kickoff meeting for Vulkan was hosted by Valve. Like everything it’s not only Valve, but they had their fingers in this too. Valve is just one of the companies/groups that is pushing linux ports and vulkan support.

    Valve is mostly moving interests of big game companies with steam machines and steam deck. Steam machines flopped, but initially they made companies consider ports. The success of steam deck will likely result into them paying more attention to not break wine/proton.