View Single Post
BlackSabbarh
Senior Member
Join Date: Sep 2018
Old 04-16-2021 , 14:34   Re: stripper need update
Reply With Quote #13

Quote:
Originally Posted by Marttt View Post
Hi, I answered him in PM, btw the process is not very friendly.

1) First you need to install this plugin Silvers VScript File Replacer.

2) Create a folder named \left4dead2\scripts\vscripts\vscripts_custom if you don't have it. (the plugin creates automatically for you on it's first run)

3) Paste the anv_mapfixes.nut in this folder

4) Edit the data file to this:

Code:
"vscript_replacer"
{
	// All maps
	".+"
	{
		"anv_mapfixes"
		{
			"override" "anv_mapfixes"
		}
	}
}
If that don't work just send me a PM here in the forum.

I attached a zip file with the edits.
Don't forget to install first the plugin from the main topic.

Note: Basically all I did was to comment the "Apply_Quadmode_Map_Specific_Fixes" in the vscript code.
I don't know if this has some other side effects, but currently I know that two servers are running this without errors.
But if the game is constantly getting updates, this file may by deprecated or become an old version.

you could delete that entity filter: "classname" "env_player_blocker" with vscripts? because with stripper you cannot remove or filter??

Last edited by BlackSabbarh; 04-16-2021 at 14:35.
BlackSabbarh is offline