Page 1 of 1

[v1.1.3] Bug with game fog(Only happens with SCP-178)

Posted: Fri May 15, 2015 3:32 pm
by AveryLP
As I was bug hunting again, I have discovered yet another even stranger bug.
I was setting the camerafog to 'camerafog near 2' like this:
Image
After that I equipped my night vision goggles:
Image
Then I instantly equipped my gas mask:
Image
And when I unequipped it, it strangely enough looked like this:
Image
MAP SEED: o0qvy

Re: [v1.1.1] Bug with game fog(WARNING: LOTS OF PICTURES)

Posted: Fri May 15, 2015 3:42 pm
by juanjp600
I'm also fairly certain that the NVG don't have the lightmap-brightness feature anymore. Was that intentionally removed?

Re: [v1.1.3] Bug with game fog(WARNING: LOTS OF PICTURES)

Posted: Sat May 16, 2015 11:10 am
by AveryLP
So, after that other bug with SCP-178 causing the vision to turn black was fixed, this bug re-appeared.
Hopefully it isn't because that other bug is fixed.
And if it is, is there a way to fix both bugs without the one causing the other bug.

Re: [v1.1.3] Bug with game fog(WARNING: LOTS OF PICTURES)

Posted: Sat May 16, 2015 11:36 am
by Regalis
AveryLP wrote:So, after that other bug with SCP-178 causing the vision to turn black was fixed, this bug re-appeared.
Hopefully it isn't because that other bug is fixed.
And if it is, is there a way to fix both bugs without the one causing the other bug.
Does the bug still happen exactly as you described in the first post? I can't recreate it just by following what you did, everything seems to be working the way it should.

Re: [v1.1.3] Bug with game fog(WARNING: LOTS OF PICTURES)

Posted: Sat May 16, 2015 11:37 am
by AveryLP
Regalis wrote:
AveryLP wrote:So, after that other bug with SCP-178 causing the vision to turn black was fixed, this bug re-appeared.
Hopefully it isn't because that other bug is fixed.
And if it is, is there a way to fix both bugs without the one causing the other bug.
Does the bug still happen exactly as you described in the first post? I can't recreate it just by following what you did, everything seems to be working the way it should.
Yes, it does

EDIT: I have tested it again, it no longer happens with the gas mask but it happens with SCP-178.

Re: [v1.1.3] Bug with game fog(WARNING: LOTS OF PICTURES)

Posted: Sat May 16, 2015 12:09 pm
by Regalis
AveryLP wrote:EDIT: I have tested it again, it no longer happens with the gas mask but it happens with SCP-178.
Now I feel stupid:

Code: Select all

WearingNightVision = 0			
If WearingNightVision Then CameraFogFar = StoredCameraFogFar
Works the way it should with both the gas mask and 178 now. :)