View Single Post
Zynda
Member
Join Date: Jul 2011
Old 03-18-2021 , 14:35   Re: [L4D2] How to scale the gas can goal in scavenge finales to number of survivors?
Reply With Quote #6

Here is a snippet I made for the VScript File Replacer that sets the cans required from the value of a ConVar (mine is named "l4d2_cans" in this case).

Code:
"c1m4_atrium"
{
	"c1m4_atrium_finale"
	{
		"NumCansNeeded <- 13"	"NumCansNeeded <- Convars.GetStr(\"l4d2_cans\").tointeger()"
	}
}
Zynda is offline