A_GotoIfMissileIsNot(missileid, state)

Moderator: GZDoom Developers

Post Reply
User avatar
Doomguy0505
Posts: 625
Joined: Tue Mar 29, 2005 4:53 am
Contact:

A_GotoIfMissileIsNot(missileid, state)

Post by Doomguy0505 »

I mean like that doom 3 cyberdemon how only a certain thing can hurt it. And the other way around A_GotoIfMissileIs(missileid, state)
A_GotoIfMissileIsNot("SoulcubeMissile", See) or A_GotoIfMissileIs("BFGShot", See)
get the picture?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Getting the picture but that's something that can't be done in DECORATE. For that you'd need something much more complex that simply doesn't exist.
User avatar
Anakin S.
Posts: 1067
Joined: Fri Nov 28, 2003 9:39 pm
Location: A long time ago in a galaxy far, far away...

Post by Anakin S. »

Make the monster +INVULNERABLE and the weapon that kills it +FOILINVUL.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

You mean the projectile, don't you?
User avatar
Anakin S.
Posts: 1067
Joined: Fri Nov 28, 2003 9:39 pm
Location: A long time ago in a galaxy far, far away...

Post by Anakin S. »

Yes, the projectile/puff actor.
skadoomer
Posts: 1026
Joined: Fri Sep 05, 2003 12:49 pm

Post by skadoomer »

is acs capible of relaying who damaged an entity, or is this impossible to integrate as well?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

With the current tid system it is impossible. You'd have to rewrite significant portions of it - including a means to get detailed actor information from a tid.
skadoomer
Posts: 1026
Joined: Fri Sep 05, 2003 12:49 pm

Post by skadoomer »

Graf Zahl wrote: including a means to get detailed actor information from a tid.
I figured nothing like that was integrated into the flow of damage passing. However, since this requires a rewrite of the current system, its too much work for a questionable amount of gain.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

That's the problem at the moment.
User avatar
pink
Posts: 14
Joined: Mon May 09, 2005 6:52 pm
Location: Canada
Contact:

Post by pink »

All good things come with time however. I know Zdoom is a 1 man (well, somewhat 2. Graf does a lot to) so it takes awhile to get anything done, and things requiring a lot of work rarely are done. So I just good job with what's implemented so far and it'd be great to get any of these good sounding features put in, if it's not too much work.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”