Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-14 Thread Richard Slaughter
You need a file named steam.inf in your mod directory with a single line: appID=215 We had the exact same problem you describe, and adding this file solved it. Cheers, Rich Tom Leighton wrote: Maybe a server issue then? Possibly steam.inf ? Tom Edwards wrote: I don't think this has

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-14 Thread Maarten De Meyer
And the winner of the Hero-of-the-Day award is... *drum rolls* o/ Rich \o Thanks a bunch man, that one was really bothering me, works now! -- Maarten You need a file named steam.inf in your mod directory with a single line: appID=215 We had the exact same problem you describe, and adding

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-08 Thread Maarten De Meyer
Still no luck. I'd recommend to try adding: Game sourcetest in the search paths section. Maarten De Meyer wrote: attached, thanks for your effort! List the contents of your gameinfo.txt. Maarten De Meyer wrote: Hi list/valve! I'm gonna repost a problem I

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Maarten De Meyer
attached, thanks for your effort! List the contents of your gameinfo.txt. Maarten De Meyer wrote: Hi list/valve! I'm gonna repost a problem I posted earlier since I really need a fix for this before we release. Basically, double-clicking on a server in the steam client's server browser

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Tony Paloma
: Re: [hlcoders] Starting mod from steam server browser doesn't work attached, thanks for your effort! List the contents of your gameinfo.txt. Maarten De Meyer wrote: Hi list/valve! I'm gonna repost a problem I posted earlier since I really need a fix for this before we release. Basically

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Richard Hough
:[EMAIL PROTECTED] On Behalf Of Maarten De Meyer Sent: Monday, April 07, 2008 7:35 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Starting mod from steam server browser doesn't work attached, thanks for your effort! List the contents of your gameinfo.txt. Maarten De

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Tom Leighton
and it has always been like that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maarten De Meyer Sent: Monday, April 07, 2008 7:35 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Starting mod from steam server browser doesn't

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Ondřej Hošek
07, 2008 7:35 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Starting mod from steam server browser doesn't work attached, thanks for your effort! List the contents of your gameinfo.txt. Maarten De Meyer wrote: Hi list/valve! I'm gonna repost

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Tom Leighton
and it has always been like that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maarten De Meyer Sent: Monday, April 07, 2008 7:35 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Starting mod from steam server browser doesn't

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Tom Edwards
I don't think this has anything to do with the mod (your gameinfo is fine btw). I've been able to reproduce the problem when connecting to a specific Eternal Silence server, at 62.212.73.20:27015, but if I try any other server, even for the same mod, there's no issue! An odd one, that's for

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-07 Thread Tom Leighton
Maybe a server issue then? Possibly steam.inf ? Tom Edwards wrote: I don't think this has anything to do with the mod (your gameinfo is fine btw). I've been able to reproduce the problem when connecting to a specific Eternal Silence server, at 62.212.73.20:27015, but if I try any other

[hlcoders] Starting mod from steam server browser doesn't work

2008-04-06 Thread Maarten De Meyer
Hi list/valve! I'm gonna repost a problem I posted earlier since I really need a fix for this before we release. Basically, double-clicking on a server in the steam client's server browser doesn't work when not ingame. More details: If you doubleclick on a server of our mod when you're in

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-06 Thread Tobias Kammersgaard
I got that long ago with the first SDK (code) release. If I recall correctly is it related to the AppID of the game you're launching, and the AppID specified in the GameInfo.txt not matching. Not too sure though! /ScarT On 06/04/2008, Maarten De Meyer [EMAIL PROTECTED] wrote: Hi list/valve!

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-06 Thread Maarten De Meyer
Ok. The AppID in my gameinfo.txt is 215, the AppID in the server's gameinfo.txt is the same ( they're on the same SVN ). Are you referring to another AppID somewhere when you say 'the AppID of the game you're launching' ? [ btw, when looking into this problem, I found out I had two

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-06 Thread Tom Edwards
There should be one, in root. Maarten De Meyer wrote: Ok. The AppID in my gameinfo.txt is 215, the AppID in the server's gameinfo.txt is the same ( they're on the same SVN ). Are you referring to another AppID somewhere when you say 'the AppID of the game you're launching' ? [ btw, when

Re: [hlcoders] Starting mod from steam server browser doesn't work

2008-04-06 Thread Justin Krenz
List the contents of your gameinfo.txt. Maarten De Meyer wrote: Hi list/valve! I'm gonna repost a problem I posted earlier since I really need a fix for this before we release. Basically, double-clicking on a server in the steam client's server browser doesn't work when not ingame. More