this post was submitted on 24 Nov 2023
220 points (98.7% liked)

Games

16450 readers
1043 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. Please use spoiler tags for spoilers.

My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.

Other communities:

Beehaw.org gaming

Lemmy.ml gaming

lemmy.ca pcgaming

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] murkaje@sh.itjust.works 2 points 10 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.