What does the launcher do with regard to the operation of the game that cannot be done within the actual game itself? Is it due to a technical limitation or simply there for the convenience of the players? Are there alternatives to such methods of starting the execution of games?

  • Björn Tantau@swg-empire.de
    link
    fedilink
    arrow-up
    116
    arrow-down
    2
    ·
    1 day ago

    Minecraft is special. The launcher sets up a bunch of Java stuff and other game configurations. And it downloads updates and handles authentication. Technically you don’t need it, but it makes it a little easier for the developers and the users. There are also third party launchers with additional functionality like downloading mods.

    Other games often pretend they need that stuff when in reality they just want some more tracking that is not in the game itself.

    • Zonetrooper@lemmy.world
      link
      fedilink
      arrow-up
      34
      arrow-down
      1
      ·
      1 day ago

      Technically you don’t need it, but it makes it a little easier for the developers and the users.

      For that matter, if you poke around in some games’ files, you can find the actual game.exe and launch it directly from there, bypassing the launcher. You just bypass the authentication and compatibility checking as well.

      • TachyonTele@lemm.ee
        link
        fedilink
        arrow-up
        7
        arrow-down
        15
        ·
        1 day ago

        That, my friends, is also how you play games from the epic store. And how to bypass steam as well.

          • mx_smith@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            13 hours ago

            Also when running and playing games on Linux I find that starting directly from the exe can cause compatability issues.

          • TachyonTele@lemm.ee
            link
            fedilink
            arrow-up
            2
            arrow-down
            2
            ·
            edit-2
            22 hours ago

            Obviously not every game. Multiplay games won’t work with it. And yes anything that inherently depends on the launcher. The vast majority of games it does work though.

            It feels like a lot of people forget or don’t realize that pc games are just files in a folder. Epic and Steam basically present you with shortcut icons to those exe files.

            • 9bananas@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              16 hours ago

              Multiplay games won’t work with it

              that’s not actually a guarantee: BG3 has multiplayer and works just fine without the launcher. as do plenty of others.

              • swab148@lemm.ee
                link
                fedilink
                arrow-up
                1
                ·
                14 hours ago

                --skip-launcher in the launch options on Steam, for anyone who doesn’t know already