• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle















  • That makes sense. I think the reason why they’re not represented as files is pretty simple. Data integrity. If you want to get the comments you just query the table and as long as the DB schema is what you expect then it’ll work just fine and you don’t have to validate that the data hasn’t been corrupted (you don’t have to check that a column exists for example). But with files, every single file you need to parse and validate because another application could have screwed them up. It’s certainly possible to build this, it might be slower but computers are pretty fast these days, but it would require more work to develop to solve the problem that the database solves for you.



  • I think the difference now is that DLC adds features, and so people are upset when the new game is missing features from the old DLC. Where in the past, say with Oblivion or Skyrim, it was just more story, maybe some new skills, in one case there was a new feature (house building) and their newer games do include that feature. But people don’t expect the story line from the DLC in the new game.

    Features in DLC feel different these days. In the past DLC had a more limited scope, and you looked forward to the new game for new features. But now if the new game comes out with less features it can be a bummer for people used to the old game. There isn’t really a great solution because I don’t think it always makes sense to add all the DLC features in the new game.