this post was submitted on 21 Jun 2024
14 points (100.0% liked)

Games

16220 readers
944 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
 

Grab your best lube, because it's time to talk about fluids!

top 4 comments
sorted by: hot top controversial new old
[–] wirelesswire@kbin.run 2 points 2 months ago

I knew there was some jank with the fluid system, but not to this degree. I now feel less bad about leaving some pipe setups in a "good enough" state instead of optimizing.

[–] BarbecueCowboy@lemmy.world 2 points 2 months ago

I know I'm likely alone, but I'm actually kind of bummed on this change.

The old fluid system is janky and unpredictable and I have other complaints, but the way things flowed was sometimes part of the fun. I'll kind of miss the puzzles of 'Why are my flamethrowers not working again?'

[–] key@lemmy.keychat.org 1 points 2 months ago

Oh wow I didn't realize nearly any of that detail about the current system. That explains why my fluid systems would always be unbalanced crap and sometimes require inexplicable pumps be added.

[–] Lojcs@lemm.ee 1 points 2 months ago* (last edited 2 months ago)

I liked the previous system more than this. I think they could easily have the best of both worlds by making each pipe its own segment that pulls fluid from segments that have less fluid in them proportional to how much fluid that segment has. That way there's both a propagation lag (and closer buildings getting more throughput than farther ones) like the current system and high throughout if the entire pipe is filled like the new system. This even opens up the possibility of higher quality pipes forming larger segments to increase throughout when the pipe isn't fully filled.

This would cause sloshing, but that can be fixed by each segment checking if the segment they're pulling from pulled from them last tick and if so temporarily combining into a single segment for the next tick.

The evaluation order feels tricky for this to work and the fill amounts of the segments would need to be updated right after evaluation instead of at the end of the tick for full throughput, but I think that can be figured out