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
[–] recursive_recursion@programming.dev 11 points 1 year ago (3 children)

if Quake II is under GPL-2.0...
doesn't it mean that Quake II has a good to high potential to be supported on Linux?

[–] 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!

[–] 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.

[–] 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.

[–] ouigol@beehaw.org 6 points 1 year ago (1 children)

The license doesn’t really matter, unless you mean it should be included in the kernel. If it was another permissive license, you could also port it to Linux. I have no clue if it’s actually possible to port it to Linux natively, but I would guess that you can

[–] Vilian@lemmy.ca 5 points 1 year ago

no clue if it’s actually possible to port it to Linux natively

its's open source, you can, now how easily...

Someone needs to make quake ii run doom just to prove a point