#  ![](https://www.realm667.com/media/kunena/topic_icons/realm667_repo/user/rep_approved.png) \[SUBMISSION\]Damaging Effects\[UP-TO-DATE\]

##

- **Blue Shadow**
- ![Blue Shadow's Avatar](https://www.realm667.com/media/kunena/core/svg/person.svg)
- Administrator
- ![Administrator](https://www.realm667.com/media/kunena/ranks/rank_20_barrel.png)

 Less More- Posts: 1131
-
-
-

   9 years 8 months ago [\#5212](#5212) by Blue Shadow  Replied by *Blue Shadow* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5212 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 For whatever effect the sector has, you mean? No, there isn't.

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **BadMojo**
- ![BadMojo's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar6827.gif)
- Wicked
- ![Wicked](https://www.realm667.com/media/kunena/ranks/rank_81_wicked.png)

 Less More- Posts: 224
-
-
-
-

   9 years 8 months ago [\#5213](#5213) by BadMojo  Replied by *BadMojo* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5213 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

> Blue Shadow wrote: For whatever effect the sector has, you mean? No, there isn't.

Bummer, well thanks for saving me from wasted effort ![:)](https://www.realm667.com/media/kunena/emoticons/cacsmi.gif ":)")

@CaptainManiac
Here's an update, I've removed the documentation from the wad, and instead included it in the zip along side the wad and called it "README.TXT", I feel that it would serve a better purpose there as most people might not open the wad in slade to see the documentation. Ive also rewritten it, its a bit more to the traditional style.

Ive changed the name of the wad to DAMAGEFX.wad, and have used "Damage Effects" for the title of the project in the INFO and README files. It's short and sweet, and rolls off the tongue better than the original name... Id suggest changing the topic title to "[SUBMISSION] Damage Effects" to avoid confusion with this.

The INFO and CREDITS lumps were tweaked a little for final submission... Feel free to just use this link for the original post, everything is organized and ready to go:

https://www.dropbox.com/s/c8kfbi5dthpznaw/DAMAGEFX.zip?dl=0

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **CaptainManiac**
- ![CaptainManiac's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar4791.png) Topic Author
- Cacodemon
- ![Cacodemon](https://www.realm667.com/media/kunena/ranks/rank_8_caco.png)

 Less More- Posts: 103
-
-
-
-

   9 years 8 months ago [\#5214](#5214) by CaptainManiac  Replied by *CaptainManiac* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5214 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 Can you list me the changelog and the new features?I wll only upload the latest update.Also,thank you for editing the documentation

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **BadMojo**
- ![BadMojo's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar6827.gif)
- Wicked
- ![Wicked](https://www.realm667.com/media/kunena/ranks/rank_81_wicked.png)

 Less More- Posts: 224
-
-
-
-

   9 years 8 months ago [\#5215](#5215) by BadMojo  Replied by *BadMojo* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5215 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 Nothing else has changed since version 3.2, refer to that post for a changelog... theres no need to list changes done to the documentation, thats just for submission purposes.

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **CaptainManiac**
- ![CaptainManiac's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar4791.png) Topic Author
- Cacodemon
- ![Cacodemon](https://www.realm667.com/media/kunena/ranks/rank_8_caco.png)

 Less More- Posts: 103
-
-
-
-

   9 years 8 months ago [\#5218](#5218) by CaptainManiac  Replied by *CaptainManiac* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5218 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 I have an idea to ease the use by making menus for changing the parameters of the effect.What do you think about this?

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **BadMojo**
- ![BadMojo's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar6827.gif)
- Wicked
- ![Wicked](https://www.realm667.com/media/kunena/ranks/rank_81_wicked.png)

 Less More- Posts: 224
-
-
-
-

   9 years 8 months ago [\#5219](#5219) by BadMojo  Replied by *BadMojo* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5219 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

> CaptainManiac wrote: I have an idea to ease the use by making menus for changing the parameters of the effect.What do you think about this?

That sounds like a plan man ![:)](https://www.realm667.com/media/kunena/emoticons/cacsmi.gif ":)")

Have you got any code down for that yet?

What sort of menu are we talking here, a simple "print message on screen" with a custom or vanilla font OR a graphic driven menu like the way doom does its main menu?

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **CaptainManiac**
- ![CaptainManiac's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar4791.png) Topic Author
- Cacodemon
- ![Cacodemon](https://www.realm667.com/media/kunena/ranks/rank_8_caco.png)

 Less More- Posts: 103
-
-
-
-

   9 years 8 months ago [\#5220](#5220) by CaptainManiac  Replied by *CaptainManiac* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5220 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 I am trying to make a list menu with options for CVARS.
Options are the selectable stuff and the hints are used as static texts
Here is a code of it: Code:

OptionMenu "OptionsMenu" { Title "$OPTMNU_TITLE" Submenu "Damage Effects Settings", "DMGFXMenu" Submenu "$OPTMNU_CONTROLS", "CustomizeControls" Submenu "$OPTMNU_MOUSE", "MouseOptions" Submenu "$OPTMNU_JOYSTICK", "JoystickOptions" StaticText " " Submenu "$OPTMNU_PLAYER", "PlayerMenu" Submenu "$OPTMNU_GAMEPLAY", "GameplayOptions" Submenu "$OPTMNU_COMPATIBILITY", "CompatibilityOptions" Submenu "$OPTMNU_AUTOMAP", "AutomapOptions" Submenu "$OPTMNU_HUD", "HUDOptions" Submenu "$OPTMNU_MISCELLANEOUS", "MiscOptions" Submenu "$OPTMNU_NETWORK", "NetworkOptions" Submenu "$OPTMNU_SOUND", "SoundOptions" Submenu "$OPTMNU_DISPLAY", "VideoOptions" Submenu "$OPTMNU_VIDEO", "VideoModeMenu" StaticText " " SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults" SafeCommand "$OPTMNU_RESETTOSAVED", "reset2saved" Command "$OPTMNU_CONSOLE", "menuconsole" } ListMenu "DMGFXMenu" { Title "Damage Effects Settings" Linespacing 10 StaticText " " StaticText "Use these options to adjust the Damage effects" StaticText " " Linespacing 5 Option "Screen Fade:","fd_enable","OnOff" StaticText " " StaticText "The Death Splatters will not work\nif Blood Splatters are turned Off!" StaticText " " Option "On-Screen Blood Splatters:","bs_enable","OnOff" Option "On-Screen Death Splatters:","ds_enable","OnOff" Slider "Death Splatters Amount:","ds_amount" }

Yes,i have modified the options menu to add the Damage Screen Effects Settings menu on top.It is unfinished right now.

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **CaptainManiac**
- ![CaptainManiac's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar4791.png) Topic Author
- Cacodemon
- ![Cacodemon](https://www.realm667.com/media/kunena/ranks/rank_8_caco.png)

 Less More- Posts: 103
-
-
-
-

   9 years 8 months ago [\#5221](#5221) by CaptainManiac  Replied by *CaptainManiac* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5221 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 Now that is how it is needed to be like Code:

OptionMenu "OptionsMenu" { Title "$OPTMNU_TITLE" Submenu "Damage Effects Settings", "DMGFXMenu" Submenu "$OPTMNU_CONTROLS", "CustomizeControls" Submenu "$OPTMNU_MOUSE", "MouseOptions" Submenu "$OPTMNU_JOYSTICK", "JoystickOptions" StaticText " " Submenu "$OPTMNU_PLAYER", "PlayerMenu" Submenu "$OPTMNU_GAMEPLAY", "GameplayOptions" Submenu "$OPTMNU_COMPATIBILITY", "CompatibilityOptions" Submenu "$OPTMNU_AUTOMAP", "AutomapOptions" Submenu "$OPTMNU_HUD", "HUDOptions" Submenu "$OPTMNU_MISCELLANEOUS", "MiscOptions" Submenu "$OPTMNU_NETWORK", "NetworkOptions" Submenu "$OPTMNU_SOUND", "SoundOptions" Submenu "$OPTMNU_DISPLAY", "VideoOptions" Submenu "$OPTMNU_VIDEO", "VideoModeMenu" StaticText " " SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults" SafeCommand "$OPTMNU_RESETTOSAVED", "reset2saved" Command "$OPTMNU_CONSOLE", "menuconsole" } ListMenu "DMGFXMenu" { Title "Damage Effects Settings" Linespacing 10 StaticText " " StaticText "Use these options to adjust the Damage effects" StaticText " " Linespacing 5 Option "Screen Fade:","fd_enable","OnOff" StaticText " " StaticText "The Death Splatters will not work\nif Blood Splatters are turned Off!" StaticText " " Option "On-Screen Blood Splatters:","bs_enable","OnOff" Option "On-Screen Death Splatters:","ds_enable","OnOff" Slider "Death Splatters Amount:","ds_amount",0,40,5 StaticText " " StaticText "The Development mode of the Blood splatter effect shows\nyou the last damage\n influcted on you.\nDo you want to activate it?" StaticText " " Option "Blood Splatters development mode:","bs_devmode","OnOff" }

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **BadMojo**
- ![BadMojo's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar6827.gif)
- Wicked
- ![Wicked](https://www.realm667.com/media/kunena/ranks/rank_81_wicked.png)

 Less More- Posts: 224
-
-
-
-

   9 years 8 months ago [\#5222](#5222) by BadMojo  Replied by *BadMojo* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5222 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 Hmm, we could have problems here. This is on the line of modifying original scripts, which could break compatibility with other games and mods that use the zdoom port.

There may be another way though... I think... We could create a new separate script that contains a HudMessage style menu, with a custom font maybe.. and to initialize it, we could make use of the KEYCONF lump to bind a key to bring up the menu in game. That way were not modifying existing code, so that its compatible with other mods that may change the menu.

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

- **CaptainManiac**
- ![CaptainManiac's Avatar](https://www.realm667.com/media/kunena/avatars/resized/size144/users/avatar4791.png) Topic Author
- Cacodemon
- ![Cacodemon](https://www.realm667.com/media/kunena/ranks/rank_8_caco.png)

 Less More- Posts: 103
-
-
-
-

   9 years 8 months ago [\#5223](#5223) by CaptainManiac  Replied by *CaptainManiac* on topic *[\[SUBMISSION\]Low Health Fade and Bloodsplatter effect](https://www.realm667.com/forum/closed-submissions/836-submission-damaging-effects-up-to-date?start=20#5223 "[INFO]

Name: Damage Hud Effects
Type: Hud effects (SFX Other)
ACS: Yes
Commands: (these are their default values)
fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[CHANGELOG]
In v 2.1:
+New blood on screen graphics,this time they are PNGOUT'ed
+No need of changing the Player decorate,all scripts are activated automatically
+This time it could work with Brutal Doom and other mods that change the player's actor.
+Aded Info
+Added Credits
+Added Documentation
In Version 3.0:
+blood now utilizes the whole screen
+remade all blood splats from scratch, there are 9 new splats plus 2 lots of rotations (180* and 90*).
+changed names of all blood graphics as they were conflicting with the zdoom "blood on wall" graphics.
+PNGOUT'd.
+blood now covers the screen when dead.
-removed HudSize, its not needed anymore.
+added more stuff to the code... Thanks to BadMojo for commenting the lines
In version 3.1:
changes:
-blood splats will now change opacity in relation to how much damage was dealt.
+added devmode cvar (this just displays the last amount of damage taken at the bottom right of the screen)
+Updated Documentation
notes:
To enable demode, type "bs_devmode 1" in the console without the quotes.
In version 3.2:
+Updated Documentation
+new CVARS
In version 4.0:
+Added menu for easy customising,it is bound to a key you need to assign
+Added new commands:bs_minamount,bs_maxamount,bs_speed,bsfdDefaults
-the speed at which the blood shows on screen can be cjanged via a cvar or menu
-the minimum and maximum amount of blood on screen can be changed via cvar or menu
-The menu is rearanged and fixed from grammar,the debug mode option is the last
+Updated INFO lump for the cvars
In version 4.1:
+Added yet another cvar for the opacity value of the blood splats... just a bool though: its an int now: bs_alpha
+Implemented blood opacity value in the menu, options are default, low and very low
+Implemented a crude "hackish" way to set the default values in the menu
+Updated INFO lump for the CVARs
In version 4.2:
+Added new function:the heartbeat
+New console commands(hb_enable,hb_starthp,hb_delay)
+new original heartbeat sound from scratch
+updated menu
In version 4.3:
-improved heartbeat sound(no cripling anymore)
[CREDITS]
Submitted:CaptainManiac
Sprites:BadMojo
ACS by:CaptainManiac,BadMojo
Idea by:CaptainManiac
Special Thanks:Blue Shadow,MaxED,Scifista42,Buuu342
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system

[Description]
Adds 3 effects to the players view when taking damage.
1. When reaching critical health levels(50% and lower),
the screen begins to fade to white, then as your health
gets lower, it fades to red, getting more intense as
you meet your inevitable doom.
2. You see your own blood while taking damage.
3.You hear your heartbeat when you reach very low health and it deafens your pain sounds.
[HOW IS USED]
Run doom (zdoom, gzdoom or the latest zandronum) with the
command line: -file DAMAGEFX.WAD

OR

Simply drag and drop the wad onto the games excecutable.

[CONSOLE COMMANDS]
These are the default cvar values, can be modified using the console in game or by the menu as options.

fd_enable = 1 toggles screen fade
bs_enable = 1 toggles blood splats
ds_enable = 1 toggles death splats
hb_enable = 1 toggles heart beat
bs_devmode = 0 toggles dev mode
hb_starthp = 30 sets the max amount of health that triggers the heart beat
hb_delay = 30 sets the delay between heart beats
ds_amount = 20 sets the amount of blood splats on death
bs_minamount = 2 Minimum amount of blood
bs_maxamount = 5 Maximum amount of blood
bs_speed = 2 Blood appearance speed
bsfdDefaults = 0 Set to 1 to reset cvars back to default values
setdmgfx for opening the settings menu from console also binded to a key

[Screenshots]
Those screenies describe the features of this cool Hud Effect!

They are along with the attachments,showing you the new features of the effect.It has developer mode enabled
This happens when the effect is enabled and you are low on health or inflict damage(I left myself to be damaged when capturing those screenies(Zandronum).
The last if when you die(And it is enabled of course).
[Download Link]
Previous version:4.2

Officially Final Edition v4.3:")*

 or just delete the original options menu script,leave only the custom menu script(with corrected error of course) and add the menu definition to the original options using the keyconf

Please [Log in](https://www.realm667.com/component/users/login?return=aHR0cHM6Ly93d3cucmVhbG02NjcuY29tL2ZvcnVtL2Nsb3NlZC1zdWJtaXNzaW9ucy84MzYtc3VibWlzc2lvbi1kYW1hZ2luZy1lZmZlY3RzLXVwLXRvLWRhdGU/c3RhcnQ9MjA=&Itemid=2662) or [Create an account](https://www.realm667.com/component/users/registration?Itemid=2662) to join the conversation.

[Powered by](https://www.realm667.com/forum/credits) [Kunena Forum](https://www.kunena.org)
