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

Solved [L4D2]How to increase the amount of wandering zombies in the L4D1 map


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AK978
Senior Member
Join Date: Jun 2018
Old 05-14-2019 , 11:24   [L4D2]How to increase the amount of wandering zombies in the L4D1 map
Reply With Quote #1

[L4D2]:
How to increase the amount of wandering zombies in the L4D1 map.
map (The Sacrifice).
TKS~

Last edited by AK978; 05-15-2019 at 22:55.
AK978 is offline
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 05-14-2019 , 12:12   Re: [L4D2]How to increase the amount of wandering zombies in the L4D1 map
Reply With Quote #2

The Sacrifice uses director keyvalues which overwrite cvar values.

Cvar < Dvars

Code:
Msg("SQUIRREL c7m1_docks script\n");

DocksCommonLimit <- 100	// use a lower common limit to combat pathing related perf issues
DocksMegaMobSize <- 300	

if ( Director.IsPlayingOnConsole() )
{
	DocksCommonLimit <- 100
}

if ( Director.GetGameMode() == "coop" )
{
	DocksMegaMobSize <- 2150	// use a smaller megamob for the panic event in the train car area. 
}

DirectorOptions <-
{
	ProhibitBosses = false
	CommonLimit = DocksCommonLimit	
	MegaMobSize = DocksMegaMobSize
}
You can use this to change director keyvalues as you wish, or remove them so the cvar is used.

https://forums.alliedmods.net/showthread.php?p=2535972
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline
AK978
Senior Member
Join Date: Jun 2018
Old 05-14-2019 , 18:30   Re: [L4D2]How to increase the amount of wandering zombies in the L4D1 map
Reply With Quote #3

Thank you for your help, I will study it.
AK978 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 22:23.


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