A_SpawnParticle Enhancements (Decorate Only)

Moderator: GZDoom Developers

Post Reply
User avatar
Major Cooke
Posts: 8208
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: GZBoomer Town
Contact:

A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

Pull Request

Adds flags (relativity and fullbright flags) and an angle parameter. Because of relativity to the calling actor, this is DECORATE only.

- SPF_FULLBRIGHT makes the particle full bright.
- SPF_RELATIVE: Macro. Combines the following flags.
- SPF_RELPOS: Position is relative to angle.
- SPF_RELVEL: Velocity is relative to angle.
- SPF_RELACCEL: Acceleration is relative to angle.
- SPF_RELANG: Add caller's angle to angle parameter for relativity.
Attachments
test.pk3
Right click upon loading.
(7.54 KiB) Downloaded 115 times
User avatar
Hellser
Global Moderator
Posts: 2770
Joined: Sun Jun 25, 2006 4:43 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Citadel Station

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Hellser »

It just came out. Let it simmer for a few hours. :laff:

But in seriousness, good suggestions.
User avatar
Major Cooke
Posts: 8208
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: GZBoomer Town
Contact:

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

It HAS been simmering for a few hours. :P

Also, if you're wondering why: Try running A_SpawnItemEx all the time with almost all of the absolute flags on all the damn time.
Gez
 
 
Posts: 17938
Joined: Fri Jul 06, 2007 3:22 pm

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Gez »

Can you move color to first position while you're at it?
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by NeuralStunner »

Gez wrote:Can you move color to first position while you're at it?
I'll second this. It's the most important parameter and useful enough on its own, I'll bet.
User avatar
Major Cooke
Posts: 8208
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: GZBoomer Town
Contact:

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

Gez wrote:Can you move color to first position while you're at it?
If the devs let me. In fact, I will happily reorganize angle too.

Graf? Blzut3? Randi (dare I assume you even watch these)? What do you guys say?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49225
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Graf Zahl »

Feel free to do it. I'm off to bed now.
User avatar
Major Cooke
Posts: 8208
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: GZBoomer Town
Contact:

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

Post Reply

Return to “Closed Feature Suggestions [GZDoom]”