151

Quake Engine Indicators

> 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.

4 hours agotoast0

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.

3 hours agodmurray

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.

2 hours agoAdamH12113

We used to play these games on dial-up where ~300ms pings were pretty common.

Moving to a cable connection in ~2001 was shocking in comparison!

25 minutes agogirvo

Geostationary satellite internet has garbage pings too.

2 hours agotoast0

Unless you are playing Quake through Iridium.

3 hours agogaraetjjte

When I read the title I was expecting it to talk about indicators in the inheritance sense, say how you can tell if an engine has a Quake Engine pedigree. Like looking at the graphics or the online behavior of a game and tracing it back to Quake's renderer or netcode.

Still a cool article though.

11 minutes agoCodeCompost

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.

4 hours agoRodgerTheGreat

[dead]

4 hours agokruxigt

Engines used to be cool. The original Theme Park engine was it's own application in an virtual computer. You had SCRUMM which was another interactive cool thing of it's own. DOS games amazed me as a kid.

3 minutes agodoublerabbit

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.

4 hours agofirmretention

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

4 hours agojaffa2

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.

an hour agojandrese

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.

3 hours agohnlmorg

Yes i look closer. Maybe it is a rj45.

2 hours agojaffa2

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.

3 hours agosystem2

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.

42 minutes agomtlebe

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.

5 hours agowhou

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.

3 hours agosomat

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

The earliest doom variants once the source code released started adding features that weren't faithful to the original dos version 1.9.

Even Boom which was a pretty conservative codebase that focused on limit removal for level editing added weird things like weapon recoil pushing the player back when you shoot a weapon.

So chocolate doom's name is wordplay on "vanilla doom" - it's the version of doom we all played in the 90s just updated with current i/o libraries (libSDL) so it can run on modern platforms.

33 minutes agomewse-hn

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.

2 hours agobitwize
[deleted]
2 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)

4 hours agoSxubas

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 :)

an hour agomalux85

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

38 minutes agofoota

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.