Frictional Games Forum (read-only)

Full Version: Custom Story: Abduction - Archives Room
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I'm quite puzzled why this stuck door didn't provoke a grunt to get me. I've seen many videos in this particular room and this stuck door does get broken through by a grunt. Is there a script issue here? Here are some pictures to illustrate:

Firstly, I have two orbs that still remain to be taken. The far blue orb is in the East Wing since I saw a blue aura coming beneath a bookshelf.

[Image: RlsrS.jpg]

I go to the archives

[Image: neVkj.jpg]

The stuck door that doesn't trigger a monster

[Image: SEfgq.jpg]

finally, here's a moment in this video where this player is surprised by the grunt in this stuck door:

http://www.youtube.com/watch?feature=pla...U2k#t=688s
*RESOLVED*

If this rare bug happens to anyone else, you will need to go to Abduction/maps/Ch01/Archives.hps and in the OnEnter() function, add this line:

Code:
void OnEnter(){    
SetEntityActive("GruntDoor", false);    
PlayMusic("01_amb_darkness.ogg", true, 1, 4, 0, true);
}


The first line of the OnEnter function should be entered, then the door will be open for explore.