He did create a request thread, actually.Captain J wrote:Also you may Request here instead next time!
[SPRITES] Spriting Carnival!!
-
Blue Shadow
- Posts: 5046
- Joined: Sun Nov 14, 2010 12:59 am
Re: [SPRITES] Spriting Carnival!!
-
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!!
Thanks!Kinsie wrote:Here ya go.MartinHowe wrote:If anyone knows of a PE death sound without a lost soul shriek at the end, please can they let me know?
Thanks! I did post in Requests in the end and Kinsie replied there as well.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!
-
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!!
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!
-
Enjay
-

- Posts: 27490
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: [SPRITES] Spriting Carnival!!
I like that PE edit. Simple but effective.
-
Stopsignal
- Posts: 150
- Joined: Tue Apr 21, 2015 11:51 am
Re: [SPRITES] Spriting Carnival!!

spriting some mimic-esque horror thingie
-
DenisBelmondo
- Posts: 381
- Joined: Fri Jun 06, 2008 6:26 pm
- Location: Two-Key Return
Re: [SPRITES] Spriting Carnival!!
oh my GOD that's fucking awesome
-
Nash
-

- Posts: 17511
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: [SPRITES] Spriting Carnival!!
That's disgusting. I love it. MORE!Stopsignal wrote:
spriting some mimic-esque horror thingie
-
SamVision
- Posts: 2425
- Joined: Tue Apr 13, 2010 4:47 pm
- Location: Behind You
Re: [SPRITES] Spriting Carnival!!
Wow, now id love to see something like this for objects you actually want to approach like a soul sphere.
-
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!!
Glad you're still working on some custom animations. It's been a while.
EDIT:Want some? Get some!!
Original model by kutejnikov from Sketchfab!
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.
-
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!!
ThanksEnjay wrote:I like that PE edit. Simple but effective.
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
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."
}
Last edited by MartinHowe on Fri Sep 27, 2019 1:23 am, edited 1 time in total.
-
LossForWords
- Posts: 704
- Joined: Fri Jan 13, 2017 9:08 pm
Re: [SPRITES] Spriting Carnival!!
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!!
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!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.
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.
-
Stopsignal
- Posts: 150
- Joined: Tue Apr 21, 2015 11:51 am
Re: [SPRITES] Spriting Carnival!!
thanks y'all! I'll try to make rotation sprites when I got time
-
HMNuke93
- Posts: 64
- Joined: Sun Apr 21, 2013 4:05 am
- Location: Deadside, Marrow Gates
-
Vegeta(dw)
- Posts: 366
- Joined: Fri May 09, 2008 10:23 am
Re: [SPRITES] Spriting Carnival!!
That's amazing!
