[SPRITES] Spriting Carnival!!

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Blue Shadow
Posts: 5046
Joined: Sun Nov 14, 2010 12:59 am

Re: [SPRITES] Spriting Carnival!!

Post by Blue Shadow »

Captain J wrote:Also you may Request here instead next time!
He did create a request thread, actually.
User avatar
MartinHowe
Posts: 2103
Joined: Mon Aug 11, 2003 1:50 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Linux Mint
Graphics Processor: nVidia with Vulkan support
Location: East Suffolk (UK)

Re: [SPRITES] Spriting Carnival!!

Post by MartinHowe »

Kinsie wrote:
MartinHowe wrote:If anyone knows of a PE death sound without a lost soul shriek at the end, please can they let me know?
Here ya go.
Thanks!
Captain J wrote:And here's the Optional HD Sound if you're interested in audio enhancements. It's from my Hell-Forged sound addon!

Also you may Request here instead next time!
Thanks! I did post in Requests in the end and Kinsie replied there as well.
User avatar
Captain J
 
 
Posts: 16891
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)

Re: [SPRITES] Spriting Carnival!!

Post by Captain J »

Is that so? I see! I really need to look request section carefully because it seems the resource request thread i linked before does the job and yet is mostly reliable. But glad i could help ya!
User avatar
Enjay
 
 
Posts: 27490
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: [SPRITES] Spriting Carnival!!

Post by Enjay »

I like that PE edit. Simple but effective.
User avatar
Stopsignal
Posts: 150
Joined: Tue Apr 21, 2015 11:51 am

Re: [SPRITES] Spriting Carnival!!

Post by Stopsignal »

Image

spriting some mimic-esque horror thingie
User avatar
DenisBelmondo
Posts: 381
Joined: Fri Jun 06, 2008 6:26 pm
Location: Two-Key Return

Re: [SPRITES] Spriting Carnival!!

Post by DenisBelmondo »

oh my GOD that's fucking awesome
User avatar
Nash
 
 
Posts: 17511
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Re: [SPRITES] Spriting Carnival!!

Post by Nash »

Stopsignal wrote:Image

spriting some mimic-esque horror thingie
That's disgusting. I love it. MORE!
User avatar
SamVision
Posts: 2425
Joined: Tue Apr 13, 2010 4:47 pm
Location: Behind You

Re: [SPRITES] Spriting Carnival!!

Post by SamVision »

Wow, now id love to see something like this for objects you actually want to approach like a soul sphere.
User avatar
Captain J
 
 
Posts: 16891
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)

Re: [SPRITES] Spriting Carnival!!

Post by Captain J »

Glad you're still working on some custom animations. It's been a while.
STKR Squad Support Weapon.png
EDIT:Want some? Get some!!

Original model by kutejnikov from Sketchfab!
You do not have the required permissions to view the files attached to this post.
Last edited by Captain J on Wed Oct 02, 2019 6:25 am, edited 1 time in total.
User avatar
MartinHowe
Posts: 2103
Joined: Mon Aug 11, 2003 1:50 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Linux Mint
Graphics Processor: nVidia with Vulkan support
Location: East Suffolk (UK)

Re: [SPRITES] Spriting Carnival!!

Post by MartinHowe »

Enjay wrote:I like that PE edit. Simple but effective.
Thanks :) I'm now working on the death explosion sprites to be lost-soul-free (tm), but that will I fear take longer. Oh well, onwards!

This is the code (edited to be generic). All I did was turn the PE into a "Super Cacodemon". More health, more destructive fireball, but otherwise the same. It still needs replacement "BAL" sprites for the fireball. The sounds "pain/attack" and "pain/shotx" refer the corresponding caco sounds and "pain/melee" refers the demon attack sound. I also modded the cacodemon to have the bite sound, too. Both use "smote" rather than "smitten", as both are valid past tenses of "smite", but in the UK, "smitten" is normally used as a romantic attraction word, which seems too confusing. (Note to self, check Spriting Apocalypse every week now I've written this :p :p)

Code: Select all

ACTOR PainElementalBall : CacodemonBall
{
	Speed 15
	FastSpeed 30
	Damage 10
	SeeSound "pain/attack"
	DeathSound "pain/shotx"
	States
	{
	Spawn:
		BAL2 AB 4 Bright // Sprite change?
		Loop
	Death:
		BAL2 CDE 6 Bright // Sprite change?
		Stop
	}
}

ACTOR PainElementalEx : PainElemental replaces PainElemental
{
	Health 600
	Obituary "%o was smote by a pain elemental."
	HitObituary "%o got too close to a pain elemental."
	States
	{
	Missile:
		PAIN DE 5 A_FaceTarget
		PAIN F 5 Bright A_CustomComboAttack("PainElementalBall", 32, 15 * random(1, 6), "pain/melee")
		Goto See
	Death:
		PAIN H 8 Bright
		PAIN I 8 Bright A_Scream
		PAIN JK 8 Bright
		PAIN L 8 Bright A_Fall
		PAIN M 8 Bright
		Stop
	}
}

ACTOR StealthPainElemental : PainElementalEx
{
	+STEALTH
	RenderStyle Translucent
	Alpha 0
	Obituary "%o thought %g saw a pain elemental."
}
EDIT: Original post now has death sprites for no lost souls!
Last edited by MartinHowe on Fri Sep 27, 2019 1:23 am, edited 1 time in total.
User avatar
LossForWords
Posts: 704
Joined: Fri Jan 13, 2017 9:08 pm

Re: [SPRITES] Spriting Carnival!!

Post by LossForWords »

why, yeas, i have watched the new jontron video on goop.
You do not have the required permissions to view the files attached to this post.
Faceman2000
Posts: 26
Joined: Sun Sep 09, 2018 4:30 pm

Re: [SPRITES] Spriting Carnival!!

Post by Faceman2000 »

MartinHowe wrote:PE attack frames for shooting a fireball instead of spawning a lost soul.
Uses recoloured caco mouth parts.
Made for a small part of a small project I am working on.
Feel free to use as long as you credit me.
PAIN.png
If anyone knows of a PE death sound without a lost soul shriek at the end, please can they let me know?
I am sure somebody posted one years ago but have no idea where it might have gone by now.
If you're interested, I made a modified set of Pain Elemental sprites to remove the constant orange glow from its mouth and added a custom set of melee sprites. I could send them your way if you think they'd be helpful!
User avatar
Stopsignal
Posts: 150
Joined: Tue Apr 21, 2015 11:51 am

Re: [SPRITES] Spriting Carnival!!

Post by Stopsignal »

thanks y'all! I'll try to make rotation sprites when I got time
User avatar
HMNuke93
Posts: 64
Joined: Sun Apr 21, 2013 4:05 am
Location: Deadside, Marrow Gates

Re: [SPRITES] Spriting Carnival!!

Post by HMNuke93 »


quick concept...really want to complete it
User avatar
Vegeta(dw)
Posts: 366
Joined: Fri May 09, 2008 10:23 am

Re: [SPRITES] Spriting Carnival!!

Post by Vegeta(dw) »

That's amazing!

Return to “General”