luxtorpeda-dev / packages

Package build scripts and support for luxtorpeda client
https://luxtorpeda.org
zlib License
37 stars 27 forks source link

GZDoom is incompatible with new ID24 content of Doom + Doom II #1354

Closed rea987 closed 1 month ago

rea987 commented 1 month ago

Game

Doom + Doom II

Engine

GZDoom

Linux Distribution

Ubuntu Mate 22.04.5 LTS

Luxtorpeda Version

71.0.0

Bug description

ID24 is new specification and standard for Doom mapping. It was first used there for the Legacy of Rust expansion.

https://doomwiki.org/wiki/ID24

Currently, GZDoom doesn't support ID24, thus ID24 content such as Ghoul enemy doesn't appear in the game.

It's safe to remove GZDoom package for Legacy of Rust expansion as there is currently no source port supporting it.

Steps To Reproduce

-

Expected Behavior

-

Additional Context

-

Relevant log output

-
rea987 commented 1 month ago

Never mind, just found a port replacing ID24 content.

https://www.doomworld.com/forum/topic/147764-actors-id24-to-gzdoom-port/

d10sfan commented 1 month ago

Interesting does that look like you can copy that file in the right spot and itll work? Are you able to replicate that?

rea987 commented 1 month ago

id24res.wad needs to be put GZDoom config folder. Then putting -file id24res.wad should run it. However it gives an error indicates that it requires GZDoom 4.11 or newer.

d10sfan commented 1 month ago

Sounds like for now, I can remove it from use.

If/when gzdoom and/or mesa gets fixed, I can update to newer versions of gzdoom.

d10sfan commented 1 month ago

I've removed it for now, since it's not working. Thanks for letting me know