ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK

Home Page:https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with env_fade

BorealProductions opened this issue · comments

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.