How does blood work?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
How does blood work?
It seems to pick one of the first three frames depending on how much damage is done. This is all I can say about it from guessing because there's no documentation about it whatsoever.
Does anyone have more info? It would be nice if it was added to the Blood page for clarification.
Other questions: Does it store anything in pointers, like the monster it came from as target or the shooter as target or anything? I'm trying to get blood to fly away from the monster it came from but all the blood actors always face east so it doesn't work very well.
Does anyone have more info? It would be nice if it was added to the Blood page for clarification.
Other questions: Does it store anything in pointers, like the monster it came from as target or the shooter as target or anything? I'm trying to get blood to fly away from the monster it came from but all the blood actors always face east so it doesn't work very well.
Last edited by MG_Man on Sun Jun 09, 2013 3:23 pm, edited 1 time in total.
- MarlboroMike2100
- Posts: 145
- Joined: Sun May 22, 2011 4:55 am
- Location: Somewheres in PA.
Re: How does blood work?
Sounds stupid but food dye and water. That or try to find a local butcher, splash at the bash/slash or shot at cardboard or plastic/wax paper board(easy to get at wal mart).
Re: How does blood work?
What on earth are you talking about?MarlboroMike2100 wrote:Sounds stupid but food dye and water. That or try to find a local butcher, splash at the bash/slash or shot at cardboard or plastic/wax paper board(easy to get at wal mart).
- MarlboroMike2100
- Posts: 145
- Joined: Sun May 22, 2011 4:55 am
- Location: Somewheres in PA.
Re: How does blood work?
Well, not sure if he ment blood splatter pattetns. Its one way to study and get a general ideal etc.
- Crudux Cruo
- Posts: 1171
- Joined: Mon Apr 10, 2006 8:43 pm
- Location: California
Re: How does blood work?
Well, pretty simple actually. when a monster is shot, 1 of 3 gore sprites are chosen. the sprite then falls to the ground, goes to the smallest state after about 12 ticks, then disappears. like real life, right? 

- 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: How does blood work?
That's precisely it.MG_Man wrote:It seems to pick one of the first three frames depending on how much damage is done.
Yes, it can since this feature was added.MG_Man wrote:Does it store anything in pointers, like the monster it came from as target or the shooter as target or anything?
Re: How does blood work?
Cool. Do you know what the damage thresholds for each of the three states are?
Re: How does blood work?
For Doom, Chex and Strife, noting that "damage" is final damage dealt after multipliers:
- If the game is Strife, and damage is greater then 13, it shifts to the Spray state (if it exists), otherwise it adds 2 to the damage check for the next 2 checks.
- If Damage is between 9 to 12 (inclusive), it advances 1 state.
- If Damage is less then 9, it advances 2 states.
- If none of the above conditions are met, it doesn't advance the state.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: How does blood work?
MarlboroMike2100 wrote:Well, not sure if he ment blood splatter pattetns. Its one way to study and get a general ideal etc.
Hint: If you got no clue what someone is talking about, better keep quiet!
Re: How does blood work?
The guy is a bot.Graf Zahl wrote:MarlboroMike2100 wrote:Well, not sure if he ment blood splatter pattetns. Its one way to study and get a general ideal etc.
Hint: If you got no clue what someone is talking about, better keep quiet!
Re: How does blood work?
I don't think so.DoomerMrT wrote:The guy is a bot.
Re: How does blood work?
Look at his posts, its always about meat, cooking or health stuff. Sometimes 'he' tailors some appropriate words in his sentence.
Re: How does blood work?
Really? I'm not seeing anything particularly suspicious. For a bot, he's also done some interesting sprites too.DoomerMrT wrote:always about meat, cooking or health stuff
Re: How does blood work?
Is the Spray functionality Strife-only or can it work in any game where the state exists?edward850 wrote:
- If the game is Strife, and damage is greater then 13, it shifts to the Spray state (if it exists), otherwise it adds 2 to the damage check for the next 2 checks.
Also, I added the info to the wiki page. Documentation is good.
Re: How does blood work?
Strife only.MG_Man wrote:Is the Spray functionality Strife-only or can it work in any game where the state exists?