Re: [hlcoders] Get/dump console output to file

2008-08-14 Thread Tony Paloma
:[EMAIL PROTECTED] On Behalf Of Tiago Conceição Sent: Wednesday, August 13, 2008 5:32 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Get/dump console output to file like i say no acess to SSH or computer no acess to console command line i just want a way to doit inside a plugin

Re: [hlcoders] Get/dump console output to file

2008-08-14 Thread Tiago Conceição
But what i want is get ALL console output in any time if i use Spew Output that stop show mensages on console cmd? thanks From: [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Date: Thu, 14 Aug 2008 09:02:43 -0700 Subject: Re: [hlcoders] Get/dump console output to file Do what

Re: [hlcoders] Get/dump console output to file

2008-08-14 Thread Tony Paloma
You can make your new spew function also call the old one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tiago Conceição Sent: Thursday, August 14, 2008 9:26 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Get/dump console output

[hlcoders] Get/dump console output to file

2008-08-13 Thread Tiago Conceição
Now can i get the console output from srcds using a plugin Anyway without redirecting stdout?? or dup stdout to a file?? thanks _ Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver offline. Conheça o MSN

Re: [hlcoders] Get/dump console output to file

2008-08-13 Thread Jake Breen
You could use the condump command. Unless you're talking about something else.. Tiago Conceição wrote: Now can i get the console output from srcds using a plugin Anyway without redirecting stdout?? or dup stdout to a file?? thanks

Re: [hlcoders] Get/dump console output to file

2008-08-13 Thread Keeper
Breen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 4:09 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Get/dump console output to file You could use the condump command. Unless you're talking about something else

Re: [hlcoders] Get/dump console output to file

2008-08-13 Thread Tiago Conceição
want. Keeper -Original Message- From: Jake Breen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 4:09 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Get/dump console output to file You could use the condump command. Unless you're talking about

Re: [hlcoders] Get/dump console output to file

2008-08-13 Thread Chris Deegan
Not sure if this is useful, but as I used to run all of my srcds instances in 'screen' on Linux - very handy when you are running headlesss remote servers. Doing it this way you can simply spawn the screen with the -L switch. This will pump all text into a file called screenlog.0. It gets

Re: [hlcoders] Get/dump console output to file

2008-08-13 Thread 1nsane
If this is on srcds, add -condebug to your launch options. This will create a file called console.log which will log everything. If you are running this in developer X mode you will get all the console output logged. However... it will log evereything to that one file, so you can get 1gb text

Re: [hlcoders] Get/dump console output to file

2008-08-13 Thread Jay Stelly
Spew function using tier0/dbg.h -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 1nsane Sent: Wednesday, August 13, 2008 4:29 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Get/dump console output to file If this is on srcds, add

Re: [hlcoders] Get/dump console output to file

2008-08-13 Thread Tiago Conceição
or plugin you can write/set your own Spew function using tier0/dbg.h-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 1nsane Sent: Wednesday, August 13, 2008 4:29 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Get/dump console output