▲ 56 ▼ UZDoom 5.0 Release Announcement Trailer (www.youtube.com) submitted 1 week ago by simple@piefed.social to c/games@lemmy.world 19 comments fedilink hide all child comments uzdoom i a community fork of gzdoom that aims to be much better
[–] edgemaster72@lemmy.world 17 points 1 week ago (3 children) I feel obligated to continue the chain... what is zdoom? permalink fedilink source parent hideshow 6 child comments replies: [–] dbtng@sh.itjust.works 19 points 1 week 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. permalink fedilink source parent hideshow 4 child comments replies: [–] vikingtons@lemmy.world 3 points 1 week ago I never knew the etymology of zdoom until now. That's really cool permalink fedilink source parent [–] notptr@lemmy.cyberia9.org 1 point 1 week 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 permalink fedilink source parent hideshow 4 child comments replies: [–] dbtng@sh.itjust.works 6 points 1 week ago* (last edited 1 week ago) (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] notptr@lemmy.cyberia9.org -1 points 1 week ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] dbtng@sh.itjust.works 1 point 1 week ago* Child. What do you think zDOOM is? Get a clue. https://en.wikipedia.org/wiki/2.5D permalink fedilink source parent [–] eyesaremosaics@lemmy.zip 2 points 1 week 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. permalink fedilink source parent [–] notptr@lemmy.cyberia9.org 6 points 1 week ago Heavily updated id tech engine permalink fedilink source parent [–] BurgerBaron@quokk.au 3 points 1 week ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] jinwk00@sh.itjust.works 4 points 1 week 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) permalink fedilink source parent
[–] dbtng@sh.itjust.works 19 points 1 week 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. permalink fedilink source parent hideshow 4 child comments replies: [–] vikingtons@lemmy.world 3 points 1 week ago I never knew the etymology of zdoom until now. That's really cool permalink fedilink source parent [–] notptr@lemmy.cyberia9.org 1 point 1 week 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 permalink fedilink source parent hideshow 4 child comments replies: [–] dbtng@sh.itjust.works 6 points 1 week ago* (last edited 1 week ago) (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] notptr@lemmy.cyberia9.org -1 points 1 week ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] dbtng@sh.itjust.works 1 point 1 week ago* Child. What do you think zDOOM is? Get a clue. https://en.wikipedia.org/wiki/2.5D permalink fedilink source parent [–] eyesaremosaics@lemmy.zip 2 points 1 week 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. permalink fedilink source parent
[–] vikingtons@lemmy.world 3 points 1 week ago I never knew the etymology of zdoom until now. That's really cool permalink fedilink source parent
[–] notptr@lemmy.cyberia9.org 1 point 1 week 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 permalink fedilink source parent hideshow 4 child comments replies: [–] dbtng@sh.itjust.works 6 points 1 week ago* (last edited 1 week ago) (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] notptr@lemmy.cyberia9.org -1 points 1 week ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] dbtng@sh.itjust.works 1 point 1 week ago* Child. What do you think zDOOM is? Get a clue. https://en.wikipedia.org/wiki/2.5D permalink fedilink source parent [–] eyesaremosaics@lemmy.zip 2 points 1 week 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. permalink fedilink source parent
[–] dbtng@sh.itjust.works 6 points 1 week ago* (last edited 1 week ago) (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] notptr@lemmy.cyberia9.org -1 points 1 week ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] dbtng@sh.itjust.works 1 point 1 week ago* Child. What do you think zDOOM is? Get a clue. https://en.wikipedia.org/wiki/2.5D permalink fedilink source parent
[–] notptr@lemmy.cyberia9.org -1 points 1 week ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] dbtng@sh.itjust.works 1 point 1 week ago* Child. What do you think zDOOM is? Get a clue. https://en.wikipedia.org/wiki/2.5D permalink fedilink source parent
[–] dbtng@sh.itjust.works 1 point 1 week ago* Child. What do you think zDOOM is? Get a clue. https://en.wikipedia.org/wiki/2.5D permalink fedilink source parent
[–] eyesaremosaics@lemmy.zip 2 points 1 week 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. permalink fedilink source parent
[–] notptr@lemmy.cyberia9.org 6 points 1 week ago Heavily updated id tech engine permalink fedilink source parent
[–] BurgerBaron@quokk.au 3 points 1 week ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] jinwk00@sh.itjust.works 4 points 1 week 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) permalink fedilink source parent
[–] jinwk00@sh.itjust.works 4 points 1 week 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) permalink fedilink source parent