Page 1 of 1

dod death overlay

Posted: Tue Jan 19, 2016 10:10 am
by vintage
As the title says, this plugin display an overlay on Player Death !
This overlay disapear on spawning again

Fully inspired by FeurSturm "dod_nostalgic_death" and dataviruset for "round end overlay"

dod_death_overlay_download.ini in sourcemod/configs folder

Code: Select all

// Decal downloads relative to the materials folder
// decals/death_overlay/deathoverlay.vtf
// NOT materials/decals/death_overlay/deathoverlay.vtf

decals/death_overlay/deathoverlay.vmt
decals/death_overlay/deathoverlay.vtf
So you can make and declare your own overlay ! :mrgreen:


cvar: (in cfg/sm_dod_deathoverlay folder)
sm_dod_deathoverlay "decals/death_overlay/deathoverlay" <= this is an exemple by default in the plugin
What overlay to display, relative to the materials-folder without file extension !
(set downloading and precaching in addons/sourcemod/configs/dod_death_overlay_download.ini)
sm_dod_deathoverlaytime "2.0" (def) in seconds, time to display the overlay (between 1 to 5 seconds)

Updated:
V 1.0:
original plugin (request by LeTaz)
Overlay too long (stay from death to respawn)
V 1.1:
added auto cfg config for overlay model and a timer duration (configurable from 1s to 5s) to display the overlay
dod_death_overlay.zip
The overlay inside is one made for a friend team.
(17.13 KiB) Downloaded 346 times
dod_death_overlay.zip
The overlay inside is one made for a friend team.
(17.13 KiB) Downloaded 346 times

Re: dod death overlay

Posted: Sun Jan 31, 2016 8:09 am
by vintage
Updated !
See first post

Re: dod death overlay

Posted: Sun Oct 07, 2018 10:50 am
by MihailM
They added a check for bots. I didn’t see something like that, we could be wrong.