Project

General

Profile

Feature #1300

Differentiating variants of monster attacks

Added by danij over 20 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Enhancement
Target version:
-
Start date:
2003-10-05
% Done:

100%


Description

Currently monsters use the same states in both of thier
attacks. While this wasn't previously problem now it is
impossible to create effects that are only used when a
monster uses a certain attack.

Also a similar problem exists with Spectre. I would be
usefull if the Spectre was completely seperate from the
Demon rather than using a selector.

Labels: Game Objects


Related issues

Related to Feature #1616: Selector for spritesNew2013-10-21

Related to Feature #1244: Scripting in model definitions (e.g., dependent on player health)Closed2003-07-20

Related to Feature #1617: Scoped definitions and variablesNew2013-10-21

History

#1 Updated by chilvence over 20 years ago

Logged In: YES
user_id=675595

Sorry if I'm suggesting something that you have already
tried, but can you not create the new states just by copying
them from the originals and loading them after objects.ded
has been parsed?

I did do a couple of new states in my soldier model to kick
down some animation problems, and that worked fine, so it
might be worth a try. The only thing that you will be doing
that I havent done is redefining the close attack state in
the actual thing definition. Sorry I would try it myself,
but I finished a long day and all I can gather the energy to
do is browse these RFE's... and its doubtless that I will
have totally forgotten about it by the morning.

#2 Updated by skyjake over 20 years ago

Logged In: YES
user_id=717323

For some monsters editing Objects.ded may be enough, but
there are others whose states are directly referenced in
the code. It's certainly possible to separate them all, but
the process is somewhat tedious and one must be careful not
to break any old code that assumes non-obvious
relationships between the state/thing IDs of various
objects.

#3 Updated by danij about 20 years ago

Logged In: YES
user_id=849456

That is exactly why I listed it as an RFE. Any changes should
be made to jDoom so as to not cause potential problems in
multiplayer with people using incompatible deds.

#4 Updated by skyjake over 10 years ago

  • Subject changed from Seperate shared attack states with monsters with 2 attacks to Differentiating variants of monster attacks

#5 Updated by skyjake over 4 years ago

  • Category set to Enhancement
  • Status changed from New to Closed
  • Assignee set to skyjake
  • % Done changed from 0 to 100

In the new model renderer, object animation is scriptable and independent of mobj states, so this should not be an issue any more.

Also available in: Atom PDF