[SUBMISSION]Damaging Effects[UP-TO-DATE]
- CaptainManiac
- Topic Author
- Cacodemon
Less
More
- Posts: 103
8 years 1 month ago - 7 years 11 months ago #1
by CaptainManiac
[SUBMISSION]Damaging Effects[UP-TO-DATE] was created by CaptainManiac
[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:
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:
Attachments:
Last edit: 7 years 11 months ago by CaptainManiac. Reason: This is officially finished.It's hight time the project was being uploaded and when it is uploaded,enjoy!
Please Log in or Create an account to join the conversation.
- CaptainManiac
- Topic Author
- Cacodemon
Less
More
- Posts: 103
8 years 1 month ago - 8 years 1 month ago #2
by CaptainManiac
That was just in the wrong place and wrong time
Update(Sorry for posting in the same thread):
Changes to the Low Health Fade and Bloodsplatter effect:
+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.
+Added Credits
+Added Documentation
[CREDITS]
Submitted by:CaptainManiac
Graphics by:BadMojo
ACS by:CaptainManiac(everything was wrong),BadMojo,BlueShadow,MaxED,Scifista42,
Buuu342
Idea by:CaptainManiac,BadMojo
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system
Download:The updated BLOODSPLAT file will be in the attachments of this post.THE DOCUMENTATION OF THE EFFECT IS IN THE FILE IN THE DOCUMENT LUMP SO READ IT CAREFULLY!
ENJOY!
Replied by CaptainManiac on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
Warning: Spoiler!
That was just in the wrong place and wrong time
Update(Sorry for posting in the same thread):
Changes to the Low Health Fade and Bloodsplatter effect:
+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.
+Added Credits
+Added Documentation
[CREDITS]
Submitted by:CaptainManiac
Graphics by:BadMojo
ACS by:CaptainManiac(everything was wrong),BadMojo,BlueShadow,MaxED,Scifista42,
Buuu342
Idea by:CaptainManiac,BadMojo
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system
Download:The updated BLOODSPLAT file will be in the attachments of this post.THE DOCUMENTATION OF THE EFFECT IS IN THE FILE IN THE DOCUMENT LUMP SO READ IT CAREFULLY!
Attachment not found
ENJOY!
Last edit: 8 years 1 month ago by CaptainManiac.
Please Log in or Create an account to join the conversation.
- BadMojo
- Wicked
Less
More
- Posts: 224
8 years 1 month ago - 8 years 1 month ago #3
by BadMojo
Replied by BadMojo on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
You must have downloaded my link before I updated it to the pngout'd sprites.. Also there was a small change to the code Ive done here, something didnt make sense why it worked, so to prevent possible future bugs Ive modified it a bit... heres the link to the improved one: https://www.dropbox.com/s/w2f2gb208rjm29k/BLOODSPLAT.wad?dl=0
(compare the version you just uploaded to this one on line 63, youll notice SetFont was calling rand(), but not actually calling the array for B_Splat with rand() as its index... This is why it didnt make sense why it was working)
You may also want to update your description... Im thinking just sticking with the standard template they have here, its a little less cluttered.. Im sure one of the admins will ask to have both an INFO and CREDITS lump included in the wad rather than the description lump thats currently there.
Other than that, theres one more issue that I think needs addressed. The blood splat sprites only fill the middle of the screen.. it really should utilize the whole screen.. The way we have it now is that the blood sprites are 1024x1024 images with the sprites at various positions of the image.. What Im thinking is to trim the images to the size of the blood splats, and perhaps figure out a way to have the splats appear at a random position on the screen rather than the big 1024x1024 images in the middle... If that makes sense at all.
so for instance, setting the HudMessage position parameters to a random float on every call to have the blood images appear in random positions on the screen.
Its probably not that simple, but Ill see what I can do.. Ill also make some better graphics when I get time to do them, we need at least 10 different blood splats I think, it will give it variety and make it less boring in the long run. Im not entirely happy with the current sprites, I can do much better.
Edit: Oh and you might want to update your original post with the updated description and download link, and for future reference, just bump the thread with the changes made.
(compare the version you just uploaded to this one on line 63, youll notice SetFont was calling rand(), but not actually calling the array for B_Splat with rand() as its index... This is why it didnt make sense why it was working)
You may also want to update your description... Im thinking just sticking with the standard template they have here, its a little less cluttered.. Im sure one of the admins will ask to have both an INFO and CREDITS lump included in the wad rather than the description lump thats currently there.
Other than that, theres one more issue that I think needs addressed. The blood splat sprites only fill the middle of the screen.. it really should utilize the whole screen.. The way we have it now is that the blood sprites are 1024x1024 images with the sprites at various positions of the image.. What Im thinking is to trim the images to the size of the blood splats, and perhaps figure out a way to have the splats appear at a random position on the screen rather than the big 1024x1024 images in the middle... If that makes sense at all.
so for instance, setting the HudMessage position parameters to a random float on every call to have the blood images appear in random positions on the screen.
Its probably not that simple, but Ill see what I can do.. Ill also make some better graphics when I get time to do them, we need at least 10 different blood splats I think, it will give it variety and make it less boring in the long run. Im not entirely happy with the current sprites, I can do much better.
Edit: Oh and you might want to update your original post with the updated description and download link, and for future reference, just bump the thread with the changes made.
Last edit: 8 years 1 month ago by BadMojo.
Please Log in or Create an account to join the conversation.
- CaptainManiac
- Topic Author
- Cacodemon
Less
More
- Posts: 103
8 years 1 month ago - 8 years 1 month ago #4
by CaptainManiac
Replied by CaptainManiac on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
This is the real update!
I will not publish another post to this thread,because this now is the real update with all needed
I will not publish another post to this thread,because this now is the real update with all needed
Warning: Spoiler!
Inportant stuff
[INFO]
Type:On Screen Effect,not related to world
Documentation:See the documentation below
Spawn Ceiling:No
Variants:Nothing but this variant.It is finished now
Summon:It has no world spawn at all
ACS:Yes,its base is ACS
[INFO]
Type:On Screen Effect,not related to world
Documentation:See the documentation below
Spawn Ceiling:No
Variants:Nothing but this variant.It is finished now
Summon:It has no world spawn at all
ACS:Yes,its base is ACS
Warning: Spoiler!
Long Text of details
[DOCUMENTATION]
==========================================================================
================LOW HEALTH FADE AND BLOODSPLATTER EFFECT==================
==MADE BY BADMOJO,CAPTAINMANIAC,SCIFISTA42,BUUU342,BLUE SHADOW AND MAXED==
===========THIS IS THE DOCUMENTATION ON HOW IT WORKS AND IT IS USED=======
==========================================================================
1.HOW IT WORKS
This script system fades your screen if your health goes below 50 into corresponding
pattern:
below 50:20% grey
below 40:25% grey
below 30:30% red
below 20:40% red
below 10:50% red
when you die:60% red
Also,it checks the health for changes and if it goes low spawns nice bloodsplat
images on screen.
The script system is dependent of a CVAR called "fd_enable".This makes the effect optio
nal and you can enable it or disable it.The default is TRUE(Enabled).If the
effect does not work,check the value CVAR is set or check the directories of
your WAD or PK3 file you have used this effect in to see if it is installed
properly!
===========================================================================
2.HOW TO INSTALL IT ON YOUR MOD
1.Open the file with SLADE or other lump editor
2.Copy the BLOODSPL library and all the BSPLAT images and paste them into your
WAD
and make sure the BLOODSPL library is between A_START and A_END markers.
If you have PK3 file put the BLOODSPL in the ACS folder of your PK3 and the
BSPLAT images into the GRAPHICS folder of your PK3 file.
3.If you do not have LOADACS lump create and put "BLOODSPL" on the first line.
If you have LOADACS add "BLOODSPL" on the new line and save it
4.If you do not have CVARINFO lump create it and put the following line:
"user bool fd_enable = true;"
and save!
If you already have CVARINFO just put that line at the end of the lump and save!
It is important to have that line in the CVARINFO,otherwise the effect will not
show.
5.Start your mod with the new effect and enjoy!
Troubleshooting:
FOR PK3 MODS:
If the blood on screen does not show up,put the BSPLAT images in a separate
folder in the graphics folder of your PK3 file.
THIS EFFECT IS MADE FOR ZANDRONUM 3.0 AND THE LATEST VERSION OF GZDOOM AND CAN
BE USED FREELY AND DELIBERATELY FOR ALL MODS YOU CREATE AND CAN WORK WITH NO
ISSUES ON MULTIPLAYER!
============================================================================
3.How to just install it
1.1On GZDOOM:
Place it inside the folder of your GZDOOM instalation and add into the
gzdoom-[YOUR PC USER].ini on the [Doom.Autoload] or into the [GLOBAL.Autoload]
section the following line: "Path = BLOODSPLAT.wad"
1.2On Zandronum:
Just put in the skins folder of the directory of your Zandronum instalation
3.Fire your Doom Engine and enjoy!
============================================================================
[DOCUMENTATION]
==========================================================================
================LOW HEALTH FADE AND BLOODSPLATTER EFFECT==================
==MADE BY BADMOJO,CAPTAINMANIAC,SCIFISTA42,BUUU342,BLUE SHADOW AND MAXED==
===========THIS IS THE DOCUMENTATION ON HOW IT WORKS AND IT IS USED=======
==========================================================================
1.HOW IT WORKS
This script system fades your screen if your health goes below 50 into corresponding
pattern:
below 50:20% grey
below 40:25% grey
below 30:30% red
below 20:40% red
below 10:50% red
when you die:60% red
Also,it checks the health for changes and if it goes low spawns nice bloodsplat
images on screen.
The script system is dependent of a CVAR called "fd_enable".This makes the effect optio
nal and you can enable it or disable it.The default is TRUE(Enabled).If the
effect does not work,check the value CVAR is set or check the directories of
your WAD or PK3 file you have used this effect in to see if it is installed
properly!
===========================================================================
2.HOW TO INSTALL IT ON YOUR MOD
1.Open the file with SLADE or other lump editor
2.Copy the BLOODSPL library and all the BSPLAT images and paste them into your
WAD
and make sure the BLOODSPL library is between A_START and A_END markers.
If you have PK3 file put the BLOODSPL in the ACS folder of your PK3 and the
BSPLAT images into the GRAPHICS folder of your PK3 file.
3.If you do not have LOADACS lump create and put "BLOODSPL" on the first line.
If you have LOADACS add "BLOODSPL" on the new line and save it
4.If you do not have CVARINFO lump create it and put the following line:
"user bool fd_enable = true;"
and save!
If you already have CVARINFO just put that line at the end of the lump and save!
It is important to have that line in the CVARINFO,otherwise the effect will not
show.
5.Start your mod with the new effect and enjoy!
Troubleshooting:
FOR PK3 MODS:
If the blood on screen does not show up,put the BSPLAT images in a separate
folder in the graphics folder of your PK3 file.
THIS EFFECT IS MADE FOR ZANDRONUM 3.0 AND THE LATEST VERSION OF GZDOOM AND CAN
BE USED FREELY AND DELIBERATELY FOR ALL MODS YOU CREATE AND CAN WORK WITH NO
ISSUES ON MULTIPLAYER!
============================================================================
3.How to just install it
1.1On GZDOOM:
Place it inside the folder of your GZDOOM instalation and add into the
gzdoom-[YOUR PC USER].ini on the [Doom.Autoload] or into the [GLOBAL.Autoload]
section the following line: "Path = BLOODSPLAT.wad"
1.2On Zandronum:
Just put in the skins folder of the directory of your Zandronum instalation
3.Fire your Doom Engine and enjoy!
============================================================================
Warning: Spoiler!
Description
[DESCRIPTION]
This is a script system that fades the screen and spawns blood on screen graphics depending
on the health of the player and can be enabled or disable with the following CVAR:
"fd_enable".Default is True,that means the effect is enabled.Please read the documentation carefully to use it properly
[DESCRIPTION]
This is a script system that fades the screen and spawns blood on screen graphics depending
on the health of the player and can be enabled or disable with the following CVAR:
"fd_enable".Default is True,that means the effect is enabled.Please read the documentation carefully to use it properly
Warning: Spoiler!
Credits
[CREDITS]
Submitted by:CaptainManiac
Graphics by:BadMojo
ACS by:CaptainManiac(everything was wrong),BadMojo,BlueShadow,MaxED,Scifista42,
Buuu342
Idea by:CaptainManiac,BadMojo
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system
[CREDITS]
Submitted by:CaptainManiac
Graphics by:BadMojo
ACS by:CaptainManiac(everything was wrong),BadMojo,BlueShadow,MaxED,Scifista42,
Buuu342
Idea by:CaptainManiac,BadMojo
Ideabase:The Fading and Blood on Screen effect from The Saboteur's regeneration
system
Warning: Spoiler!
For downloading
[DOWNLOAD]
Here,on the attachment,the last update to this post
Also,the text file on the ZIP archive is old that you just ignore it
[DOWNLOAD]
Here,on the attachment,the last update to this post
Attachment not found
Also,the text file on the ZIP archive is old that you just ignore it
Last edit: 8 years 1 month ago by CaptainManiac.
Please Log in or Create an account to join the conversation.
- MagicWazard
- Moderator
Less
More
- Posts: 808
8 years 1 month ago #5
by MagicWazard
Replied by MagicWazard on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
You could have just put all of this into your first post, rather than making yet another post with the full information. Leaving outdated info and attachments up just makes things complicated. Can you edit the first post to reflect the proper state of the submission, and delete or spoiler out any redundant info in subsequent posts?
Also, there's also no need to put all the documentation for usage in your post there as long as there's a readme file of some sort included in the submission. There's no real harm, but it's a lot of text to wade through. All you have to say is "see enclosed instructions", and you're good.
Also, there's also no need to put all the documentation for usage in your post there as long as there's a readme file of some sort included in the submission. There's no real harm, but it's a lot of text to wade through. All you have to say is "see enclosed instructions", and you're good.
Please Log in or Create an account to join the conversation.
- CaptainManiac
- Topic Author
- Cacodemon
Less
More
- Posts: 103
8 years 1 month ago #6
by CaptainManiac
Replied by CaptainManiac on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
Huh.Now it is ready
Please Log in or Create an account to join the conversation.
- BadMojo
- Wicked
Less
More
- Posts: 224
8 years 1 month ago #7
by BadMojo
Replied by BadMojo on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
@CaptainManiac
Here, use this for the first post, replace the lot with it.
This makes it easy for everyone to read, and sticks with the standards of realm. It provides enough information in a small description as to not clutter the post... As Gordon Ramsay would say "Simple, Rustic, yes?"
Just add your download link and screenshots... I dont feel theres a need to post update changes to this yet either, nobody has looked at it yet.
And one more thing, Id also suggest copying the credits and information, creating a CREDITS and an INFO lump in the wad, and pasting them in their corresponding lumps. It just makes it simple for everyone to understand and helps the admins to keep everything to a standardized system.
Here, use this for the first post, replace the lot with it.
Warning: Spoiler!
Information:
Type: Player view screen effects (SFX Other)
Connections: None
Spawn Offsets: N/A
Documentation: N/A
Summon: fs_enable 1 Enables/Disables Screen fade and blood splatter
ACS: Yes
Credits:
Submitted: CaptainManiac
ACS: CaptainManiac, BadMojo
Sprites: BadMojo
Special Thanks: BlueShadow, MaxED, Scifista42, Buuu342.
Description:
Adds a random blood splatter to the screen when taking damage, and creates a screen fade effect when reaching critical health levels imitating the side effects of your inevitable doom!
Screenshots:
Download Link:
Type: Player view screen effects (SFX Other)
Connections: None
Spawn Offsets: N/A
Documentation: N/A
Summon: fs_enable 1 Enables/Disables Screen fade and blood splatter
ACS: Yes
Credits:
Submitted: CaptainManiac
ACS: CaptainManiac, BadMojo
Sprites: BadMojo
Special Thanks: BlueShadow, MaxED, Scifista42, Buuu342.
Description:
Adds a random blood splatter to the screen when taking damage, and creates a screen fade effect when reaching critical health levels imitating the side effects of your inevitable doom!
Screenshots:
Download Link:
This makes it easy for everyone to read, and sticks with the standards of realm. It provides enough information in a small description as to not clutter the post... As Gordon Ramsay would say "Simple, Rustic, yes?"
Just add your download link and screenshots... I dont feel theres a need to post update changes to this yet either, nobody has looked at it yet.
And one more thing, Id also suggest copying the credits and information, creating a CREDITS and an INFO lump in the wad, and pasting them in their corresponding lumps. It just makes it simple for everyone to understand and helps the admins to keep everything to a standardized system.
Please Log in or Create an account to join the conversation.
- MagicWazard
- Moderator
Less
More
- Posts: 808
8 years 1 month ago #8
by MagicWazard
Replied by MagicWazard on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
Thank you guys! The initial submission format looks fine to me. I'll look this over in the not-too-distant future and let you know what I think of it.
Please Log in or Create an account to join the conversation.
- BadMojo
- Wicked
Less
More
- Posts: 224
8 years 4 weeks ago - 8 years 4 weeks ago #9
by BadMojo
Replied by BadMojo on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
UPDATE:
Heres an update for ya Captain :cool:
Description:
We now have a total of 27 brand new blood splats (still not quite happy with them, but meh for now). Also introducing blood splats to the death sequence along side the 60% red fade. And finally, were now utilizing the whole screen rather than the 1024x768 resize we were doing before.
Changes:
-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... I wont go through it here, Ive commented everything Ive done in the source.
Download:
https://www.dropbox.com/s/km5kppqjffpz3mk/BLOODSPLATv2.wad?dl=0
Heres an update for ya Captain :cool:
Description:
We now have a total of 27 brand new blood splats (still not quite happy with them, but meh for now). Also introducing blood splats to the death sequence along side the 60% red fade. And finally, were now utilizing the whole screen rather than the 1024x768 resize we were doing before.
Changes:
-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... I wont go through it here, Ive commented everything Ive done in the source.
Download:
https://www.dropbox.com/s/km5kppqjffpz3mk/BLOODSPLATv2.wad?dl=0
Last edit: 8 years 4 weeks ago by BadMojo.
Please Log in or Create an account to join the conversation.
- MagicWazard
- Moderator
Less
More
- Posts: 808
8 years 3 weeks ago #10
by MagicWazard
Replied by MagicWazard on topic [SUBMISSION]Low Health Fade and Bloodsplatter effect
Overall, I like it. I think the opacity on the blood splatter might need to be decreased slightly, though; it can obscure your image pretty badly. Maybe you can have the opacity of the effect become more directly related to how much damage was dealt by an attack--a heavy attack causing a "thicker", more opaque blood splatter than a weak attack. As it is, if get hit by a bunch of weak attacks in a row (like from a Commando or group of Troopers), you'll have a much bigger blood splatter than if you got hit by a much more powerful attack from, say, a Baron.
Please Log in or Create an account to join the conversation.