Frictional Games Forum (read-only)
Disturbed vision when using second autosave in residential corridors - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Penumbra Series (https://www.frictionalgames.com/forum/forum-22.html)
+---- Forum: Linux - Penumbra (https://www.frictionalgames.com/forum/forum-25.html)
+---- Thread: Disturbed vision when using second autosave in residential corridors (/thread-2379.html)



Disturbed vision when using second autosave in residential corridors - Lysius - 09-28-2008

I have found a bug in Black Plague. When you enter level07_residental_corridors, there is a first autosave made, than Clarence does his odd things, while which the particle system "PlayerSeeRed" is created (level07_residental_corridors.hps line 853), causing disturbed vision.

At the end of this all, "PlayerSeeRed" is killed (line 862) and a new autosave is made (line 865).
But it seems as if KillParticleSystem("PlayerSeeRed"); has not yet finished when the autosave is made (the effect ends some seconds after the savegame is made). When you load this second autosave "PlayerSeeRed" is still active and stays active until you leave the level (killed in level07_residental_corridors.hps line 1282).