View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 09-24-2021 , 08:08   Re: [L4D] ChurchGuy Bug
Reply With Quote #3

From my testing what blocks you to go inside is this entity:

Class: func_button Targetname: button_safedoor_PANIC HammerID: 2570933 Position: -2560.50 48.00 213.36 Angles: 0.00 0.00 0.00

You can unlock the door by typing
"ent_fire checkpoint_entrance unlock" then "ent_fire checkpoint_entrance open" in console.

Then you will notice that this button_safedoor_PANIC entity is on the way to enter.

If you type "ent_fire button_safedoor_PANIC kill" you will be able to go inside.


Checking the stripper dump
The door only opens when the panic event ends, so maybe you have some setup/plugin that prevents the panic horde to finish (maybe my shot warns common plugin or another plugin, don't know for sure)
c10m3 is the only map that has this kind of trigger event (OnPanicEventFinished), even on l4d2

The best would be creating a timer after using the door and triggering the relay_enable_chuch_zombie_loop trigger.

I will share the stripper_dump for this map (l4d_smalltown03_ranchhouse.0000.cfg) in case you need to check more stuff.
Attached Files
File Type: zip l4d_smalltown03_ranchhouse.0000.zip (37.9 KB, 73 views)
__________________

Last edited by Marttt; 09-24-2021 at 20:33.
Marttt is offline