AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   NM Elevator Glitch (https://forums.alliedmods.net/showthread.php?t=321403)

Clownonymous 02-08-2020 22:05

NM Elevator Glitch
 
Are there any plugins to fix the elevator door glitch causing the door to stay shut?

Thanks.

cravenge 02-09-2020 02:26

Re: NM Elevator Glitch
 
I'm guessing NM stands for No Mercy and this glitch can be fixed with the use of Stripper. Just find the hammer ID of the elevator door and replace the "wait" value to -1.

Vit_amin 02-09-2020 07:35

Re: NM Elevator Glitch
 
What is glitch with elevator door in No Mercy ?

Clownonymous 02-09-2020 14:33

Re: NM Elevator Glitch
 
The glitch allows special infected to glitch the door which causes it to never open when the elevator arrives. Also I did read about the stripper but I am not 100% sure how to use it, do you know of any guides that help with setting it up?

Thanks.

cravenge 02-10-2020 06:51

Re: NM Elevator Glitch
 
Quote:

Originally Posted by Clownonymous (Post 2683247)
[...].

The instructions should be included within Stripper's website and after configuring it, you must make a file named either l4d(_vs)_hospital04_interior.cfg [L4D1] or c8m4_interior.cfg [L4D2] and put it in the maps folder inside Stripper. The file in there must look like this:
Code:

modify:
{
    match:
    {
        "hammerid" "1199253"
    }
    replace:
    {
        "wait" "-1"
    }
}



All times are GMT -4. The time now is 05:39.

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