Raised This Month: $51 Target: $400
 12% 

L4D2 wait list SI of director spawn .. (?)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Gold Fish
Senior Member
Join Date: Mar 2020
Old 02-21-2022 , 06:45   L4D2 wait list SI of director spawn .. (?)
Reply With Quote #1

Hello, I want to configure SI generation using the director, but I noticed one bug, if you change the MaxSpecial variable often, then at some point, after the infected spawn, other SI will spawn over the limit.
For example, if during 5 minutes of the game the variable Max Special = 4, then reduce the limit to 1, then 3 or 4 SI will spawn one after the other without interruption (according to the limit).
It seems to me that there is a waiting list in the game, in which the task of generating SI is postponed if it was not possible to create them the first time.

Question:
How to reset all timers and tasks of generating Special Infected on a linux server?

I've already tried using director_stop commands, but it doesn't seem to affect the game at all.
__________________
-

PHP Code:
public OnClientConnect(int Client) {
    
KickClient(Client"sorry");

Gold Fish is offline
sorallll
Senior Member
Join Date: Oct 2018
Old 02-21-2022 , 10:44   Re: L4D2 wait list SI of director spawn .. (?)
Reply With Quote #2

PHP Code:
void ResetSpecialTimers()
Reset all special timers (by type and by slotso that hopefully mobs will spawn asap
sorallll is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 02-21-2022 , 13:55   Re: L4D2 wait list SI of director spawn .. (?)
Reply With Quote #3

Special Infected Limit requires Left4DHooks. Will absolutely prevent spawning when limit for each class is reached. Does not control total max special limit though. Would be easy to modify and add that in. See the post for cvars to set limits.
__________________
Silvers is offline
Sev
Veteran Member
Join Date: May 2010
Old 02-21-2022 , 16:38   Re: L4D2 wait list SI of director spawn .. (?)
Reply With Quote #4

Quote:
Originally Posted by Silvers View Post
Special Infected Limit requires Left4DHooks. Will absolutely prevent spawning when limit for each class is reached. Does not control total max special limit though. Would be easy to modify and add that in. See the post for cvars to set limits.
Would probably need both maxspecials and dominatorlimit added. As unless I'm mistaken, unless the dominatorlimit is raised/changeable, you can only have so many pinning type of infected at a time.

Last edited by Sev; 02-21-2022 at 16:38.
Sev is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 02-22-2022 , 13:34   Re: L4D2 wait list SI of director spawn .. (?)
Reply With Quote #5

As a non-academic and most crude solution: [L4D1 & L4D2] Zombie limits
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline
Gold Fish
Senior Member
Join Date: Mar 2020
Old 03-04-2022 , 06:10   Re: L4D2 wait list SI of director spawn .. (?)
Reply With Quote #6

I found out that if the game failed to create SI in time, then the infected may appear in the next timer, how to fix it? At the moment, the solution is the kick of the SI

(The problem is only when using spawn by the director)
__________________
-

PHP Code:
public OnClientConnect(int Client) {
    
KickClient(Client"sorry");


Last edited by Gold Fish; 03-04-2022 at 06:11.
Gold Fish is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:20.


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