this post was submitted on 12 Aug 2023
447 points (99.3% liked)

Open Source

30270 readers
386 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] WhoRoger@lemmy.world 22 points 1 year ago (3 children)

Quake 2 has been GPL and had Linux versions since forever, even official ones from id.

I assume this remaster uses the same engine. Maybe they used stuff from contributors/forks, that's why they kept it open.

Quake 2 has been GPL and had Linux versions since forever, even official ones from id.

never knew till today and also that's pretty cool!

[–] GreenMario@lemm.ee 1 points 1 year ago (1 children)

Remaster uses "The Kex E.ngine", however I don't know if that's an actual game engine or a portability layer of some kind.

[–] Vilian@lemmy.ca 1 points 1 year ago (1 children)

true, in the official source code they say that was only tested the build in linux lol, and in the first doom they said that was only playable on linux :b

[–] WhoRoger@lemmy.world 4 points 1 year ago

IIRC the guy who was doing the official Linux builds of the old id games was also the one who was publishing the code, so that's probably why.

They could never publish everything they had internally, as they used proprietary or patented bits in places, so the code always needed cleaning up before GPLing it. That's why Doom engine source was released without the sound, the Doom 3 engine had the shadowing code replaced, Quake 3 code didn't have the single-player parts because people were still licencing it in the mid-00's, and other such stuff.

And yes, Doom was originally developed for *nix, I think they were using NeXT machines or something like that, for development.