Page 1 of 2

How does blood work?

Posted: Sun Jun 09, 2013 3:11 pm
by MG_Man
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.

Re: How does blood work?

Posted: Sun Jun 09, 2013 3:23 pm
by MarlboroMike2100
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?

Posted: Sun Jun 09, 2013 4:25 pm
by Mikk-
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).
What on earth are you talking about?

Re: How does blood work?

Posted: Sun Jun 09, 2013 4:30 pm
by MarlboroMike2100
Well, not sure if he ment blood splatter pattetns. Its one way to study and get a general ideal etc.

Re: How does blood work?

Posted: Sun Jun 09, 2013 9:09 pm
by Crudux Cruo
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? :D

Re: How does blood work?

Posted: Sun Jun 09, 2013 9:51 pm
by NeuralStunner
MG_Man wrote:It seems to pick one of the first three frames depending on how much damage is done.
That's precisely it.
MG_Man wrote:Does it store anything in pointers, like the monster it came from as target or the shooter as target or anything?
Yes, it can since this feature was added.

Re: How does blood work?

Posted: Mon Jun 10, 2013 5:15 am
by MG_Man
Cool. Do you know what the damage thresholds for each of the three states are?

Re: How does blood work?

Posted: Mon Jun 10, 2013 7:23 am
by edward850
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.

Re: How does blood work?

Posted: Mon Jun 10, 2013 8:50 am
by Graf Zahl
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?

Posted: Mon Jun 10, 2013 11:07 am
by DoomerMrT
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!
The guy is a bot.

Re: How does blood work?

Posted: Mon Jun 10, 2013 11:23 am
by Ethril
DoomerMrT wrote:The guy is a bot.
I don't think so.

Re: How does blood work?

Posted: Mon Jun 10, 2013 1:25 pm
by DoomerMrT
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?

Posted: Mon Jun 10, 2013 1:32 pm
by Enjay
DoomerMrT wrote:always about meat, cooking or health stuff
Really? I'm not seeing anything particularly suspicious. For a bot, he's also done some interesting sprites too.

Re: How does blood work?

Posted: Tue Jun 11, 2013 10:37 am
by MG_Man
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.
Is the Spray functionality Strife-only or can it work in any game where the state exists?

Also, I added the info to the wiki page. Documentation is good.

Re: How does blood work?

Posted: Tue Jun 11, 2013 7:06 pm
by edward850
MG_Man wrote:Is the Spray functionality Strife-only or can it work in any game where the state exists?
Strife only.