Multiple Item drops

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

A_Fall causes dropitem doesn't it? So if you don't use A_Fall in a certain death state it won't drop it. (I.e. Don't include A_Fall in the burn state and it won't drop it)
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

Doing that means you can't walk through it's corpse.
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

A_NoBlocking
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

A_NoBlocking and A_Fall are the same. It's just different names for the same function. The simple reason for that is that ZDoom uses A_NoBlocking (Raven's name for it) and everything I used to test it had A_Fall (Doom's name for it) and I didn't want to change it all... ;)
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

so A_Noblocking still drops stuff?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Yes.
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

:evil:

Well, hopefully I won't need to make any enemies like that
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

DECORATE is not meant to create enemies like this. ACS is. But unfortunately some individuals don't get it. With ACS you can easily control the respawning of monsters in a way that will work. And to be blunt: I (and I think Randy, too) have no intention to add something that would allow creating such enemies solely through DECORATE. Use ACS, goddammit.

One last hint: Use ACS!
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

Wait... I DID use ACS to make an enemy like this. *coughmetroiddoomcough*

Anyway graf, while you're here. Would it be possible to have a +DMRESPAWN flag? I really really REALLY need it as well as *insert huge list of wantings here*
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Possible: yes. Probable: ask Randy.
User avatar
Mr. Tee
Posts: 1111
Joined: Sun Feb 08, 2004 7:49 pm
Contact:

Post by Mr. Tee »

Question:

Is it possible to randomize the amount of a certain item that is dropped by A_Fall/A_NoBlocking??

i.e. some monsters in Magic Boots drops item 'x'. Is there a way to randomly make these monsters drop between 1 and 3 'x's when they die?

(if not, it's OK, I have work around for this)
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

Code: Select all

DropItem x
DropItem x 128
DropItem x 32
Use something like that.
Lazarus
Posts: 20
Joined: Mon Oct 04, 2004 11:24 am
Location: England

Post by Lazarus »

I'd love to use ACS but i still can't get it working.

I downloaded the windows version just like i was told but that won't work either. Are there any other programs for ACS out there that i could use.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

No. But it doesn't matter because you must do something wrong. They work perfectly. If you could tell us what they are doing for you to think that they don't work it would help a lot. Normally you shouln't need to start ACC yourself. Your editor should do that.
Lazarus
Posts: 20
Joined: Mon Oct 04, 2004 11:24 am
Location: England

Post by Lazarus »

When I open the acc executable I get one of those c prompt boxes, then it shows some text before quitting itself. It does this so fast that I can't tell what it says.
Locked

Return to “Editing (Archive)”