- Description:
When a teammate dies, a tombstone will be generated.
Players can resurrect teammates by robbing their tombs. (Their souls were so angry that they had to return from hell to take revenge..:))
You must be very careful when robbing tombs because there is a risk of deadbody mutating into the witch.
2 sp file for EN and CN language.
This plugin is inspired by novels "Ghost Blows Out the Light" that I read when I was a student.:)
In the novel, we refer to those skilled tomb robbers as Mojin Hunter.
- Feature list:
When a teammate dies, a tombstone will be generated.
Players can resurrect teammates by robbing their tombs.
3 chances to be reborn by default.
Tomb robbery takes 3 seconds by default.
50 chance of resurrection by default.
50 chance of mutation by default.
Grave glowing.
Grave glowing color.
- Install:
Put the "grave_survivor_respawn.txt" file into the "left4dead2addonssourcemodgamedata" folder.
Don't forget install the plugin.
- Requirements:
SourceMod 1.11+.
- Plan:
The progress bar of tomb robbing needs to be increased by continuously pressing E. During this process, the progress bar will continue to decrease rapidly.
Multiplayer tomb robbing increases the probability of resurrection.
QTE system for tomb robbing.
Let the character dance and disco during the tomb robbing process. (the dancing plugin is similar, but I havent studied the source code yet)
- CVAR list:
Spoiler
PHP Code:
// Grave glowing color
// -
// Default: "255 255 255"
L4D2_Grave_Glow_Color "255 255 255"
// Grave glowing switch
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
L4D2_Grave_Glow_Switch "1"
// Respawn chance
// -
// Default: "3"
// Minimum: "0.000000"
// Maximum: "99.000000"
L4D2_Grave_Respawn_Chance "3"
// Using time(seconds)
// -
// Default: "3"
// Minimum: "0.000000"
// Maximum: "100.000000"
L4D2_Grave_Respawn_Time "3"
// Probability of turning into witch
// -
// Default: "50"
// Minimum: "0.000000"
// Maximum: "100.000000"
L4D2_Grave_Witch_Percent "50"
- Changelog:
Quote: 2024-05-28 (v1.3)
* Plugin Release



Wyświetl pełny artykuł