Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
[HotPocket]

How to you make destructible geometry?

Question

The ZDoom wiki said it was added in 3.7.0 for GZDoom and I'm not sure how to put it in a map. And yes, I have the latest version of GZDoom. 3.7.2.

asking so i can make a map to blow random stuff up

 

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 1

Unfortunately it's not really "destructible geometry" in the way you're thinking.  It's really more an extension of the "shootable switch" mechanic - instead of a switch that instantly activates when shot, it now has "health" and will only activate once you've lowered the health to 0.  If you want to make something appear destructible, you need to create a script that spawns a load of explosions and then lowers the sector to the floor (or an equivalent method of removing it).  You then call that script using the new ACS functions.

 

This thread explains how you set it all up.

Share this post


Link to post
  • 0

IIRC in Duke Nukem, destructible sectors' ceilings are lowered to their floors at run time, and destruction raises them back to where they started. That way the mapper can see in-editor what it will look like post-destruction (for texture alignment purposes among other things). This could be done with ACS. 

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
×