Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGIL E5M8 ends prematurely #481

Closed
JimmyZD opened this issue Feb 13, 2024 · 4 comments
Closed

SIGIL E5M8 ends prematurely #481

JimmyZD opened this issue Feb 13, 2024 · 4 comments

Comments

@JimmyZD
Copy link

JimmyZD commented Feb 13, 2024

Hi!

It seems as though SIGIL E5M8 is coded to finish the map after a boss monster (of any type) is killed.

Ways to reproduce:

  • Warp to E5M8, and type TNTEM. The level should end after a few seconds.
  • Warp to E5M8, use IDFA to give all weapons, then noclip to kill either the spider mastermind or cyberdemon. The level should end after a few seconds.
  • Warp to E5M8, use IDFA and kill all barons of hell on the map (there is only one on HNTR - he is located in the southern monster box, at (192, -368)). The level should end after a few seconds.

This map should not have any boss actions attached, as killing the boss monsters should have no effect on the level's endgame - the map contains an exit teleporter you can reach potentially without killing anything.

Tested with latest DSDADoom 0.27.5 binary (Windows 10 PC) and the v1.21 release of SIGIL straight from Romero.com.

@kraflab
Copy link
Owner

kraflab commented Feb 13, 2024

Did you use the compatible version of the wad? Something like SIGIL_COMPAT_v1_21.wad I think.

@JimmyZD
Copy link
Author

JimmyZD commented Feb 13, 2024

No, this was using SIGIL_v1_21.wad, with the maps occupying the E5* slots instead of E3*.

@fabiangreffrath
Copy link
Collaborator

The special casing for the boss death action is missing from Sigil's embedded UMAPINFO lump. Try to load this lump in addition (rename to umapinfo.lmp before).

https://github.com/fabiangreffrath/woof/blob/master/autoload/sigil_v1_21.wad/umapdef.lmp

@kraflab
Copy link
Owner

kraflab commented Feb 13, 2024

You either need to use the compatible version of the wad or replace the umapinfo lump as indicated. Or ask Romero to fix his wad 😉

@kraflab kraflab closed this as completed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants