Jump to content

ANIMDEFS question


Borg

Recommended Posts

DB2 ZDoom (Doom in Doom)

I am using ANIMDEFS to shoot out glass. Before it's shot out I have the linedef set as impassable. Once I shoot it out I don't know how to change the linedef to make it passable.

Share this post


Link to post

With Doom in Doom you'll have to use a thin blocking sector right in front of or behind the glass with no side textures (so it's see through) and lower it instantly when shot with the instant floor lower trick.

 

If it was UDMF you could just do Line_SetBlocking in ACS when shot.

Share this post


Link to post
8 hours ago, Nevander said:

If it was UDMF you could just do Line_SetBlocking in ACS when shot.

There's GlassBreak special directly :D
But still, with UDMF I think what Nevander said is probably the best and easiest solution

Share this post


Link to post

Everything is easier in UDMF.

It appears to be done using control sectors in ETERNAL DOOM map 28 but I don't understand it.

 

Share this post


Link to post
On 12/14/2021 at 11:54 PM, Nevander said:

With Doom in Doom you'll have to use a thin blocking sector right in front of or behind the glass with no side textures (so it's see through) and lower it instantly when shot with the instant floor lower trick.

 

If it was UDMF you could just do Line_SetBlocking in ACS when shot.

Worked perfectly. Took me a bit to get it set up properly though.

Thanks.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...