DeathHand

Moderator: GZDoom Developers

Post Reply
User avatar
XutaWoo
Posts: 4005
Joined: Sat Dec 30, 2006 4:25 pm
Location: beautiful hills of those who are friends
Contact:

DeathHand

Post by XutaWoo »

Code: Select all

actor DoomMarine : DoomPlayer
{
  deathhand.fire "ItBurns"
}

actor ItBurns : Weapon
{
  states
  {
  Ready:
   HBRN ABCB 4 bright
   loop
  }
}
I got this idea when I was browsing through Strife sprites. You know those weapon hands that are on fire? Well, I don't know where those come from, but why not a fuction that shows a weapon while doing a death? This would allow hands to show Frozen, Enflames, Disenigrating, and other kinds of spectacular deaths from the player's view, not someone else's.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

I can't imagine a worse way to implement this.
User avatar
Enjay
 
 
Posts: 26945
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

Is there any way of getting access to the "deathhands" from Strife in Doom?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

With custom states working and a functional Map class to handle dynamically sized data in actor classes it should now be possible to do a generic implementation of this.

I just have to find the time to do it - which is the hardest thing at the moment.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Post by DoomRater »

Oooh, a perfect PowerSlave weapon TC could be done in the same way, I would hope.
User avatar
Virtue
Posts: 919
Joined: Sun Nov 19, 2006 8:15 am
Location: Manchester UK

Post by Virtue »

i was thinking the same, Powerslave has POV death sprites
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”