Re: [hlds_linux] ts2 autoupdate bug?

2008-07-05 Thread Daniel Albers
XenonServer Vertrieb wrote:

> is there a bug with the autoupdate in tf2?
> I run as follow:
> /path/to/orangebox/srcds_run -game tf  +map cp_badlands  +maxplayers 16  
> +ip xxx  +hostport xxx -secure   -autoupdate
> 
> The autoupdate tool generates in the folder orangebox a new orangebox 
> folder with tf and all other folders in it.

Yes, the directory selection behaviour changed with Update Tool version 
31. It now prepends orangebox/.

Daniel

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Team Fortress 2 Update coming

2008-07-02 Thread Daniel Albers
Hi Valve,

I really would have greatly appreciated a little heads-up regarding the 
changed directory selection behaviour of Update Tool version 31...

Took me quite a bit till I noticed the orangebox/orangebox dir.

Daniel


Jason Ruymen schrieb:
> A required update for Team Fortress 2 is coming.  It should be live in
> about 30 minutes.
>  
> Jason
> 
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] HLStastX usage

2008-06-25 Thread Daniel Albers
Keeper wrote:
> This right here is what I meant by "I'm no regex expert".

Well, it looks like this also applies to other persons, as the change  
is unnecessarily expensive.

> if ($s_output =~ s/^(?:.*?)?L (\d\d)\/(\d\d)\/(\d{4}) -
> (\d\d):(\d\d):(\d\d):\s*//)

if ($s_output =~ s/^.*?L (\d\d)\/(\d\d)\/(\d{4}) - (\d\d):(\d\d):(\d\d):\s*//)

would suffice to get a non-greedy match.

Cheers, Daniel


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux