Quake Engine Indicators

(fabiensanglard.net)

141 points | by liquid_x 4 days ago ago

23 comments

  • toast0 4 hours ago

    > The NET indicator is displayed when a client has not received any packets from the server in the last 300ms. This was likely aimed at players to help them determine how bad their ping was.

    This is not an indicator of high ping. It's an indication of loss of connectivity. Even if your ping is 2 seconds, the server should be sending you updates regularly. If you haven't received anything in 300 ms, either you're losing lots of packets or you have some epic buffering somewhere.

    • xeonmc 3 hours ago

      Example: the slow-motion replay of this demo causes the flashing of the net icon due to the packet frequency red-shift:

      https://www.youtube.com/watch?v=XdkDjsBiO58

    • dmurray 2 hours ago

      In practice if you have a very high ping, you're losing packets or there's buffering somewhere. Not because you have a 30,000 km long ethernet cable.

      • AdamH12113 2 hours ago

        When Quake(world) was released, it was common to play games on dial-up modems, where 250+ milliseconds was a normal ping time. If you played on a distant server, you could easily get over 500 milliseconds or even much worse.

      • toast0 2 hours ago

        Geostationary satellite internet has garbage pings too.

      • garaetjjte 2 hours ago

        Unless you are playing Quake through Iridium.

  • mtlebe 8 minutes ago

    I might be wrong but it seems the DISC part needs some correction:

    > The DISC indicator wraps HDD access done via Sys_FileRead. ... The code for this indicator is in SCR_DrawRam.

    I can't find the image itself but just judging by its name SCR_DrawRam is for displaying the image for the RAM indicator.

  • RodgerTheGreat 4 hours ago

    The turtle/tortoise note is correct for UK English, but in the US (where Id software was headquartered during the development of Quake), tortoises are considered a subset of "turtles". Per Webster:

    > Turtle (noun): any of an order (Testudines synonym Chelonia) of terrestrial, freshwater, and marine reptiles that have a toothless horny beak and a shell of bony dermal plates usually covered with horny shields enclosing the trunk and into which the head, limbs, and tail usually may be withdrawn.

  • firmretention 3 hours ago

    I saw that NET indicator plenty when playing on 56k back in the day. Funny to see it written about as some curious historical artifact.

    • veeti 3 hours ago

      I believe it still lives on in the Call of Duty series, being based on id tech. There's even memes about it: https://www.reddit.com/r/memes/comments/edmai1/connection_in...

    • jaffa2 3 hours ago

      Yeah. Looks like an ethernet jack. True, buts its a modem jack (rj11 maybe?)

      • jandrese an hour ago

        The proportions look more like RJ11 than RJ45 to me. Not how big the clip is compared to the plug. Of course this is a hand drawn icon so take everything with a grain of salt.

      • hnlmorg 2 hours ago

        Are you sure it’s not meant to be an RJ45 plug? The cylindrical thing to the bottom left corner of the wall socket looks like it might be a BNC plug. Which would make sense for the era of quake when Ethernet wasn’t yet ubiquitous.

        • jaffa2 2 hours ago

          Yes i look closer. Maybe it is a rj45.

    • system2 2 hours ago

      You can still see it while playing in 2025, for Quake 2 at least, on Tastypleen servers in the U.S. The servers crash for some reason. Or if you connect to Chinese servers, sometimes I experience it, but rarely.

  • foota 4 minutes ago

    ... Now I want to add these to slack.

  • whou 4 hours ago

    Cool curiosities! The chocolate quake source port is great as well. I've always wondered why there wasn't a chocolate doom equivalent for quake. It was nice to see its announcement earlier this year, so I've been quietly following its development ever since. The guy behind it did a great job, now we just need a crispy doom equivalent for quake!

    I also wonder where is that tortoise texture from. Seems such a small thing to have the effort to create art for during development.

    • somat 2 hours ago

      I am not familiar with chocolate doom what makes it better than any other doom source port?

      There are many good source ports of quake, I always liked darkplaces but it intentionally and willfully tries to push improvements so not really for purists. There is stuff like fitzquake/quakespasm that stays much closer to vanilla quake and if you like quakeworld ftequake.

      • bitwize an hour ago

        Chocolate Doom attempts to replicate the original Doom experience in a modern source port, without the embellishments, bug fixes, and features offered by source ports like GZDoom. It's like the difference between building a modern clone of the Amiga 500, hewing as close to the original designs as possible, and building a "modern Amiga" with a PPC CPU, modern GPU, AmigaOS 4.x support, etc. Sure, the second is neat, but some people want to work within the exact constraints and quirks of the first.

  • Sxubas 3 hours ago

    Lovely read.

    Just a curious question if the authors or any maintainers read this comment:

    Does this bug fix break the functionality of re-connecting the client? Or how would the client know they need to use the same port as the previous session?

    (My understanding is that a new client coming from the same IP and different port will now be treated as a new player instead of a reconnect)

  • malux85 20 minutes ago

    When I was young I got the plans of the Titanic, and I started implementing it in Quake, after an afternoon of hard work building out the outer hull to scale, that was the first time I saw that RAM icon :)

  • system2 2 hours ago

    Amazing, after playing all the Quake series (still playing Quake 2 daily), I learnt something new about it. I will definitely try the turtle command and try to make it appear (somehow), maybe artificially with the maxfps command. There is no way I can organically produce it on a 32-core CPU. Maybe I can try with a VM with very low specs.