Thread Tools Display Modes
11-21-10, 03:09 PM   #1
Gangbanger
A Defias Bandit
 
Gangbanger's Avatar
Join Date: Dec 2009
Posts: 3
FPS like Bloody screen

Is there any mod that splatters the screen with blood, like Bloody Screen, or gives it that red effect such as in Call of Duty, et cetera, when you're low on health or taking damage?

I know I found the old mod Bloody Screen that worked when you crit a target, but I was looking for something that maybe did the same when you were crit against, or just low on health.
  Reply With Quote
11-21-10, 03:11 PM   #2
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
That is a interesting mod there lol.
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
11-21-10, 03:31 PM   #3
sevti
An Aku'mai Servant
Join Date: Oct 2010
Posts: 36
Power Auras has the Gears of War graphics that would come up as you were damaged and killed, so you could set that up to show when you're at low health and such.

I don't know of a separate addon intended for this, though.
  Reply With Quote
11-21-10, 03:33 PM   #4
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
I don't think there is but it's not hard to make one.

I borrowed the textures from that addon you mentioned and made a funny "splatter" health addon quite some time back. Never released it or anything but I guess you could look at this.

You will need to open the .lua file and edit it yourself... I kind of went overboard with the number of "splats" before i just trashed it

Compare the commented sane HealthIntervals (6x) to currently insane active (100) lol


Edit: I might have messed up when I coded that so it might create a new texture every time.. I don't remember, make sure you do not use it as it is!

Also included an image now.. Yes... bit insane with 100x textures (one per percent)

Attached Files
File Type: zip v6_SplatterHealth.zip (117.9 KB, 803 views)
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 11-21-10 at 03:45 PM.
  Reply With Quote
11-21-10, 05:50 PM   #5
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
There was an addon on curse called BloodyScreen iirc a long time ago. Not sure if it's been updated.
__________________

Funtoo - Plan 9 - Windows 7
  Reply With Quote
11-21-10, 07:00 PM   #6
Gangbanger
A Defias Bandit
 
Gangbanger's Avatar
Join Date: Dec 2009
Posts: 3
Originally Posted by sevti View Post
Power Auras has the Gears of War graphics that would come up as you were damaged and killed, so you could set that up to show when you're at low health and such.

I don't know of a separate addon intended for this, though.
Did not think of that. Even a nice heartbeat sound for when really low, but just messing around with it for a bit I couldn't get them to not overlap. As in I could set the health thresholds but the graphics would then overlap each other and it didn't look smooth.

Originally Posted by v6o View Post
I borrowed the textures from that addon you mentioned and made a funny "splatter" health addon quite some time back. Never released it or anything but I guess you could look at this.

You will need to open the .lua file and edit it yourself... I kind of went overboard with the number of "splats" before i just trashed it

Also included an image now.. Yes... bit insane with 100x textures (one per percent)
Hah, that is an insane amount of blood. As for editing .lua though I'm clueless and lazy.

Originally Posted by Dreadlorde View Post
There was an addon on curse called BloodyScreen iirc a long time ago. Not sure if it's been updated.
Yes, that's the one I mentioned in my OP. I'd love something similar only the splattering of blood when the player was crit'd against, or received large amounts of damage, et cetera.


Oh well, just thought I'd throw it out here. Going to see if I can get the GoW images on Power Auras to work right. It's not something really needed, just after playing so many FPS games with it I've become more used to that then checking my healthbar no matter where it is. And I did like that bloodyscreen effect back when.
  Reply With Quote
11-21-10, 08:01 PM   #7
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Originally Posted by Gangbanger View Post
Hah, that is an insane amount of blood. As for editing .lua though I'm clueless and lazy.
I'm working on an improved version with slash command options to change the amount and toggle display.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
11-21-10, 09:24 PM   #8
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
I finished a rewritten version of the code v6o posted. The default is set at 50 splatters, this can be changed through slash commands and are saved between sessions. You can also toggle the display on and off, this is saved too. I added a random rotation to each splatter to help make each one look more unique.

Type /splat for a message on how to use the slash commands.
SplatterHealth Usage:
/splatterhealth <options>
/splatter <options>
/splat <options>

set [number] - Set splatter count to [number].
test - Toggle test mode.
toggle - Toggles display of splatters.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 11-22-10 at 03:06 AM.
  Reply With Quote
11-21-10, 11:30 PM   #9
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
I wonder what this addon does to WoW's ESRB ratings
  Reply With Quote
11-21-10, 11:57 PM   #10
Gangbanger
A Defias Bandit
 
Gangbanger's Avatar
Join Date: Dec 2009
Posts: 3
Originally Posted by SDPhantom View Post
I finished a rewritten version of the code v6o posted. The default is set at 50 splatters, this can be changed through slash commands and are saved between sessions. You can also toggle the display on and off, this is saved too. I added a random rotation to each splatter to help make each one look more unique.

Type /splat for a message on how to use the slash commands.

Awesome man, thanks.

Is it possible to only have it start after a certain threshold, such as 50%-75% or so perhaps?

Last edited by Gangbanger : 11-22-10 at 12:00 AM.
  Reply With Quote
11-22-10, 03:05 AM   #11
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Originally Posted by Dridzt View Post
I wonder what this addon does to WoW's ESRB ratings
"Game Experience May Change During Online Play"

Originally Posted by Gangbanger View Post
Is it possible to only have it start after a certain threshold, such as 50%-75% or so perhaps?
Sure, new version posted here. Default threshold is at 75%, this can be changed through the slash command system.

Slash options changed:
SplatterHealth Usage:
/splatterhealth <options>
/splatter <options>
/splat <options>

set count [number] - Set splatter count to [number].
set threshold [number] - Set display threshold to [number] percent. (1-100)
test - Toggle test mode.
toggle - Toggles display of splatters.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 09-23-12 at 04:27 PM.
  Reply With Quote
11-22-10, 03:40 AM   #12
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Dridzt View Post
I wonder what this addon does to WoW's ESRB ratings
* mumbles something about AO (18+) addons *
  Reply With Quote
11-22-10, 04:53 PM   #13
Xubera
A Cobalt Mageweaver
 
Xubera's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 207
Originally Posted by Ketho View Post
* mumbles something about AO (18+) addons *
I may have tried making a addon that made a bloodelf be the model... but the player model doesnt have a dancing sequence from what i could tell >.>
__________________
Chat Consolidate is the solution to any out of control trade chat. Ignore lines, throttle chat, consolidate posts!Follow the link to find out how!

▲ ▲ WoWInterface wont let me triforce >.>
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » FPS like Bloody screen

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off