Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Arbys550

Shootable Switches Animating in DSDADoom

Question

I have a place in my WAD where the player needs to obtain the shotgun to be able to shoot multiple switches at the same time. The mechanism works correctly, but one switch for some reason causes all the adjacent switches to animate also, making the player think they hit all the shootable switches at once when they didn't. This only happens to me in the latest DSDADoom when I updated, and worked properly before. Is anyone aware of this issue and how to fix it?

 

This is what the switches look like, each switch is not the same linedef and is on a separate sector:

doom03.png

 

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 1
11 minutes ago, Arbys550 said:

I realized it also happens with nearby textures just pressing the switches like normal, not just gunfire.

You are indeed over the sidedef limit and it could be that your nodebuilder collapsed the switch sidedefs into one. I would try adding their own sector in front of each switch, see if it helps.

Share this post


Link to post
  • 0
1 minute ago, ViolentBeetle said:

You are indeed over the sidedef limit and it could be that your nodebuilder collapsed the switch sidedefs into one. I would try adding their own sector in front of each switch, see if it helps.

Damn, that sucks. That means I won't be able to finish the map like I envisioned, oh well. I guess I can try a radical culling of linedefs to try to fix it. Adding their own sector didn't help.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×