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

  • 1 Post
  • 30 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
    


  • I don’t think decompilation is the best way due to higher risks of git repo takedowns due to copyright violations. And the above mentioned “clean-room reverse engineered decompilations” contradicts itself since it’s either decompiled or clean room.

    But that aside it can be somwhat useful for games with similar engines, but yes they are usually games with a quite active community. As soon as one of the games has a working port basing ports for other games on it is a lot easier than starting from scratch. This can affect not so important games using bigger engines.

    examples:

    • ScummVM supports a lot of engines (90 something) and even more games (325) by now. With few engines (SCUMM, SCI) supporting a lot of games.
    • OpenRCT2 has its original/main focus on Rollercoaster Tycoon 2, but also (works on) supports Rollercoaster Tycoon.
    • Openage has its original/main focus on Age of Empires II, but also (works on) supports Age of Empires and Star Wars: Galactic Battlegrounds.
    • OpenRW has its original/main focus on Grand Theft Auto III, but also (works on) supports Vice City and San Andreas.
    • OpenMW has its original/main focus on The Elder Scrolls III: Morrowind , but also (works on) supports Oblivian and Skyrim.
    • FreeHL (based on doom) has its original/main focus on old Half Life and Half-Life: Deathmatch, but the author also works on various mods for it: Counter-Strike 1.5, Team Fortress Classic, Scientist Hunt, Gunman Chronicles, Poke646, They Hunger, Opposing Force.
    • OpenRA has its original/main focus on Command & Conquer: Red Alert, but also (works on) supports Command & Conquer: Tiberian Dawn, Dune 2000, Tiberian Sun and Red Alert 2.
    • Julius has its original/main focus on Caesar III, but also (works on) supports Pharaoh.
    • Xoreos has its original/main focus on Wars: Knights of the Old Republic, but also (works on) supports Neverwinter Nights, Neverwinter Nights 2, Star Wars: Knights of the Old Republic II, Jade Empire, Sonic Chronicles: The Dark Brotherhood, The Witcher, Dragon Age: Origins and Dragon Age II.
    • GemRB implements Infinity Engine and no idea if it ever was focuse on a single game, but they (works on) supports Baldur’s Gate 1, Planescape: Torment, Icewind Dale 1, Baldur’s Gate 2 and Icewind Dale 2.


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