Derpduck / L4D2-Comp-Stripper-Rework

Reworking Stripper:Source map changes for competitive L4D2 from scratch.
32 stars 8 forks source link

Some unbreakable door on map #40

Closed Target5150 closed 2 years ago

Target5150 commented 2 years ago

Example: 20220523205327_1 20220523205406_1

Refer the Diescraper chapter 3 start elevator, survivor just go in those room and AI the tank. The example screenshot is on DBD chapter 3 And I found same door on Suicide blitz 2 chapter 3, but you can't close after you open it, the DBD m3 you can close and open. I guess not only those, maybe need care if other map same door existed.

fbef0102 commented 2 years ago

my solution: delete this model door in global.

filter:
; remove unbreakable freezer door
{
    "model" "models/props_doors/doorfreezer01.mdl"
    "classname" "prop_door_rotating"
}