this post was submitted on 29 Aug 2026
56 points (96.7% liked)

Games

50594 readers
816 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

founded 3 years ago
MODERATORS
 

uzdoom i a community fork of gzdoom that aims to be much better

all 20 comments
sorted by: hot top controversial new old
[–] subOrange@lemmy.world 14 points 6 days ago (3 children)
[–] esc@piefed.social 19 points 6 days ago* (last edited 6 days ago) (1 children)

Gzdoom is an advanced modder friendly continuation of zdoom.

[–] edgemaster72@lemmy.world 17 points 6 days ago (3 children)

I feel obligated to continue the chain...

what is zdoom?

[–] dbtng@sh.itjust.works 19 points 6 days ago (2 children)

ZDOOM is the DOOM we've all been playing for a really long time now.
Few even remember that the original release of DOOM was not full 3D. It was 2.5 dimensions. You couldn't look up and down or jump. In fact, that's where rocket-jumping came from, as it was the only way to go vertical.

ZDOOM was a backport of the z-axis code from Quake back into the DOOM engine. It enabled full 3D and dramatically enhanced the game. Carmack open-sourced DOOM code first, and then a couple years later Quake was open-sourced. The community did the rest.

I'm an old DOOMer. I'm gonna download this UZDOOM and give it a whirl.

[–] vikingtons@lemmy.world 3 points 5 days ago

I never knew the etymology of zdoom until now. That's really cool

[–] notptr@lemmy.cyberia9.org 1 points 6 days ago (2 children)

Doom always had a z-axis you can find in the linux doom port on id software git repo.

If you are talking about room over rooms and 3d floors that came from the build engine.

Zdoom had a version that could play duke3d

[–] dbtng@sh.itjust.works 6 points 6 days ago* (last edited 6 days ago) (1 children)

Original DOOM and DOOM II game engines were 2.5 D.
You could not look up and down or jump.
That is not to say that there was no z-axis in the maps themselves, but the game engine handled it in a simplified, flattened way.

Its been a really, really long time since Quake z-axis code was backported to create zDOOM.
You are a great example of people not realizing this.

[–] notptr@lemmy.cyberia9.org -1 points 6 days ago (1 children)

John carmack and Romero will tell you that doom is 3d.

Heretic which is idtech 1 has looking up and down and flying since day 1 which zdoom git that from.

I have worked on the doom engine before. I submitted patches to odamex in the past.

[–] dbtng@sh.itjust.works 1 points 6 days ago* (last edited 6 days ago)

Child. What do you think zDOOM is? Get a clue.
https://en.wikipedia.org/wiki/2.5D

[–] eyesaremosaics@lemmy.zip 2 points 6 days ago* (last edited 6 days ago)

Yes, the key aspects of 2.5D are that two things cannot be on top of each other, the world is entirely described by a 2D map, along with a height value for each floor and each object (these are separate). Jumping and looking are just not features included in the original game, but they are not defining properties of 2.5D, they could have been coded in and still be 2.5D

You can go up and down on lifts in doom, there is a height property that changes, and if you step off a ledge you fall in an arc to the ground. If an object is in front of the ledge somewhere at ground level you will collide with it even if you are higher, so eg if you are trying to jump across somewhere a mob far below can cut your jump short and you fall to the ground.

[–] notptr@lemmy.cyberia9.org 6 points 6 days ago

Heavily updated id tech engine

[–] BurgerBaron@quokk.au 3 points 6 days ago* (last edited 6 days ago) (1 children)

An idtech 1 (well, it was called Doom Engine first) source port thanks to John Carmack you can do that for most of id Software game engines up until idtech 4.

https://en.wikipedia.org/wiki/Id_Tech#Development

https://github.com/id-Software

[–] jinwk00@sh.itjust.works 4 points 6 days ago

Aimed for heavily modding support to be specific

There are other source ports which tend to:

  • Be as close as how it was intended while fixing critical issues (Chocolate Doom)
  • Modernize the framerate but keep the gameplay same and welcoming to new users (PrBoom Plus and its forks)
  • Make as ugly as possible (Doomsday)
[–] wizardbeard@lemmy.dbzer0.com 9 points 6 days ago* (last edited 6 days ago) (1 children)

It was probably the "gold standard" modern port of the OG DooM/DooM II/Hexen etc games. There are some other source ports made for multiplayer, some made for cranking the graphics up to 11, some made to ensure exact match to original engine behavior for speed running purposes, but GZDoom was kind of the standard the community had settled on that did enough of all of that to be good.

There are full "boomer shooter" style indie games built off of it and the expanded features it offers, like 3D model support and greatly improved lighting. Then the lead dev went a little bonkers (I don't know the specifics) and people forked it into this and have kept improving it.

[–] reseller_pledge609@lemmy.dbzer0.com 7 points 6 days ago* (last edited 6 days ago) (1 children)

If I remember right, they got kicked for using AI to code and being an absolute shit about it when they got caught. This is on top of past issues with their behaviour as well.

I'm not a member of the Doom community at all, so this is just what I remember from when it happened.

[–] notptr@lemmy.cyberia9.org 4 points 6 days ago

Not quite but close. Graf wasn't working on gzdoom for a while and showed up just one day and push code to prod without the other devs knowing. Other devs found out it was LLM code and got upset and graf did graf shenanigans which was the ladt straw for the other devs and they forked it.

Feel free to fork the project under a

[–] notptr@lemmy.cyberia9.org 2 points 6 days ago

An game engine that happens to play classic doom.

[–] Klear@piefed.world 6 points 6 days ago (1 children)

While UZDoom technically started by forking GZDoom under a, it's more accurately a direct continuation of GZD, just under a different name. The goals and dev team (with one exception) are exactly the same as they were before.

[–] prenatal_confusion@feddit.org 2 points 6 days ago

For german speakers: Usedom? Die Insel?