Talk:IVEngineServer

From Valve Developer Community
Jump to: navigation, search

Reverse engineering from AS to S'07

So, I've been looking into some of the timescale stuff in the source engine, and in the default implementation of source 2007, the only access is via host_timescale, which is a cheat. However, in the Alien swarm code, there are 2 functions, GetTimescale() and SetTimescale(), which are defined in this class. Is it actually possible to then reverse-implement these functions into source 2007 by adding the declaration to this file? I have tried it but it seems to not be working, I might just have missed something in my implementation though. Any Ideas? MLSTRM 09:29, 11 September 2012 (PDT)