• Snot Flickerman
      link
      fedilink
      English
      627 months ago

      Because all Valve games are mods all the way down.

      When your game is a mod of a mod of a mod, this stuff happens.

        • @TALL421
          link
          English
          107 months ago

          I mean it’s just one map with heavily tweaked bot scripting, that is the whole prototype

      • @murkaje@sh.itjust.works
        link
        fedilink
        English
        27 months ago

        There’s actually some truth to this statement in general. Most games, at least the ones deriving from quake engines that i know of, have an engine(e.g. the exe) and a game (a dll/so) plus assets. When modding SDK-s are released, it’s essentially the source code of the game section that when compiled needs the same engine to run. New games from a studio using the same engine are usually just forks of the previous game code. It’s fair to reason that some code may be shared to get updates on old parts while developing a new game.

        So yes, most games are mods of mods.