Page 1 of 1

Destructable Walls

Posted: Tue Mar 26, 2013 10:45 am
by Isaacjedi5
I thought maybe you could make a sector, and then somewhere make a dummy sector, to fill that in. When an explosive hits the destructible part, it disappears, spawns debris things, and the dummy sector no longer blocks the way. This would help give the players more to explore, and allow more creativity for mappers.

Re: Destructable Walls

Posted: Tue Mar 26, 2013 10:49 am
by Hellser
Isaacjedi5 wrote:I thought maybe you could make a sector, and then somewhere make a dummy sector, to fill that in. When an explosive hits the destructible part, it disappears, spawns debris things, and the dummy sector no longer blocks the way. This would help give the players more to explore, and allow more creativity for mappers.
... so just like Duke Nukem 3D... Good luck getting this in.

Re: Destructable Walls

Posted: Tue Mar 26, 2013 11:04 am
by Sergeant_Mark_IV
Simple way to make destroyable walls without needing to use ACS:
Make an invisible shootable non-solid actor, and place it near the place you want the wall to explode. (make sure the actor can only be destroyed by explosive weapons).

Make the wall already destroyed, then make a dummy wall that has only 1 block of thickness, and give it a tag. When the actor gets destroyed, on his death animation spawn debris. Make the actor special lower/raise the dummy wall.

I did it on this map. Check it out.
http://www.doomworld.com/idgames/index.php?id=16991

Re: Destructable Walls

Posted: Tue Mar 26, 2013 12:18 pm
by Kate
If you ARE okay with using ACS, then the answer is pretty straight-forward and you only need 30 seconds, a script, a line, and some map spots:
blow_shit_up.wad
Shoot the brown wall, but stand back!
(3.17 KiB) Downloaded 465 times
Alternatively:
blow_shit_up_doom_short_version.wad
(11.27 KiB) Downloaded 286 times