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

Mastodon: @[email protected]

  • 1 Post
  • 35 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle




  • 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.










  • Baŝto@discuss.tchncs.detoF-Droid@lemmy.mlIssues with neo store
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Apps have unique IDs like com.liftoffapp.liftoff and f-droid/play store don’t know who installed an app. They just show you all installed apps that are in their repos and look for updates for them. If they wouldn’t handle it like that, you wouldn’t get any updates if you installed an .apk manually. If an .apk gets installed and there is already an app with that ID, it replaces it and that’s how updates work. So if they both do an update, the first update will replace the old version and the second update will replace the first.

    In the past apps from play store and from official f-droid repo wouldn’t replace each other without further user confirmation and deletion of user data. I don’t know if it’s still handled like that. F-Droid builds and signs packages on it’s own, which results in a signature key mismatch. It’s different for repos like IzzyOnDroid which just distribute official builds and therefore are signed with the same key. Though IzzyOnDroid has a key mismatch with F-Droid.

    Usually a different key means that somebody modified the app and you don’t want an malicious app to be blindly installed or have access to the app’s user data. But F-Droid have no other choice when they build the packages themselves.


  • 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.