View Single Post
Author Message
PMA.Predator
Member
Join Date: Jan 2012
Old 08-23-2012 , 15:22   22/08/2012 CSS Update
Reply With Quote #1

Hey! Nice to see valve have updated CSS again >.> right whilst I'm trying to sort out CS:GO :/

I've made the changes to my copy of the SDK from the changes listed here: http://hg.alliedmods.net/hl2sdks/hl2sdk-css/summary

However I keep running into this error:

Code:
error C2259: 'CBaseEntity::NetworkVar_m_Collision' : cannot instantiate abstract class
1>        due to following members:
1>        'const Vector &ICollideable::OBBMinsPreScaled(void) const' : is abstract
1>        see declaration of 'ICollideable::OBBMinsPreScaled'
1>        'const Vector &ICollideable::OBBMaxsPreScaled(void) const' : is abstract
1>        see declaration of 'ICollideable::OBBMaxsPreScaled'
I tried removing those lines but that causes my GameServerDLL to fail when loading (If those two are even linked? :s)

Any idea what's up?

Thanks
- Edd
PMA.Predator is offline