(Resources)The works of David G

Sprites, textures, sounds, code, and other resources belong here. Share and share-alike!
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
  • Is the resource ENTIRELY my own work?
  • If no to the previous one, do I have permission from the original author?
  • If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
If you answered no to all three, maybe you should consider taking your stuff somewhere other than the Resources forum.

Consult the Resource/Request Posting Guidelines for more information.

Please don't put requests here! They have their own forum --> here. Thank you!
User avatar
Vader
Posts: 4241
Joined: Fri Jul 30, 2004 4:00 am
Location: Germany

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by Vader »

Nice work on the Caco alt-death, but IMO it looks a little too symetrical in the last frame, plus the horns on the demons back are looking really strange in that frame...
I'd just use the horns from the previous images instead!
ItsNatureToDie
Posts: 222
Joined: Tue Jun 23, 2009 1:59 am

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by ItsNatureToDie »

Vader wrote:Nice work on the Caco alt-death, but IMO it looks a little too symmetrical in the last frame, plus the horns on the demons back are looking really strange in that frame...
I'd just use the horns from the previous images instead!
I was trying to make the horns on the back sink forward as the top of the caco bled. that was the best i could do for that otherwise took another crack at the horns here it is.
You do not have the required permissions to view the files attached to this post.
User avatar
Blaskowitz
Posts: 316
Joined: Mon Dec 21, 2009 10:15 pm
Location: On planet Char

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by Blaskowitz »

pretty cool man. :)
User avatar
Xaser
 
 
Posts: 10773
Joined: Sun Jul 20, 2003 12:15 pm

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by Xaser »

Hey, when did that Illucia edit sneak in? It wasn't there last time I saw that post... :P

I don't suppose you'd be brave enough to edit the entire skin to bring her to normal proportions, would you? I know, big task (enough so that I gave up after one feeble attempt), but it would be awesome to finally have a correctly-proportioned female character sprite to work with. A long shot, but still a worthwhile one. ;)
User avatar
Mikk-
Posts: 2274
Joined: Tue Jun 30, 2009 1:31 pm

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by Mikk- »

That alt caco death looks appropriate for a slash like from a sword
ItsNatureToDie
Posts: 222
Joined: Tue Jun 23, 2009 1:59 am

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by ItsNatureToDie »

@Xaser: what wrong with the one eraince did?

Anyways i was screwing around with the mancubus, by coping one side of it to the other, and to show how this half ass tactic can go a long way.
You do not have the required permissions to view the files attached to this post.
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by NeuralStunner »

That's "less gruesome"? (I suppose so, in a "being hit with a 9-pound hammer hurts less than being hit with a 12-pound one" way. :P )
ItsNatureToDie
Posts: 222
Joined: Tue Jun 23, 2009 1:59 am

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by ItsNatureToDie »

Been busy with life(JoeyTD effect has settled in) so last post on the satyr gibbage for the other 3(4) sucks ass.
You do not have the required permissions to view the files attached to this post.
User avatar
ZDG
Posts: 918
Joined: Sat Jan 02, 2010 12:01 pm
Location: in SlumpEd

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by ZDG »

Does anyone have a WAD with all of ItsNatureToDie doom monsters Alt/Xdeaths? I would really like to implement them in TWSS.
Ps: Only the orginal DOOM2 monsters, not the custom ones.
User avatar
Akira_98
Posts: 213
Joined: Sun Jun 27, 2010 2:45 pm
Location: AC District 7

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by Akira_98 »

ZDG wrote:Does anyone have a WAD with all of ItsNatureToDie doom monsters Alt/Xdeaths? I would really like to implement them in TWSS.
Ps: Only the orginal DOOM2 monsters, not the custom ones.
This could probably be easy to do yourself with A_JUMP. Like this:

Code: Select all

actor INTD_DoomImp : DoomImp Replaces DoomImp
{
  states
  {
  Death:
    TNT1 A 0 A_Jump(64,"AltDeath1")
    TNT1 A 0 A_Jump(64,"AltDeath2")
    TNT1 A 0 A_Jump(64,"AltDeath3")
    TROO I 8
    TROO J 8 A_Scream
    TROO K 6
    TROO L 6 A_NoBlocking
    TROO M -1
    stop
  AltDeath1:
    <INSERT CODE HERE>
  AltDeath2:
    <INSERT CODE HERE>
  AltDeath3:
    <INSERT CODE HERE>
  }
}

It's untested (done little DECORATE myself) and assumes the monster has 4 death animations, including the default, and no new XDeath. The only reason I haven't done it myself is I don't want to cut all the sprites out, I'm too lazy. 8-)
User avatar
ZDG
Posts: 918
Joined: Sat Jan 02, 2010 12:01 pm
Location: in SlumpEd

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by ZDG »

Nah, i dindn't asked for the code (of course i can do that myself),
i asked if anyone had all the Doom2 monsters altd/x death sprites so i can code them for TWSS.
User avatar
ravage
Posts: 293
Joined: Wed Sep 03, 2003 9:30 pm
Preferred Pronouns: They/Them

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by ravage »

ZDG wrote:Nah, i dindn't asked for the code (of course i can do that myself),
i asked if anyone had all the Doom2 monsters altd/x death sprites so i can code them for TWSS.
Probably not since he's still in the process of making them.
User avatar
Blaskowitz
Posts: 316
Joined: Mon Dec 21, 2009 10:15 pm
Location: On planet Char

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by Blaskowitz »

Hey INTD can you do a little favor for me? can you make a strifeguy death just like the marines death?
ItsNatureToDie
Posts: 222
Joined: Tue Jun 23, 2009 1:59 am

Re: Project Malbogia: the works of David G (ItsNatureToDie)

Post by ItsNatureToDie »

ZDG wrote:Does anyone have a WAD with all of ItsNatureToDie doom monsters Alt/Xdeaths? I would really like to implement them in TWSS.
Ps: Only the orginal DOOM2 monsters, not the custom ones.
I know i am chiming in late on this but if any likes i can throw together a first edition(as in sprites i have made that do not suck ass) were it is just sprites alone and anyone can do what they want with them coding wise, which i can have up by tomorrow at best. Just a thought otherwise(unless someone has beaten me to that already).
You do not have the required permissions to view the files attached to this post.
User avatar
Blaskowitz
Posts: 316
Joined: Mon Dec 21, 2009 10:15 pm
Location: On planet Char

Re: (Resources)The works of David G

Post by Blaskowitz »

INTD can you do a strifeguy forard death like the marine death does. thanks. :|

Return to “Resources”