View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 09-14-2012 , 14:37   Re: 22/08/2012 CSS Update
Reply With Quote #7

Quote:
Originally Posted by PMA.Predator View Post
Hey,

Thanks for the replies, I've only just got around to fixing the bug, after some searching I found it was the following class which was inheriting it:

// \game\shared\collisionproperty.h
class CCollisionProperty : public ICollideable

I fixed this by adding:
virtual const Vector& OBBMinsPreScaled() const;
virtual const Vector& OBBMaxsPreScaled() const;
to lines 75 & 76. I did check in the one here: http://hg.alliedmods.net/hl2sdks/hl2sdk-css/ but the files were not updated, Not sure if it's me checking the wrong directory or just got missed

Also I had to change the following to get my plugin to load:
#define INTERFACEVERSION_SERVERGAMEDLL "ServerGameDLL008"

Is there any way of knowing when they update these things? I was just randomly putting in 1-7 to try get it working >.<


Final question, does anyone have the latest Clantag offset values? Need to update my info file again >.>

Thanks!
- Edd
Quote:
Originally Posted by Keeper View Post
I had to make the same changes as well.
With a couple of minor exceptions, we only keep the public headers up to date. Anything else has a tendency to change too frequently on active games and isn't necessarily safe to use. CCollisionProperty may be an exception to that.
psychonic is offline