AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D1/2] 8/5+ Survivor Rescue Closet (https://forums.alliedmods.net/showthread.php?t=340659)

Shadowysn 12-02-2022 04:03

[L4D1/2] 8/5+ Survivor Rescue Closet
 
5 Attachment(s)
Simplest way of fixing rescue entities for 5+ survivor gameplay without placing down more rescue entities.

It hooks onto the survivor_rescued event and if there's a rescuer, it checks and respawns every survivor that has spent enough time being dead to pass the rescue_min_dead_time console variable.

Untested in L4D1. Most likely will work, but please report if there are any problems.

NoroHime 12-02-2022 05:07

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
good work

KadabraZz 12-02-2022 10:22

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
I've always wanted something like this, but I've been too lazy to add stuff using stripper, thanks so much for this release.
Just so I understand better, will everyone who is longer than the minimum rescue_min_dead_time be saved? If you have 18 players dead will all 18 be rescued?

gabuch2 12-02-2022 10:40

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
Quote:

Originally Posted by KadabraZz (Post 2794172)
If you have 18 players dead will all 18 be rescued?

All 18 will be rescued only if they've been dead for the required time.

replay_84 12-02-2022 20:38

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
Sounds interesting. Will this fix the problem that some players come out of the spawn without a weapon? (only pistols) Or does someone know a solution for this?

Shadowysn 12-02-2022 20:59

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
Quote:

Originally Posted by replay_84 (Post 2794231)
Sounds interesting. Will this fix the problem that some players come out of the spawn without a weapon? (only pistols) Or does someone know a solution for this?

No, it doesn’t. It only allows one rescue spot to rescue all survivors that’ve been dead for long enough, anything that affects the rescued is not changed.

kevinracer 12-02-2022 21:59

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
Can you add option cooldown time for dead survivor?

Shadowysn 12-02-2022 22:03

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
Quote:

Originally Posted by kevinracer (Post 2794236)
Can you add option cooldown time for dead survivor?

What kind of cooldown? This already respects the amount of time staying dead needed for each survivor to be rescued.

HarryPotter 12-02-2022 23:11

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
Quote:

Originally Posted by kevinracer (Post 2794236)
Can you add option cooldown time for dead survivor?

Just modify rescue_min_dead_time in your server.cfg


PHP Code:

sm_cvar rescue_min_dead_time 60 


ZBzibing 02-22-2024 11:40

Re: [L4D1/2] 8/5+ Survivor Rescue Closet
 
Quote:

Originally Posted by replay_84 (Post 2794231)
Sounds interesting. Will this fix the problem that some players come out of the spawn without a weapon? (only pistols) Or does someone know a solution for this?



I did this fix a long time ago, but I don't know if it's been posted yet.
https://forums.alliedmods.net/showth...57#post2818457


All times are GMT -4. The time now is 07:46.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.