Access to the Source Code is actually very useful, even if you don't modify it. You have access to much better debugging of engine specific bugs, you have better documentation (the source code itself) and you can see how Valve did stuff. All these things and more makes development and debugging much easier.
----- Original Message ----- From: "Nick" <[email protected]> To: "Discussion of Half-Life Programming" <[email protected]> Sent: Saturday, June 27, 2009 11:09 PM Subject: Re: [hlcoders] Request to Valve: Increase the model precache limit. > You pay for the license and you don't even modify the actual game > engine? And your mod would benefit the most from altered game engine? > > YOU FAIL, BADLY. > > On Sun, Jun 14, 2009 at 9:19 AM, Garry Newman<[email protected]> > wrote: >> I wouldn't mind this. But there's a lot of things I wouldn't mind >> increasing, like max edicts, and whatever causes the string table >> baseline >> overflow. >> Maybe I should bite the bullet and try to ship with my own engine >> binaries? >> I really don't want to, especially just to increase these variables.. but >> maybe it's the only way. >> >> garry >> >> >> On Sun, Jun 14, 2009 at 9:26 AM, Harry Pidcock <[email protected]> wrote: >> >>> At the moment the maximum model precache limit in the engine is 1024, >>> whereas with soundprecache we can load up to 8192. >>> >>> If you try to load more than 1024 models into the engine(throughout the >>> entire game session) the server will crash. >>> >>> Games like Garry's Mod will crash regularly due to it's sandbox nature. >>> 1024 >>> models is hardly enough. >>> >>> I suspect this is due to the server and client having statically sized >>> arrays rather than having dynamically expanding CUtlVectors or >>> something. >>> >>> Please look into this, >>> Haza. >>> >>> >>> _______________________________________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> please visit: >>> http://list.valvesoftware.com/mailman/listinfo/hlcoders >>> >>> >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> http://list.valvesoftware.com/mailman/listinfo/hlcoders >> >> > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

