Hey there!

I’m a solo dev working on a sci-fi grand strategy game (I didn’t manage to find if self-promo is allowed so I’ll keep the name for myself).

I was updating my planning and started to think: since my game will be published on Steam, it will be playable on Linux using Compatibility Mode even if I don’t specifically target Linux itself. I myself play on an Ubuntu and this allows me to play almost every Windows game (old ones are more capricious, but recent ones are ok).

So I’m wondering, is there really an advantage to have native Linux support nowadays? As a solo dev, the thing I lack the most is time. The days/weeks/months it would take me to add it and fix all the probable bugs it entails could be used to improve the game itself or add features instead for example.

On a more general note, what do you other Linux players expect from a Linux game?

  • lumony@lemmings.world
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    2
    ·
    edit-2
    4 days ago

    is there really an advantage to have native Linux support nowadays?

    Yes, performance and consistency.

    As a dev, you honestly are asking the wrong question. You shouldn’t pride yourself on the corners you’re cutting; you should be using them as an opportunity to expand your knowledge and skillset.

    You’re adding to the pile of developer trash every time you rely on abstraction layers to do your job for you. You’re reinforcing an atmosphere where windows developers can get locked-in as much as they want, and it’s up to the Linux community to pick up their (your) slack.

    In all honesty, I don’t have high hopes for your game and you really should consider what I’m saying before you release more trash into the world.

  • F04118F@feddit.nl
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 days ago

    Steam Deck and Linux desktop user here.

    I wouldn’t prioritize a native Linux binary if I were you. For some of my games that have a native Linux version, I still run the Proton compatibility version instead because it runs better. Proton is insanely well-optimized and adapted to Linux desktops, your own code will have a hard time competing with that.

    Just make sure to pick an engine / tech stack that works well with Proton and find one or more testers who run SteamOS or another Linux distribution.

    • bruce965@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 days ago

      As a personal anecdote, recently I installed a co-op videogame on my Linux Steam machine and I couldn’t get past the main menu, I wasted quite a bit of my own and my friend’s time before realizing it was a bug in the Linux build. After reinstalling the Windows version through Proton everything worked flawlessly.

      Please don’t publish a Linux build unless you plan to test and maintain it.

  • sic_semper_tyrannis@lemmy.today
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 days ago

    Please publish to GoG as well. I want to support sites that are DRM free. Also I think it’s smart to give native Linux support to show the industry that Linux is important rather than rely on compatibility tools that may or may not work well for any given game or setup.

    • strongarm@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 days ago

      GoG isn’t DRM free anymore

      And a game on Steam doesn’t have to have DRM if the developer doesn’t integrate the DRM feature from SteamWorks API

      • sic_semper_tyrannis@lemmy.today
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        edit-2
        8 days ago

        DRM or not this is straight from Steam, you don’t own what you “purchase”. This isn’t consumer friendly:

        Steam Subscriber Agreement

        1. REGISTRATION AS A SUBSCRIBER; APPLICATION OF TERMS TO YOU; YOUR ACCOUNT, ACCEPTANCE OF AGREEMENTS

        B. Hardware, Subscriptions; Content and Services

        Valve or third-party video games and in-game content, software associated with Hardware and any virtual items you trade, sell or purchase in a Steam Subscription Marketplace are referred to in this Agreement as “Content and Services;”

        1. Licenses

        A. General Content and Services License

        “The Content and Services are licensed, not sold. Your license confers no title or ownership in the Content and Services.”


        I would like to learn more about DRM on GoG if you wouldn’t mind sharing.

  • Moog Muskie@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 days ago

    I really appreciate when a dev puts the extra effort in to make a Linux port, but I can understand when a solo dev such as you doesn’t have much time to spend on porting. To be honest, I’m just happy if the developers at the very least test the game on Linux using Proton and WINE to make sure it’s working well and correctly. That way if making a native port really is that much of a hassle, I expect them to at least test it on Linux. I think that most large teams should make a (good) native port, though.

    • unchartedsectors@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 days ago

      I’m using Ubuntu myself to develop actually so I’m kind of doing that all the time. The problem is, my machine isn’t everyone’s machine, my drivers aren’t anyone’s drivers, and so on.

      In the end I think that I’ll try to give Linux builds to testers to see if they report a lot of bugs or not and decide at that moment if it’s too much work or not.