Jabka666 / scpcb-ue-my

SCP - Containment Breach Ultimate Edition
26 stars 10 forks source link

Fix MTF Spawning #102

Closed SnoeGit closed 1 year ago

SnoeGit commented 1 year ago

SCP-895(especially this one), SCP-035, and SCP-096 rooms appear to leak into Entrance Zone. In the Original Containment Breach, the MTF wouldn't spawn even if the rooms leaked into Entrance Zone because the trigger for them was pushed back. If Abs(EntityZ(entrance\obj)-EntityZ(Collider))<30.0 Then appears to have been used back then to make sure this didn't happen. The player would be required to walk 2/3rds of the way through the first Entrance Zone room before the MTF would spawn. I think a good change would to make it so the moment you actually go beyond the HCZ to EZ checkpoint area the MTF should spawn. This fixes the 3 SCP rooms and makes it so fake checkpoints don't activate MTF either.