ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.69k stars 1.99k forks source link

Issue with env_fade #514

Closed BorealProductions closed 3 years ago

BorealProductions commented 3 years ago

I am currently making a mod in Source sdk 2013 and am receiving an error in the console along with unexpected behavior of the env_fade entity. The console error is as follows bitbuff.cpp (218) : WriteSBitLong: 0x0000b400 does not fit in 16 bits What I am trying to do is create an intro where the env fade will black out the screen at 0 seconds, ending at 90 seconds. Except the fade ends way before specified and throws the error in the console. I tested this to make sure it was the env fade by removing the entity entirely and no more error. So, I am at a loss here. If anyone might have a solution It'd be much appreciated.