Re: [hlds] server.cfg not executing

2009-07-13 Thread Gareth Williamson
You could also add +servercfgfile server_pro to your command line startup and create the file in l4d\left4dead\cfg\server_pro.cfg and drop all your setting in it. ___ To unsubscribe, edit your list preferences, or view the list archives, please

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread ShoreCogs
In what way? I haven't seen any problems with it. I limit the server to my Steam group and make it exclusive and it works just fine. - Original Message - From: Robert Whelan mrrjwhe...@yahoo.com To: Half-Life dedicated Win32 server mailing list hlds@list.valvesoftware.com Sent:

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Robert Whelan
Refer to the other topics I mentioned for more detail... I could have 6 l4d servers going and they'd all be listed in the 'steam group servers' area. From the lobby we could use the search key to play a campaign though once we do all the servers would no longer be listed under 'steam group

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread ShoreCogs
Oh, I use the command line parameter in Steam that adds the Server Browser to the menu options, which makes it so Steam group servers aren't listed at all on the menu. I start a lobby, set things up, then use a config file with the following lines in it to join my server (you can also type the

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Shane Arnold
Why do you use sv_cheats 1? ms_force does not require it (is not a cheat cvar). ___ Shane Arnold- clontar...@iinet.net.au For want of a nail, the horseshoe was lost. For want of a horseshoe, the horse was lost. For want of

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Brent Veal
Originally you needed cheats on to make ms_force work. But Valve fixed it a while ago so you dont need cheats on any more On Mon, Jul 13, 2009 at 7:37 AM, Shane Arnold clontar...@iinet.net.auwrote: Why do you use sv_cheats 1? ms_force does not require it (is not a cheat cvar).

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread ShoreCogs
I think at the time that I got that method, it required it. In any case, it doesn't affect anything else.. just enables cheats client side, which does nothing when you are playing online. - Original Message - From: Shane Arnold clontar...@iinet.net.au To: Half-Life dedicated Win32

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Robert Whelan
Yeah, I understand and have used the ms_force cvar though trying to explain it all to a mixed community can be quite tedious. Up until 2 updates ago everything was fine, then Valve broke it. You commented I use the command line parameter in Steam that adds the Server Browser to the menu

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Munra
I also this these issues the cmdline parameter i think is -serve browser -Original message- From: Robert Whelan mrrjwhe...@yahoo.com Date: Mon, 13 Jul 2009 12:34:06 -0400 To: Half-Life dedicated Win32 server mailing list hlds@list.valvesoftware.com Subject: Re: [hlds] Timeout On

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Munra
How about I try that in English. I also see these issues cmdline parameter i think is -serverbrowser -Original message- From: Munra mu...@anbservers.net Date: Mon, 13 Jul 2009 12:42:56 -0400 To: Half-Life dedicated Win32 server mailing listhlds@list.valvesoftware.com Subject: Re:

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread ShoreCogs
If you add -serverbrowser to your Launch Options in Steam, it will put a menu item on there for the server browser. For the ms_force cvar, I just posted a cfg file on my forums and told everyone where to get it and what to do to join the server and it works. - Original Message -

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Nephyrin Zey
For L4D, It was never confirmed whether or not stats uploading was the timeout issue. I recompiled my plugin for L4D at the request of many, but valve maintains stats uploading is asynchronous in L4D and hence not broken. Since they looked into it and fixed it for TF2, I'm guessing that it

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread Mike Olsen
I know at one time I had found a program posted on a random forum that ran in the background and it would automatically click ok when those crash messages came up, then using a modified version of this bat file: http://forums.srcds.com/viewtopic/2388 it would automatically reboot. I cannot find

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread P. Bhandal
An alternative option is to use an AutoIt executable that will automatically close the dialog box. Here's the source: $var1=1 While $var1=1 WinWait (srcds.exe - Application Error) WinActivate(srcds.exe - Application Error) ControlClick(srcds.exe - Application Error,,Button1) send({ENTER}) WEnd

Re: [hlds] Timeout On Mapchange

2009-07-13 Thread Chris Brunelle
Chances are Neph is right. I've been running his plugin for L4D and I get the map timeout issue every single time. -Original Message- From: hlds-boun...@list.valvesoftware.com [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of Nephyrin Zey Sent: Monday, July 13, 2009 1:22 PM To:

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread bl4nk
You could also use FireDaemon to hide the window and restart the server for you as well. It has options to handle dialog boxes as well. P. Bhandal wrote: An alternative option is to use an AutoIt executable that will automatically close the dialog box. Here's the source: $var1=1 While

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread Andreas Grimm
I use FireDaemon and it is not able to close these dialogs. The service just freeze and nothing happens. -Original Message- From: hlds-boun...@list.valvesoftware.com [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of bl4nk Sent: Monday, July 13, 2009 11:19 PM To: Half-Life

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread Cc2iscooL
I use fd all the time no problem. Maybe you had it setup wrong. On 7/13/09, Andreas Grimm l...@gmx.net wrote: I use FireDaemon and it is not able to close these dialogs. The service just freeze and nothing happens. -Original Message- From: hlds-boun...@list.valvesoftware.com

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread bl4nk
What version FireDaemon are you using? I'm using the Trinity version, and have a whole tab related to popup windows where I can easily configure that kind of stuff. P. Bhandal wrote: An alternative option is to use an AutoIt executable that will automatically close the dialog box. Here's the