Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GG
gandolfini_the_grey @ gandolfini_the_grey @lemm.ee
Posts
12
Comments
24
Joined
2 mo. ago
  • Secure boot is a good thing. It's a security feature. You want it on whenever possible, unless it's a huge trouble (like if you have to start manually signing your own keys and adding them to the bios).

    Edit: added the word manually

  • Those projects look great! I will have to check both those out. My problem with a lot of community FPS games is that the community is just too small to play regularly (like Xonotic, for instance).

  • This is a very smart and thoughtful perspective. One should consider their time and money as valuable, and not put it in games they disagree with. Do you have any good alternatives to recommend for the most popular Valve FPSs?

  • Games @lemmy.world
    gandolfini_the_grey @lemm.ee

    Should we boycott games with loot boxes?

    I have been avoiding multiplayer Valve games like Counter-Strike 2 and Team Fortress 2, due to their in-game economies that have created an underage gambling gray market, which Valve has done little about. However, I am on Linux, and the choices for multiplayer shooters are few. Besides, my small boycott is not stopping Counter-Strike 2 from being the most played steam game. Are boycotts really the best solution to stop this epidemic in gaming? How can we best prevent these gambling grey markets and the gaming to gambling addiction pipeline?

  • First, of course it is completely fine for /home to be on another drive. As long as it is configured in /etc/fstab correctly, almost any configuration of drives and partitions is okay.

    Second, your boot issue sounds very strange. Firstly, x220 has a traditional bios boot, right? So you do not need an /EFI partition, and should install grub to the reserved space on the drive for booting (which if you configured MBR for your drive requires no change, if you configured GPT you need to reserve that space). If you have one of the x220s with libreboot (not sure if that exists, but I used to have an x200 with libreboot flashed for the bios), then your grub version might be very out of date, which could cause issues as well.

  • Linux @lemmy.ml
    gandolfini_the_grey @lemm.ee

    How to Run Native Linux Source Ports of Games through Steam

    Background

    There are a lot of Steam games with great Linux-native source ports, like Roller Coaster Tycoon 2 (OpenRCT2), Elder Scrolls II: Daggerfall (Daggerfall Unity), Elder Scrolls III: Morrowind (OpenMW), all id Software games pre-2009, and any game supported by the ScummVM project, to name a few. The only downside to playing source ports rather than the original game (most of the time), is the lack of steam integration.

    However, it is possible to play these games through source ports with steam integration on Linux, and I'll explain how.

    First, Steam-Play-None

    In order to get around using Proton for many of these games, we need to install the Steam-Play-None compatibility tool. This compatibility tool basically allows us to use no compatibility tool and run these games natively. To install, follow the steps listed on the GitHub page.

    Now,

    Arcade Racing @lemm.ee
    gandolfini_the_grey @lemm.ee

    Burnout Paradise - A Review

    Backstory

    Before this game, I had not finished any racing games. I had not played any other Burnout games, and the only Need for Speed game I had played is Underground 2, which I got very close to finishing but ended up soft locked (due to trying to have a separate performance car and "decorative" car, and not allocating my money correctly to the point that I ran out).

    That being said, I have finished many open-world, "movement"-based games as I will call them--games like Super Mario 64, Super Mario Odyssey, and even games like Batman: Arkham City and Sony's Spider-Man. I consider these games "movement"-based because unlike games like the Elder Scrolls V: Skyrim (which I am also a big fan of, and have finished many times), these games make moving around the open world itself feel good, satisfying, and a game within itself, if not the core gameplay.

    I consider Burnout Paradise one of the best of these open-world, "movement"-based games. In my opinion, it should be up there with

    Arcade Racing @lemm.ee
    gandolfini_the_grey @lemm.ee

    wipEout Rewrite - A re-implementation of the 1995 PSX game wipEout

    This is likely the best open source port of a racing game. Plus, you can play it in your browser!

    Arcade Racing @lemm.ee
    gandolfini_the_grey @lemm.ee

    When do you stop playing a game?

    Hello, for context I have 76 hours in Burnout Paradise currently. I have achieved 100% on the main island, 100% on the bike DLC, and about 50% on the Big Surf Island. I learned today that to get 100% for Big Surf Island I need to do the multiplayer challenges, which I am not interested in and have no one to do them with. Should I give up on the 100% everything dream?

    Arcade Racing @lemm.ee
    gandolfini_the_grey @lemm.ee

    Are the FlatOut games any good?

    I’m considering getting these games. I’m more of a Need for Speed fan most of the time, but I’m looking for a game that is DRM free and that feels great to play and can run on most modern computers.

    Thoughts?

  • Nope, a lot of software will try to bundle as much dependencies as needed by default, which makes building from source much easier. Distributions will then "unbundle" them, to keep packages reusing system libraries as much as possible

  •  undefined
        
    apt install build-essential
    apt build-dep emacs
    wget https://ftp.gnu.org/gnu/emacs/emacs-30.1.tar.xz
    tar -xf emacs-30.1.tar.xz
    cd emacs-30.1
    ./configure —prefix=/usr/local
    make
    make install
    
      

    Edit: forgot cd

  • Arcade Racing @lemm.ee
    gandolfini_the_grey @lemm.ee

    How to Play Need for Speed 2 on Modern Hardware (Windows and Linux)!

    This developer has created a great open source cross-platform wrapper for Need for Speed II SE, that allows it to run on modern x86 and amd64 hardware. Here is a short guide on how to play this amazing game using this wrapper.

    Mount the NFSIISE CD-ROM

    Note: I do not want to promote piracy in this community, as I feel this community is not a good place for that discussion.

    My legal backup of my Need for Speed II SE CD-ROM was for some reason in bin/cue format, so here is how I managed to extract its contents:

    On Windows, I used this open-source software called WinCDEmu. It allowed me to mount the bin/cue files and extract the contents.

    On Linux, I extracted the contents in two steps. First, I ran this command to convert from bin/cue to ISO (bchunk is in my distribution's repositories):

     undefined
        
    bchunk nfs2se.bin nfs2se.cue nfs2se.iso
    
      

    Then, I opened my file manager (in my case, dolphin), and right clicked the ISO file to mount it.

    Download

    Community Promo @lemmy.ca
    gandolfini_the_grey @lemm.ee

    I would love to grow this community more, meet more people interested in this subject, and grow in my passion for arcade racing games!

    Games @lemmy.world
    gandolfini_the_grey @lemm.ee

    Favorite Racing Game Soundtrack?

    cross-posted from: https://lemm.ee/post/57179824

    For me: the Out Run OST. Everyone listens to and praises Nintendo OSTs or Square Enix, but Out Run is something else. I have rarely listened to video game music that catchy.

    Arcade Racing @lemm.ee
    gandolfini_the_grey @lemm.ee

    What makes arcade racing games beautiful

    An arcade racing game done well is simple: you are in a vehicle, and you want to go fast. The first hour of the game, or even the first ten minutes of the game, you get it--you move quickly through a handcrafted environment, with great movement and consequences for failure. It is the quintessential game when it comes to easy to learn, hard to master. And yet, there is nothing violent about it, or scary, or all that stressful (unless it's one of the more competitive or difficult ones, like Trackmania). It just feels good.

    Open world arcade racing games especially feel like one of the only types of games where you can turn it on and just relax. Listen to music, enjoy the scenery, drive a fast car through a busy city, and zone out. There are a few other single-player games with a similar zone out feeling, but not many, and certainly not many as pure and fun as arcade racers.

    Arcade Racing @lemm.ee
    gandolfini_the_grey @lemm.ee

    Favorite Racing Game Soundtrack?

    For me: the Out Run OST. Everyone listens to and praises Nintendo OSTs or Square Enix, but Out Run is something else. I have rarely listened to video game music that catchy.

    Fedigrow @lemm.ee
    gandolfini_the_grey @lemm.ee

    Would anyone be interested in an arcade racing game community?

    I personally love arcade racing games, but I found no community on Lemmy. There is a need for speed community, but it looks dead. Is anyone else passionate about arcade racing games and would be interested in this?