Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Captain Red

Three parts make a whole... (zdoom hexen Question)

Recommended Posts

Is it possible in zdoom to make a monster drop a ready made 'big' hexen weapon (ie sword, Bloodscorge or holy staff)? I don't mean the parts, I mean the whole thing as one item.

Share this post


Link to post
Captain Red said:

Is it possible in zdoom to make a monster drop a ready made 'big' hexen weapon (ie sword, Bloodscorge or holy staff)? I don't mean the parts, I mean the whole thing as one item.



No. That's because there is no one item. These weapons don't have complete sprites and logically no means to place them as a single item.

Of course you could create a sprite and define a DECORATE item that then calls an ACS script which gives the weapon to the player.

Share this post


Link to post

Graf Zahl said:
Of course you could create a sprite and define a DECORATE item that then calls an ACS script which gives the weapon to the player.

Good idea, but a bit impractical for what I'm trying to do.

kristus said:
Or perhaps have the monster drop all the parts of it?

That's the plan. But it looks a little tacky (IMO)

Thanks anyway.

Share this post


Link to post
kristus said:

Or perhaps have the monster drop all the parts of it?


There's a better option. ZDoom contains items which drop all parts of such a weapon. They are called QuietusDrop, WraithvergeDrop and BloodscourgeDrop and take proper care that they don't end up at the exact same position.

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
Sign in to follow this  
×