Re: [hlcoders] SZ_GetSpace: overflow on Client Datagram

2004-03-19 Thread tei
Jonny Bergström escribió: Hello I've recently made something I call "Metamap". What it does is it uses a module to create randomized levels using matrixes like this: 1 0 0 0 0 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 1 0 0 0 0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1

[hlcoders] SZ_GetSpace: overflow on Client Datagram

2004-03-19 Thread Jonny Bergström
Hello I've recently made something I call "Metamap". What it does is it uses a module to create randomized levels using matrixes like this: 1 0 0 0 0 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 1 0 0 0 0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1 1 1 0 1 1 1 0 0 0 0 1 1 1

RE: [hlcoders] SZ_GetSpace: overflow on SVC_RuleInfo

2004-02-12 Thread voogru
You know you can hide unused cvars, change the flags around. - voogru. -Original Message- From: Brian A. Stumm [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 3:48 PM To: [EMAIL PROTECTED] Subject: RE: [hlcoders] SZ_GetSpace: overflow on SVC_RuleInfo On Thu, 12 Feb 2004

Re: [hlcoders] SZ_GetSpace: overflow on SVC_RuleInfo

2004-02-12 Thread Florian Zschocke
Brian A. Stumm wrote: Watch it, my co-dev is considering writing a plugin to HIDE YOUR CVARS to make room for ours... :P You better keep yerrr stinkin' fingers of me cvars, or else. =p some of them are setting up huge lists of cvars that may not need to be available (publically visible to RULES q

RE: [hlcoders] SZ_GetSpace: overflow on SVC_RuleInfo

2004-02-12 Thread BuzzKill
D] On Behalf Of Brian A. Stumm Sent: 02/12/04 12:58 PM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] SZ_GetSpace: overflow on SVC_RuleInfo On Thu, 12 Feb 2004, Florian Zschocke wrote: > Brian A. Stumm wrote: > > > I guess what im saying is HEY YOU OTHER DEVS! STOP HOGGIN ALL THE >

Re: [hlcoders] SZ_GetSpace: overflow on SVC_RuleInfo

2004-02-11 Thread Florian Zschocke
Brian A. Stumm wrote: I guess what im saying is HEY YOU OTHER DEVS! STOP HOGGIN ALL THE CVAR SPACE! Sorry, but we've been here first. ;) -- ab. Brian A. Stummd88b. [EMAIL PROTECTED]

Re: [hlcoders] SZ_GetSpace: overflow on SVC_RuleInfo

2004-02-09 Thread Alfred
You get that when you overflow SVC_RuleInfo (buda-bum!) The "rules" response is limited to 2048 bytes. You will get that warning if the number of rules (i.e cvars) and their associated text exceeds this limit. You stop this error by trimming the number of cvars with FCVAR_SERVER enabled (FCVAR_SER

Re: [hlcoders] SZ_GetSpace overflow!

2004-01-03 Thread BuzzKill
zone values can sometimes resolve sz_getspace issues. try -zone 2048 or -zone 4096 on the command line. - Original Message - From: "Jay Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 01/03/04 4:16 PM Subject: [hlcoders] SZ_GetSpace overflow! > This i

[hlcoders] SZ_GetSpace overflow!

2004-01-03 Thread Jay Paul
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] A server error has been reported on some servers with the error "FATAL ERROR (shutting down): SZ_GetSpace: overflow without FSB_ALLOWOVERFLOW set on Server Spectator Buffer" It appears to happen with