RE: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Michael R. Matheson
I've been reading these posts about the directory problems that seem to
occur when updating TF2.  Is it certain that the hldsupdatetool itself must
also be in the C:\SRCDS directory?  This was never the case with CSS or
HL2DM.  I have always kept the hldsupdatetool in a subfolder of C:\SRCDS,
namely C:\SRCDS\Updater.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Whelan
Sent: Thursday, October 18, 2007 1:08 PM
To: hlds@list.valvesoftware.com
Subject: Re: [hlds] Win32 hldsupdatetool updated

--
[ Picked text/plain from multipart/alternative ]
There is know work around needed, delete the C:\srcds\tf files (alfred
already mentioned doing this). Your server never ran from these, it ran from
the files in C:\srcds\orangebox\tf along with the app srcds.exe which your
commandline should have pointed to prior to the content mixup.

You should have 1 tf directory:

>> C:\srcds\orangebox
>> C:\srcds\orangebox\tf
>> C:\srcds\orangebox\platform
>> C:\srcds\orangebox\hl2
>> C:\srcds\orangebox\bin






- Original Message 
From: Steve S. <[EMAIL PROTECTED]>
To: hlds@list.valvesoftware.com
Sent: Thursday, October 18, 2007 1:13:46 PM
Subject: Re: [hlds] Win32 hldsupdatetool updated

As a temp work around I have just been copying the files into the
orangebox folder manually.. for awhile I was even running the server from
outside the orangebox folder. (but that's sketchy)

you COULD make a batch file to correct the problem (again as a temp work
around)

something like this

xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\

If you have several TF2 servers it may be beneficial to keep a "master"
install folder that is updated then xcopy the changes out to your
individual servers folders. This should at least get you going until they
get this sorted out.

-Steve

> --
> [ Picked text/plain from multipart/alternative ]
> I'm getting the exact same error as below, thus all of my servers are
> down.
>
> I run all of my servers through batch files because it's the quickest way
> to
> update multiple servers for me.
>
> Could this be a possible problem related to batch files?
> If so how do we resolve this?
>
> Thanks
>
> On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>>
>> now with every subsequent update it just ignores the orangebox folder
>>
>> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update
>> -game
>> tf -dir C:\bin\hlds_4
>> Checking bootstrapper version ...
>> Updating Installation
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> Checking/Installing 'Team Fortress 2 Content' version 12
>>
>> 0.00%  C:\bin\hlds_4\tf\bin\server.dll
>> 0.29%  C:\bin\hlds_4\tf\bin\server_i486.so
>>
>> > this is sooo strange.. ok I deleted clientregistry.blob from the steam
>> > update folder, I also deleted installrecord.blob from the root of the
>> > server folder.
>> >
>> > I run the update cmd.. the tool updates itself to version 22, and then
>> > starts the update process using the proper orangebox folder
>> >
>> > it scrolls through hundreds of files.. THEN it starts downloading
>> files
>> > outside to orangebox folder again.
>> >
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Robert Whelan
--
[ Picked text/plain from multipart/alternative ]
Glad you're up and going..

I just happened to notice that -> C:\bin\hlds_update\HldsUpdateTool.exe

Sometimes its the silliest of things..

peace



- Original Message 
From: Steve S. <[EMAIL PROTECTED]>
To: hlds@list.valvesoftware.com
Sent: Thursday, October 18, 2007 7:44:47 PM
Subject: Re: [hlds] Win32 hldsupdatetool updated

This got me thinking. And I believe I have figured it out. The steam
update tool doesn't like to be called from a remote directory IE. the CWD
must contain the steam update executable. I was using a batch file to call
the update tool and update the game folder, but the way I was calling it
was triggering a bug where it would ignore the orangebox folder.

got it all sorted out now, thx for the tip Robert


> --
> [ Picked text/plain from multipart/alternative ]
> Another note, my HldsUpdateTool.exe resides in the root as well.
>
> ie: C:\srcds
>
>
> - Original Message 
> From: Steve S. <[EMAIL PROTECTED]>
> To: hlds@list.valvesoftware.com
> Sent: Thursday, October 18, 2007 5:33:14 PM
> Subject: Re: [hlds] Win32 hldsupdatetool updated
>
> I have been playing around with this for awhile trying to get it to work
> properly, I have found that if you follow these steps it will update to
> the proper folder
>
> 1. in the folder that contains the update tool, delete ClientRegistry.blob
> 2. In the root of your server folder delete InstallRecord.blob
> 3. Run the update command with the -retry switch
>
> At this point it will start going through all your files making sure they
> are up to date. however...
>
> Here is where the problems begin
>
> --output
> 0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.mdl
> 0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.phy
> 0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.vvd
>
> Checking/Installing 'Base Source Shared Sounds' version 4
>
> Connection Reset, WinSock Error 10054 "Connection reset by peer"
>
> C:\bin\hlds_4>uptf2.bat
>
> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
> tf -dir C:\bin\hlds_4 -retry
> Checking bootstrapper version ...
> Updating Installation
> Checking/Installing 'Team Fortress 2 Content' version 12
>
> 0.01%  C:\bin\hlds_4\tf\bin\server.dll
> --output
>
> Even though the retry flag is set it still bombs out as shown above
> then after running the command again it disregards the orangebox folder
> and begins creating everything under the root of the server folder.
>
> With the retry flag not working properly and the tool ignoring the
> orangebox folder when restarting after an error, I don't see any way to
> maintain and up to date server without having to keep two copies of it in
> under the root server folder.
>
> -Steve
>
>
>> --
>> [ Picked text/plain from multipart/alternative ]
>> Just in case you're moving it, you should have TWO hl2 directories
>> srcds\orangebox\hl2 which has a few files and srcds\hl2 which has most
>> of
>> them.
>>
>>
>> On 10/18/07, Robert Whelan <[EMAIL PROTECTED]> wrote:
>>>
>>> --
>>> [ Picked text/plain from multipart/alternative ]
>>> There is know work around needed, delete the C:\srcds\tf files (alfred
>>> already mentioned doing this). Your server never ran from these, it ran
>>> from
>>> the files in C:\srcds\orangebox\tf along with the app srcds.exe which
>>> your
>>> commandline should have pointed to prior to the content mixup.
>>>
>>> You should have 1 tf directory:
>>>
>>> >> C:\srcds\orangebox
>>> >> C:\srcds\orangebox\tf
>>> >> C:\srcds\orangebox\platform
>>> >> C:\srcds\orangebox\hl2
>>> >> C:\srcds\orangebox\bin
>>>
>>>
>>>
>>>
>>>
>>>
>>> - Original Message 
>>> From: Steve S. <[EMAIL PROTECTED]>
>>> To: hlds@list.valvesoftware.com
>>> Sent: Thursday, October 18, 2007 1:13:46 PM
>>> Subject: Re: [hlds] Win32 hldsupdatetool updated
>>>
>>> As a temp work around I have just been copying the files into the
>>> orangebox folder manually.. for awhile I was even running the server
>>> from
>>> outside the orangebox folder. (but that's sketchy)
>>>
>>> you COULD make a batch file to correct the problem (again as a temp
>>> work
>>> around)
>>>
>>> something like this
>>>
>>> xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
>>>

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Steve S.
This got me thinking. And I believe I have figured it out. The steam
update tool doesn't like to be called from a remote directory IE. the CWD
must contain the steam update executable. I was using a batch file to call
the update tool and update the game folder, but the way I was calling it
was triggering a bug where it would ignore the orangebox folder.

got it all sorted out now, thx for the tip Robert


> --
> [ Picked text/plain from multipart/alternative ]
> Another note, my HldsUpdateTool.exe resides in the root as well.
>
> ie: C:\srcds
>
>
> - Original Message 
> From: Steve S. <[EMAIL PROTECTED]>
> To: hlds@list.valvesoftware.com
> Sent: Thursday, October 18, 2007 5:33:14 PM
> Subject: Re: [hlds] Win32 hldsupdatetool updated
>
> I have been playing around with this for awhile trying to get it to work
> properly, I have found that if you follow these steps it will update to
> the proper folder
>
> 1. in the folder that contains the update tool, delete ClientRegistry.blob
> 2. In the root of your server folder delete InstallRecord.blob
> 3. Run the update command with the -retry switch
>
> At this point it will start going through all your files making sure they
> are up to date. however...
>
> Here is where the problems begin
>
> --output
> 0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.mdl
> 0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.phy
> 0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.vvd
>
> Checking/Installing 'Base Source Shared Sounds' version 4
>
> Connection Reset, WinSock Error 10054 "Connection reset by peer"
>
> C:\bin\hlds_4>uptf2.bat
>
> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
> tf -dir C:\bin\hlds_4 -retry
> Checking bootstrapper version ...
> Updating Installation
> Checking/Installing 'Team Fortress 2 Content' version 12
>
> 0.01%  C:\bin\hlds_4\tf\bin\server.dll
> --output
>
> Even though the retry flag is set it still bombs out as shown above
> then after running the command again it disregards the orangebox folder
> and begins creating everything under the root of the server folder.
>
> With the retry flag not working properly and the tool ignoring the
> orangebox folder when restarting after an error, I don't see any way to
> maintain and up to date server without having to keep two copies of it in
> under the root server folder.
>
> -Steve
>
>
>> --
>> [ Picked text/plain from multipart/alternative ]
>> Just in case you're moving it, you should have TWO hl2 directories
>> srcds\orangebox\hl2 which has a few files and srcds\hl2 which has most
>> of
>> them.
>>
>>
>> On 10/18/07, Robert Whelan <[EMAIL PROTECTED]> wrote:
>>>
>>> --
>>> [ Picked text/plain from multipart/alternative ]
>>> There is know work around needed, delete the C:\srcds\tf files (alfred
>>> already mentioned doing this). Your server never ran from these, it ran
>>> from
>>> the files in C:\srcds\orangebox\tf along with the app srcds.exe which
>>> your
>>> commandline should have pointed to prior to the content mixup.
>>>
>>> You should have 1 tf directory:
>>>
>>> >> C:\srcds\orangebox
>>> >> C:\srcds\orangebox\tf
>>> >> C:\srcds\orangebox\platform
>>> >> C:\srcds\orangebox\hl2
>>> >> C:\srcds\orangebox\bin
>>>
>>>
>>>
>>>
>>>
>>>
>>> - Original Message 
>>> From: Steve S. <[EMAIL PROTECTED]>
>>> To: hlds@list.valvesoftware.com
>>> Sent: Thursday, October 18, 2007 1:13:46 PM
>>> Subject: Re: [hlds] Win32 hldsupdatetool updated
>>>
>>> As a temp work around I have just been copying the files into the
>>> orangebox folder manually.. for awhile I was even running the server
>>> from
>>> outside the orangebox folder. (but that's sketchy)
>>>
>>> you COULD make a batch file to correct the problem (again as a temp
>>> work
>>> around)
>>>
>>> something like this
>>>
>>> xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
>>> xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
>>> xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\
>>>
>>> If you have several TF2 servers it may be beneficial to keep a "master"
>>> install folder that is updated then xcopy the changes out to your
>>> individual servers folders. This should at least get you going until
&g

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Robert Whelan
--
[ Picked text/plain from multipart/alternative ]
Another note, my HldsUpdateTool.exe resides in the root as well.

ie: C:\srcds


- Original Message 
From: Steve S. <[EMAIL PROTECTED]>
To: hlds@list.valvesoftware.com
Sent: Thursday, October 18, 2007 5:33:14 PM
Subject: Re: [hlds] Win32 hldsupdatetool updated

I have been playing around with this for awhile trying to get it to work
properly, I have found that if you follow these steps it will update to
the proper folder

1. in the folder that contains the update tool, delete ClientRegistry.blob
2. In the root of your server folder delete InstallRecord.blob
3. Run the update command with the -retry switch

At this point it will start going through all your files making sure they
are up to date. however...

Here is where the problems begin

--output
0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.mdl
0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.phy
0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.vvd

Checking/Installing 'Base Source Shared Sounds' version 4

Connection Reset, WinSock Error 10054 "Connection reset by peer"

C:\bin\hlds_4>uptf2.bat

C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
tf -dir C:\bin\hlds_4 -retry
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Team Fortress 2 Content' version 12

0.01%  C:\bin\hlds_4\tf\bin\server.dll
--output

Even though the retry flag is set it still bombs out as shown above
then after running the command again it disregards the orangebox folder
and begins creating everything under the root of the server folder.

With the retry flag not working properly and the tool ignoring the
orangebox folder when restarting after an error, I don't see any way to
maintain and up to date server without having to keep two copies of it in
under the root server folder.

-Steve


> --
> [ Picked text/plain from multipart/alternative ]
> Just in case you're moving it, you should have TWO hl2 directories
> srcds\orangebox\hl2 which has a few files and srcds\hl2 which has most of
> them.
>
>
> On 10/18/07, Robert Whelan <[EMAIL PROTECTED]> wrote:
>>
>> --
>> [ Picked text/plain from multipart/alternative ]
>> There is know work around needed, delete the C:\srcds\tf files (alfred
>> already mentioned doing this). Your server never ran from these, it ran
>> from
>> the files in C:\srcds\orangebox\tf along with the app srcds.exe which
>> your
>> commandline should have pointed to prior to the content mixup.
>>
>> You should have 1 tf directory:
>>
>> >> C:\srcds\orangebox
>> >> C:\srcds\orangebox\tf
>> >> C:\srcds\orangebox\platform
>> >> C:\srcds\orangebox\hl2
>> >> C:\srcds\orangebox\bin
>>
>>
>>
>>
>>
>>
>> - Original Message 
>> From: Steve S. <[EMAIL PROTECTED]>
>> To: hlds@list.valvesoftware.com
>> Sent: Thursday, October 18, 2007 1:13:46 PM
>> Subject: Re: [hlds] Win32 hldsupdatetool updated
>>
>> As a temp work around I have just been copying the files into the
>> orangebox folder manually.. for awhile I was even running the server
>> from
>> outside the orangebox folder. (but that's sketchy)
>>
>> you COULD make a batch file to correct the problem (again as a temp work
>> around)
>>
>> something like this
>>
>> xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
>> xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
>> xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\
>>
>> If you have several TF2 servers it may be beneficial to keep a "master"
>> install folder that is updated then xcopy the changes out to your
>> individual servers folders. This should at least get you going until
>> they
>> get this sorted out.
>>
>> -Steve
>>
>> > --
>> > [ Picked text/plain from multipart/alternative ]
>> > I'm getting the exact same error as below, thus all of my servers are
>> > down.
>> >
>> > I run all of my servers through batch files because it's the quickest
>> way
>> > to
>> > update multiple servers for me.
>> >
>> > Could this be a possible problem related to batch files?
>> > If so how do we resolve this?
>> >
>> > Thanks
>> >
>> > On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>> >>
>> >> now with every subsequent update it just ignores the orangebox folder
>> >>
>> >> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update
>> >&

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Robert Whelan
--
[ Picked text/plain from multipart/alternative ]
Since the last update (version 22.mst) mines be aight. Did you confirm you have 
the apprir.txt in your root directory?

appdir.txt contents ->

442=orangebox
441=orangebox
310=orangebox
311=orangebox
216=orangebox



- Original Message 
From: Steve S. <[EMAIL PROTECTED]>
To: hlds@list.valvesoftware.com
Sent: Thursday, October 18, 2007 5:33:14 PM
Subject: Re: [hlds] Win32 hldsupdatetool updated

I have been playing around with this for awhile trying to get it to work
properly, I have found that if you follow these steps it will update to
the proper folder

1. in the folder that contains the update tool, delete ClientRegistry.blob
2. In the root of your server folder delete InstallRecord.blob
3. Run the update command with the -retry switch

At this point it will start going through all your files making sure they
are up to date. however...

Here is where the problems begin

--output
0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.mdl
0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.phy
0.02%  C:\bin\hlds_4\hl2\models\vortigaunt_slave.vvd

Checking/Installing 'Base Source Shared Sounds' version 4

Connection Reset, WinSock Error 10054 "Connection reset by peer"

C:\bin\hlds_4>uptf2.bat

C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
tf -dir C:\bin\hlds_4 -retry
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Team Fortress 2 Content' version 12

0.01%  C:\bin\hlds_4\tf\bin\server.dll
--output

Even though the retry flag is set it still bombs out as shown above
then after running the command again it disregards the orangebox folder
and begins creating everything under the root of the server folder.

With the retry flag not working properly and the tool ignoring the
orangebox folder when restarting after an error, I don't see any way to
maintain and up to date server without having to keep two copies of it in
under the root server folder.

-Steve


> --
> [ Picked text/plain from multipart/alternative ]
> Just in case you're moving it, you should have TWO hl2 directories
> srcds\orangebox\hl2 which has a few files and srcds\hl2 which has most of
> them.
>
>
> On 10/18/07, Robert Whelan <[EMAIL PROTECTED]> wrote:
>>
>> --
>> [ Picked text/plain from multipart/alternative ]
>> There is know work around needed, delete the C:\srcds\tf files (alfred
>> already mentioned doing this). Your server never ran from these, it ran
>> from
>> the files in C:\srcds\orangebox\tf along with the app srcds.exe which
>> your
>> commandline should have pointed to prior to the content mixup.
>>
>> You should have 1 tf directory:
>>
>> >> C:\srcds\orangebox
>> >> C:\srcds\orangebox\tf
>> >> C:\srcds\orangebox\platform
>> >> C:\srcds\orangebox\hl2
>> >> C:\srcds\orangebox\bin
>>
>>
>>
>>
>>
>>
>> - Original Message 
>> From: Steve S. <[EMAIL PROTECTED]>
>> To: hlds@list.valvesoftware.com
>> Sent: Thursday, October 18, 2007 1:13:46 PM
>> Subject: Re: [hlds] Win32 hldsupdatetool updated
>>
>> As a temp work around I have just been copying the files into the
>> orangebox folder manually.. for awhile I was even running the server
>> from
>> outside the orangebox folder. (but that's sketchy)
>>
>> you COULD make a batch file to correct the problem (again as a temp work
>> around)
>>
>> something like this
>>
>> xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
>> xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
>> xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\
>>
>> If you have several TF2 servers it may be beneficial to keep a "master"
>> install folder that is updated then xcopy the changes out to your
>> individual servers folders. This should at least get you going until
>> they
>> get this sorted out.
>>
>> -Steve
>>
>> > --
>> > [ Picked text/plain from multipart/alternative ]
>> > I'm getting the exact same error as below, thus all of my servers are
>> > down.
>> >
>> > I run all of my servers through batch files because it's the quickest
>> way
>> > to
>> > update multiple servers for me.
>> >
>> > Could this be a possible problem related to batch files?
>> > If so how do we resolve this?
>> >
>> > Thanks
>> >
>> > On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>> >>
>> >> now with every subsequent update it just ignores 

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Steve S.
I have been playing around with this for awhile trying to get it to work
properly, I have found that if you follow these steps it will update to
the proper folder

1. in the folder that contains the update tool, delete ClientRegistry.blob
2. In the root of your server folder delete InstallRecord.blob
3. Run the update command with the -retry switch

At this point it will start going through all your files making sure they
are up to date. however...

Here is where the problems begin

--output
0.02%   C:\bin\hlds_4\hl2\models\vortigaunt_slave.mdl
0.02%   C:\bin\hlds_4\hl2\models\vortigaunt_slave.phy
0.02%   C:\bin\hlds_4\hl2\models\vortigaunt_slave.vvd

Checking/Installing 'Base Source Shared Sounds' version 4

Connection Reset, WinSock Error 10054 "Connection reset by peer"

C:\bin\hlds_4>uptf2.bat

C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
tf -dir C:\bin\hlds_4 -retry
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Team Fortress 2 Content' version 12

0.01%   C:\bin\hlds_4\tf\bin\server.dll
--output

Even though the retry flag is set it still bombs out as shown above
then after running the command again it disregards the orangebox folder
and begins creating everything under the root of the server folder.

With the retry flag not working properly and the tool ignoring the
orangebox folder when restarting after an error, I don't see any way to
maintain and up to date server without having to keep two copies of it in
under the root server folder.

-Steve


> --
> [ Picked text/plain from multipart/alternative ]
> Just in case you're moving it, you should have TWO hl2 directories
> srcds\orangebox\hl2 which has a few files and srcds\hl2 which has most of
> them.
>
>
> On 10/18/07, Robert Whelan <[EMAIL PROTECTED]> wrote:
>>
>> --
>> [ Picked text/plain from multipart/alternative ]
>> There is know work around needed, delete the C:\srcds\tf files (alfred
>> already mentioned doing this). Your server never ran from these, it ran
>> from
>> the files in C:\srcds\orangebox\tf along with the app srcds.exe which
>> your
>> commandline should have pointed to prior to the content mixup.
>>
>> You should have 1 tf directory:
>>
>> >> C:\srcds\orangebox
>> >> C:\srcds\orangebox\tf
>> >> C:\srcds\orangebox\platform
>> >> C:\srcds\orangebox\hl2
>> >> C:\srcds\orangebox\bin
>>
>>
>>
>>
>>
>>
>> - Original Message 
>> From: Steve S. <[EMAIL PROTECTED]>
>> To: hlds@list.valvesoftware.com
>> Sent: Thursday, October 18, 2007 1:13:46 PM
>> Subject: Re: [hlds] Win32 hldsupdatetool updated
>>
>> As a temp work around I have just been copying the files into the
>> orangebox folder manually.. for awhile I was even running the server
>> from
>> outside the orangebox folder. (but that's sketchy)
>>
>> you COULD make a batch file to correct the problem (again as a temp work
>> around)
>>
>> something like this
>>
>> xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
>> xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
>> xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\
>>
>> If you have several TF2 servers it may be beneficial to keep a "master"
>> install folder that is updated then xcopy the changes out to your
>> individual servers folders. This should at least get you going until
>> they
>> get this sorted out.
>>
>> -Steve
>>
>> > --
>> > [ Picked text/plain from multipart/alternative ]
>> > I'm getting the exact same error as below, thus all of my servers are
>> > down.
>> >
>> > I run all of my servers through batch files because it's the quickest
>> way
>> > to
>> > update multiple servers for me.
>> >
>> > Could this be a possible problem related to batch files?
>> > If so how do we resolve this?
>> >
>> > Thanks
>> >
>> > On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>> >>
>> >> now with every subsequent update it just ignores the orangebox folder
>> >>
>> >> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update
>> >> -game
>> >> tf -dir C:\bin\hlds_4
>> >> Checking bootstrapper version ...
>> >> Updating Installation
>> >> No installation record found at C:\bin\hlds_4
>> >> No installation record found at C:\bin\hlds_4
>> >> No installation record found at C:\bin\hld

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread LDuke
--
[ Picked text/plain from multipart/alternative ]
Just in case you're moving it, you should have TWO hl2 directories
srcds\orangebox\hl2 which has a few files and srcds\hl2 which has most of
them.


On 10/18/07, Robert Whelan <[EMAIL PROTECTED]> wrote:
>
> --
> [ Picked text/plain from multipart/alternative ]
> There is know work around needed, delete the C:\srcds\tf files (alfred
> already mentioned doing this). Your server never ran from these, it ran from
> the files in C:\srcds\orangebox\tf along with the app srcds.exe which your
> commandline should have pointed to prior to the content mixup.
>
> You should have 1 tf directory:
>
> >> C:\srcds\orangebox
> >> C:\srcds\orangebox\tf
> >> C:\srcds\orangebox\platform
> >> C:\srcds\orangebox\hl2
> >> C:\srcds\orangebox\bin
>
>
>
>
>
>
> - Original Message 
> From: Steve S. <[EMAIL PROTECTED]>
> To: hlds@list.valvesoftware.com
> Sent: Thursday, October 18, 2007 1:13:46 PM
> Subject: Re: [hlds] Win32 hldsupdatetool updated
>
> As a temp work around I have just been copying the files into the
> orangebox folder manually.. for awhile I was even running the server from
> outside the orangebox folder. (but that's sketchy)
>
> you COULD make a batch file to correct the problem (again as a temp work
> around)
>
> something like this
>
> xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
> xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
> xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\
>
> If you have several TF2 servers it may be beneficial to keep a "master"
> install folder that is updated then xcopy the changes out to your
> individual servers folders. This should at least get you going until they
> get this sorted out.
>
> -Steve
>
> > --
> > [ Picked text/plain from multipart/alternative ]
> > I'm getting the exact same error as below, thus all of my servers are
> > down.
> >
> > I run all of my servers through batch files because it's the quickest
> way
> > to
> > update multiple servers for me.
> >
> > Could this be a possible problem related to batch files?
> > If so how do we resolve this?
> >
> > Thanks
> >
> > On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
> >>
> >> now with every subsequent update it just ignores the orangebox folder
> >>
> >> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update
> >> -game
> >> tf -dir C:\bin\hlds_4
> >> Checking bootstrapper version ...
> >> Updating Installation
> >> No installation record found at C:\bin\hlds_4
> >> No installation record found at C:\bin\hlds_4
> >> No installation record found at C:\bin\hlds_4
> >> No installation record found at C:\bin\hlds_4
> >> No installation record found at C:\bin\hlds_4
> >> No installation record found at C:\bin\hlds_4
> >> Checking/Installing 'Team Fortress 2 Content' version 12
> >>
> >> 0.00%  C:\bin\hlds_4\tf\bin\server.dll
> >> 0.29%  C:\bin\hlds_4\tf\bin\server_i486.so
> >>
> >> > this is sooo strange.. ok I deleted clientregistry.blob from the
> steam
> >> > update folder, I also deleted installrecord.blob from the root of the
> >> > server folder.
> >> >
> >> > I run the update cmd.. the tool updates itself to version 22, and
> then
> >> > starts the update process using the proper orangebox folder
> >> >
> >> > it scrolls through hundreds of files.. THEN it starts downloading
> >> files
> >> > outside to orangebox folder again.
> >> >
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
> >> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
> >> > 0.06%  

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Steve S.
I know how the directory structure is "supposed" to be. but if I move or
deleted the files from the root of the srcds folder.. the next time the
updater runs it tries to re download the whole server. Which is why I
suggested copying instead so you don't have to re download a gig and a
half every time u run the updater.

> --
> [ Picked text/plain from multipart/alternative ]
> There is know work around needed, delete the C:\srcds\tf files (alfred
> already mentioned doing this). Your server never ran from these, it ran
> from the files in C:\srcds\orangebox\tf along with the app srcds.exe which
> your commandline should have pointed to prior to the content mixup.
>
> You should have 1 tf directory:
>
>>> C:\srcds\orangebox
>>> C:\srcds\orangebox\tf
>>> C:\srcds\orangebox\platform
>>> C:\srcds\orangebox\hl2
>>> C:\srcds\orangebox\bin
>
>
>
>
>
>
> - Original Message 
> From: Steve S. <[EMAIL PROTECTED]>
> To: hlds@list.valvesoftware.com
> Sent: Thursday, October 18, 2007 1:13:46 PM
> Subject: Re: [hlds] Win32 hldsupdatetool updated
>
> As a temp work around I have just been copying the files into the
> orangebox folder manually.. for awhile I was even running the server from
> outside the orangebox folder. (but that's sketchy)
>
> you COULD make a batch file to correct the problem (again as a temp work
> around)
>
> something like this
>
> xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
> xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
> xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\
>
> If you have several TF2 servers it may be beneficial to keep a "master"
> install folder that is updated then xcopy the changes out to your
> individual servers folders. This should at least get you going until they
> get this sorted out.
>
> -Steve
>
>> --
>> [ Picked text/plain from multipart/alternative ]
>> I'm getting the exact same error as below, thus all of my servers are
>> down.
>>
>> I run all of my servers through batch files because it's the quickest
>> way
>> to
>> update multiple servers for me.
>>
>> Could this be a possible problem related to batch files?
>> If so how do we resolve this?
>>
>> Thanks
>>
>> On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>>>
>>> now with every subsequent update it just ignores the orangebox folder
>>>
>>> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update
>>> -game
>>> tf -dir C:\bin\hlds_4
>>> Checking bootstrapper version ...
>>> Updating Installation
>>> No installation record found at C:\bin\hlds_4
>>> No installation record found at C:\bin\hlds_4
>>> No installation record found at C:\bin\hlds_4
>>> No installation record found at C:\bin\hlds_4
>>> No installation record found at C:\bin\hlds_4
>>> No installation record found at C:\bin\hlds_4
>>> Checking/Installing 'Team Fortress 2 Content' version 12
>>>
>>> 0.00%  C:\bin\hlds_4\tf\bin\server.dll
>>> 0.29%  C:\bin\hlds_4\tf\bin\server_i486.so
>>>
>>> > this is sooo strange.. ok I deleted clientregistry.blob from the
>>> steam
>>> > update folder, I also deleted installrecord.blob from the root of the
>>> > server folder.
>>> >
>>> > I run the update cmd.. the tool updates itself to version 22, and
>>> then
>>> > starts the update process using the proper orangebox folder
>>> >
>>> > it scrolls through hundreds of files.. THEN it starts downloading
>>> files
>>> > outside to orangebox folder again.
>>> >
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
>>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Robert Whelan
--
[ Picked text/plain from multipart/alternative ]
There is know work around needed, delete the C:\srcds\tf files (alfred already 
mentioned doing this). Your server never ran from these, it ran from the files 
in C:\srcds\orangebox\tf along with the app srcds.exe which your commandline 
should have pointed to prior to the content mixup.

You should have 1 tf directory:

>> C:\srcds\orangebox
>> C:\srcds\orangebox\tf
>> C:\srcds\orangebox\platform
>> C:\srcds\orangebox\hl2
>> C:\srcds\orangebox\bin






- Original Message 
From: Steve S. <[EMAIL PROTECTED]>
To: hlds@list.valvesoftware.com
Sent: Thursday, October 18, 2007 1:13:46 PM
Subject: Re: [hlds] Win32 hldsupdatetool updated

As a temp work around I have just been copying the files into the
orangebox folder manually.. for awhile I was even running the server from
outside the orangebox folder. (but that's sketchy)

you COULD make a batch file to correct the problem (again as a temp work
around)

something like this

xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\

If you have several TF2 servers it may be beneficial to keep a "master"
install folder that is updated then xcopy the changes out to your
individual servers folders. This should at least get you going until they
get this sorted out.

-Steve

> --
> [ Picked text/plain from multipart/alternative ]
> I'm getting the exact same error as below, thus all of my servers are
> down.
>
> I run all of my servers through batch files because it's the quickest way
> to
> update multiple servers for me.
>
> Could this be a possible problem related to batch files?
> If so how do we resolve this?
>
> Thanks
>
> On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>>
>> now with every subsequent update it just ignores the orangebox folder
>>
>> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update
>> -game
>> tf -dir C:\bin\hlds_4
>> Checking bootstrapper version ...
>> Updating Installation
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> Checking/Installing 'Team Fortress 2 Content' version 12
>>
>> 0.00%  C:\bin\hlds_4\tf\bin\server.dll
>> 0.29%  C:\bin\hlds_4\tf\bin\server_i486.so
>>
>> > this is sooo strange.. ok I deleted clientregistry.blob from the steam
>> > update folder, I also deleted installrecord.blob from the root of the
>> > server folder.
>> >
>> > I run the update cmd.. the tool updates itself to version 22, and then
>> > starts the update process using the proper orangebox folder
>> >
>> > it scrolls through hundreds of files.. THEN it starts downloading
>> files
>> > outside to orangebox folder again.
>> >
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\{ladder2.vmt
>> > 0.06%  C:\bin\hlds_4\hl2\materials\halflife\{rail2.vmt
>> >
>> > I don't know what's going on, but I can get my tool to only put files
>> in
>> > the orangebox folder, it still wants to maintain two copies of the
>> server
>> > in the same folder.
>> >
>> >
>> > -Steve
>> >
>> >
>> >> Try deleting your clientregistry.blob to force your hldsupdatetool to
>> >> update itself again

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Steve S.
As a temp work around I have just been copying the files into the
orangebox folder manually.. for awhile I was even running the server from
outside the orangebox folder. (but that's sketchy)

you COULD make a batch file to correct the problem (again as a temp work
around)

something like this

xcopy /s /v /Y /D C:\bin\hlds_4\tf C:\bin\hlds_4\orangebox\
xcopy /s /v /Y /D C:\bin\hlds_4\bin C:\bin\hlds_4\orangebox\
xcopy /s /v /Y /D C:\bin\hlds_4\platform C:\bin\hlds_4\orangebox\

If you have several TF2 servers it may be beneficial to keep a "master"
install folder that is updated then xcopy the changes out to your
individual servers folders. This should at least get you going until they
get this sorted out.

-Steve

> --
> [ Picked text/plain from multipart/alternative ]
> I'm getting the exact same error as below, thus all of my servers are
> down.
>
> I run all of my servers through batch files because it's the quickest way
> to
> update multiple servers for me.
>
> Could this be a possible problem related to batch files?
> If so how do we resolve this?
>
> Thanks
>
> On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>>
>> now with every subsequent update it just ignores the orangebox folder
>>
>> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update
>> -game
>> tf -dir C:\bin\hlds_4
>> Checking bootstrapper version ...
>> Updating Installation
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> No installation record found at C:\bin\hlds_4
>> Checking/Installing 'Team Fortress 2 Content' version 12
>>
>> 0.00%   C:\bin\hlds_4\tf\bin\server.dll
>> 0.29%   C:\bin\hlds_4\tf\bin\server_i486.so
>>
>> > this is sooo strange.. ok I deleted clientregistry.blob from the steam
>> > update folder, I also deleted installrecord.blob from the root of the
>> > server folder.
>> >
>> > I run the update cmd.. the tool updates itself to version 22, and then
>> > starts the update process using the proper orangebox folder
>> >
>> > it scrolls through hundreds of files.. THEN it starts downloading
>> files
>> > outside to orangebox folder again.
>> >
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{ladder2.vmt
>> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{rail2.vmt
>> >
>> > I don't know what's going on, but I can get my tool to only put files
>> in
>> > the orangebox folder, it still wants to maintain two copies of the
>> server
>> > in the same folder.
>> >
>> >
>> > -Steve
>> >
>> >
>> >> Try deleting your clientregistry.blob to force your hldsupdatetool to
>> >> update itself again, we can't reproduce this behavior unless we run
>> with
>> >> the version of the tool we since fixed.
>> >>
>> >> Steve S. wrote:
>> >>> It's there
>> >>>
>> >>> I'm not sure what the corecct formatting would be, here's the
>> contents
>> >>>
>> >>> 442=orangebox
>> >>> 441=orangebox
>> >>> 310=orangebox
>> >>> 311=orangebox
>> >>> 216=orangebox
>> >>>
>> >>>
>>  There needs to be an appdir.txt file in the base dir along with the
>>  other hldsupdatetool files, that file controls what files go into
>>  the orange box folder.
>> 
>>  - Alfred
>> 
>>  Steve S. wrote:
>> > After updating to the new version.. I deleted all the extra
>> content
>> > outside the orangebox folder that have been downloaded before and
>> > ran the update
>> >
>> > It still appears to be ignoring the orangebox folder.
>> >
>> > 55.35%
>> > C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
>> > 55.36%
>> > C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
>> >
>> >
>> >
>> >> This is a multi-part message in MIME format.
>> >> --
>> >> [ Picked text/plain from multipart/alternative ]
>> >> The Win32 hldsupdatetool has been updated again.  To update just
>> >> run hldsupdatetool.  

Re: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Kyle Cassidy
--
[ Picked text/plain from multipart/alternative ]
I'm getting the exact same error as below, thus all of my servers are down.

I run all of my servers through batch files because it's the quickest way to
update multiple servers for me.

Could this be a possible problem related to batch files?
If so how do we resolve this?

Thanks

On 10/18/07, Steve S. <[EMAIL PROTECTED]> wrote:
>
> now with every subsequent update it just ignores the orangebox folder
>
> C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
> tf -dir C:\bin\hlds_4
> Checking bootstrapper version ...
> Updating Installation
> No installation record found at C:\bin\hlds_4
> No installation record found at C:\bin\hlds_4
> No installation record found at C:\bin\hlds_4
> No installation record found at C:\bin\hlds_4
> No installation record found at C:\bin\hlds_4
> No installation record found at C:\bin\hlds_4
> Checking/Installing 'Team Fortress 2 Content' version 12
>
> 0.00%   C:\bin\hlds_4\tf\bin\server.dll
> 0.29%   C:\bin\hlds_4\tf\bin\server_i486.so
>
> > this is sooo strange.. ok I deleted clientregistry.blob from the steam
> > update folder, I also deleted installrecord.blob from the root of the
> > server folder.
> >
> > I run the update cmd.. the tool updates itself to version 22, and then
> > starts the update process using the proper orangebox folder
> >
> > it scrolls through hundreds of files.. THEN it starts downloading files
> > outside to orangebox folder again.
> >
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{ladder2.vmt
> > 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{rail2.vmt
> >
> > I don't know what's going on, but I can get my tool to only put files in
> > the orangebox folder, it still wants to maintain two copies of the
> server
> > in the same folder.
> >
> >
> > -Steve
> >
> >
> >> Try deleting your clientregistry.blob to force your hldsupdatetool to
> >> update itself again, we can't reproduce this behavior unless we run
> with
> >> the version of the tool we since fixed.
> >>
> >> Steve S. wrote:
> >>> It's there
> >>>
> >>> I'm not sure what the corecct formatting would be, here's the contents
> >>>
> >>> 442=orangebox
> >>> 441=orangebox
> >>> 310=orangebox
> >>> 311=orangebox
> >>> 216=orangebox
> >>>
> >>>
>  There needs to be an appdir.txt file in the base dir along with the
>  other hldsupdatetool files, that file controls what files go into
>  the orange box folder.
> 
>  - Alfred
> 
>  Steve S. wrote:
> > After updating to the new version.. I deleted all the extra content
> > outside the orangebox folder that have been downloaded before and
> > ran the update
> >
> > It still appears to be ignoring the orangebox folder.
> >
> > 55.35%
> > C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
> > 55.36%
> > C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
> >
> >
> >
> >> This is a multi-part message in MIME format.
> >> --
> >> [ Picked text/plain from multipart/alternative ]
> >> The Win32 hldsupdatetool has been updated again.  To update just
> >> run hldsupdatetool.  The specific changes include:
> >>
> >> - Fixed Team Fortress 2 downloading to the wrong folder
> >>
> >> Jason
> >>
> >> --
> >>
> >> ___
> >> To unsubscribe, edit your list preferences, or view the list
> >> archives, please visit:
> >> http://list.valvesoftware.com/mailman/listinfo/hlds
> >>
> >
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list
> > archives, please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> 
>  ___
>  To unsubscribe, edit your list preferences, or view the list
>  archives, please visit:
>  http://list.valvesoftware.com/mailman/listinfo/hlds
> 
> >>>
>

RE: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Steve S.
Ok that makes sense, if there supposed to be 2 copies of the TF folder as
well? This is what I am getting

C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
tf -dir C:\bin\hlds_4
Checking bootstrapper version ...
Updating Installation
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
Checking/Installing 'Team Fortress 2 Content' version 12

0.00%   C:\bin\hlds_4\tf\bin\server.dll
0.29%   C:\bin\hlds_4\tf\bin\server_i486.so


I thought all this stuff was supposed to live in the orangebox folder..






> That set of files should be outside of the orangebox folder, it is from
> the base hl2/ game directory that both old and new Source engine games
> share.
>
> - Alfred
>
> Steve S. wrote:
>> this is sooo strange.. ok I deleted clientregistry.blob from the steam
>> update folder, I also deleted installrecord.blob from the root of the
>> server folder.
>>
>> I run the update cmd.. the tool updates itself to version 22, and then
>> starts the update process using the proper orangebox folder
>>
>> it scrolls through hundreds of files.. THEN it starts downloading
>> files
>> outside to orangebox folder again.
>>
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{ladder2.vmt
>> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{rail2.vmt
>>
>> I don't know what's going on, but I can get my tool to only put files
>> in
>> the orangebox folder, it still wants to maintain two copies of the
>> server
>> in the same folder.
>>
>>
>> -Steve
>>
>>
>>> Try deleting your clientregistry.blob to force your hldsupdatetool to
>>> update itself again, we can't reproduce this behavior unless we run
>>> with the version of the tool we since fixed.
>>>
>>> Steve S. wrote:
 It's there

 I'm not sure what the corecct formatting would be, here's the
 contents

 442=orangebox
 441=orangebox
 310=orangebox
 311=orangebox
 216=orangebox


> There needs to be an appdir.txt file in the base dir along with the
> other hldsupdatetool files, that file controls what files go into
> the orange box folder.
>
> - Alfred
>
> Steve S. wrote:
>> After updating to the new version.. I deleted all the extra
>> content outside the orangebox folder that have been downloaded
>> before and ran the update
>>
>> It still appears to be ignoring the orangebox folder.
>>
>> 55.35%
>> C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
>> 55.36%
>> C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
>>
>>
>>
>>> This is a multi-part message in MIME format.
>>> --
>>> [ Picked text/plain from multipart/alternative ]
>>> The Win32 hldsupdatetool has been updated again.  To update just
>>> run hldsupdatetool.  The specific changes include:
>>>
>>> - Fixed Team Fortress 2 downloading to the wrong folder
>>>
>>> Jason
>>>
>>> --
>>>
>>> ___
>>> To unsubscribe, edit your list preferences, or view the list
>>> archives, please visit:
>>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>>
>>
>>
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>



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

RE: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Alfred Reynolds
That set of files should be outside of the orangebox folder, it is from
the base hl2/ game directory that both old and new Source engine games
share.

- Alfred

Steve S. wrote:
> this is sooo strange.. ok I deleted clientregistry.blob from the steam
> update folder, I also deleted installrecord.blob from the root of the
> server folder.
>
> I run the update cmd.. the tool updates itself to version 22, and then
> starts the update process using the proper orangebox folder
>
> it scrolls through hundreds of files.. THEN it starts downloading
> files
> outside to orangebox folder again.
>
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{ladder2.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{rail2.vmt
>
> I don't know what's going on, but I can get my tool to only put files
> in
> the orangebox folder, it still wants to maintain two copies of the
> server
> in the same folder.
>
>
> -Steve
>
>
>> Try deleting your clientregistry.blob to force your hldsupdatetool to
>> update itself again, we can't reproduce this behavior unless we run
>> with the version of the tool we since fixed.
>>
>> Steve S. wrote:
>>> It's there
>>>
>>> I'm not sure what the corecct formatting would be, here's the
>>> contents
>>>
>>> 442=orangebox
>>> 441=orangebox
>>> 310=orangebox
>>> 311=orangebox
>>> 216=orangebox
>>>
>>>
 There needs to be an appdir.txt file in the base dir along with the
 other hldsupdatetool files, that file controls what files go into
 the orange box folder.

 - Alfred

 Steve S. wrote:
> After updating to the new version.. I deleted all the extra
> content outside the orangebox folder that have been downloaded
> before and ran the update
>
> It still appears to be ignoring the orangebox folder.
>
> 55.35%
> C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
> 55.36%
> C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
>
>
>
>> This is a multi-part message in MIME format.
>> --
>> [ Picked text/plain from multipart/alternative ]
>> The Win32 hldsupdatetool has been updated again.  To update just
>> run hldsupdatetool.  The specific changes include:
>>
>> - Fixed Team Fortress 2 downloading to the wrong folder
>>
>> Jason
>>
>> --
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds

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

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

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


RE: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Steve S.
this is sooo strange.. ok I deleted clientregistry.blob from the steam
update folder, I also deleted installrecord.blob from the root of the
server folder.

I run the update cmd.. the tool updates itself to version 22, and then
starts the update process using the proper orangebox folder

it scrolls through hundreds of files.. THEN it starts downloading files
outside to orangebox folder again.

0.06%   C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\{ladder2.vmt
0.06%   C:\bin\hlds_4\hl2\materials\halflife\{rail2.vmt

I don't know what's going on, but I can get my tool to only put files in
the orangebox folder, it still wants to maintain two copies of the server
in the same folder.


-Steve


> Try deleting your clientregistry.blob to force your hldsupdatetool to
> update itself again, we can't reproduce this behavior unless we run with
> the version of the tool we since fixed.
>
> Steve S. wrote:
>> It's there
>>
>> I'm not sure what the corecct formatting would be, here's the contents
>>
>> 442=orangebox
>> 441=orangebox
>> 310=orangebox
>> 311=orangebox
>> 216=orangebox
>>
>>
>>> There needs to be an appdir.txt file in the base dir along with the
>>> other hldsupdatetool files, that file controls what files go into
>>> the orange box folder.
>>>
>>> - Alfred
>>>
>>> Steve S. wrote:
 After updating to the new version.. I deleted all the extra content
 outside the orangebox folder that have been downloaded before and
 ran the update

 It still appears to be ignoring the orangebox folder.

 55.35%
 C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
 55.36%
 C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav



> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> The Win32 hldsupdatetool has been updated again.  To update just
> run hldsupdatetool.  The specific changes include:
>
> - Fixed Team Fortress 2 downloading to the wrong folder
>
> Jason
>
> --
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>



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



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


RE: [hlds] Win32 hldsupdatetool updated

2007-10-18 Thread Steve S.
now with every subsequent update it just ignores the orangebox folder

C:\bin\hlds_4>C:\bin\hlds_update\HldsUpdateTool.exe -command update -game
tf -dir C:\bin\hlds_4
Checking bootstrapper version ...
Updating Installation
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
No installation record found at C:\bin\hlds_4
Checking/Installing 'Team Fortress 2 Content' version 12

0.00%   C:\bin\hlds_4\tf\bin\server.dll
0.29%   C:\bin\hlds_4\tf\bin\server_i486.so

> this is sooo strange.. ok I deleted clientregistry.blob from the steam
> update folder, I also deleted installrecord.blob from the root of the
> server folder.
>
> I run the update cmd.. the tool updates itself to version 22, and then
> starts the update process using the proper orangebox folder
>
> it scrolls through hundreds of files.. THEN it starts downloading files
> outside to orangebox folder again.
>
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\generic027.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm3000.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_cmpm5.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_comp3e.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_gad1.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_panel1d.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair1b.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_stair2b.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\lab1_w6a.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\nwbarrel.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\stripes2.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan1.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan4.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\trrm_pan6.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{grate2.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{ladder2.vmt
> 0.06%   C:\bin\hlds_4\hl2\materials\halflife\{rail2.vmt
>
> I don't know what's going on, but I can get my tool to only put files in
> the orangebox folder, it still wants to maintain two copies of the server
> in the same folder.
>
>
> -Steve
>
>
>> Try deleting your clientregistry.blob to force your hldsupdatetool to
>> update itself again, we can't reproduce this behavior unless we run with
>> the version of the tool we since fixed.
>>
>> Steve S. wrote:
>>> It's there
>>>
>>> I'm not sure what the corecct formatting would be, here's the contents
>>>
>>> 442=orangebox
>>> 441=orangebox
>>> 310=orangebox
>>> 311=orangebox
>>> 216=orangebox
>>>
>>>
 There needs to be an appdir.txt file in the base dir along with the
 other hldsupdatetool files, that file controls what files go into
 the orange box folder.

 - Alfred

 Steve S. wrote:
> After updating to the new version.. I deleted all the extra content
> outside the orangebox folder that have been downloaded before and
> ran the update
>
> It still appears to be ignoring the orangebox folder.
>
> 55.35%
> C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
> 55.36%
> C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
>
>
>
>> This is a multi-part message in MIME format.
>> --
>> [ Picked text/plain from multipart/alternative ]
>> The Win32 hldsupdatetool has been updated again.  To update just
>> run hldsupdatetool.  The specific changes include:
>>
>> - Fixed Team Fortress 2 downloading to the wrong folder
>>
>> Jason
>>
>> --
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds

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

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




RE: [hlds] Win32 hldsupdatetool updated

2007-10-17 Thread Alfred Reynolds
Try deleting your clientregistry.blob to force your hldsupdatetool to
update itself again, we can't reproduce this behavior unless we run with
the version of the tool we since fixed.

Steve S. wrote:
> It's there
>
> I'm not sure what the corecct formatting would be, here's the contents
>
> 442=orangebox
> 441=orangebox
> 310=orangebox
> 311=orangebox
> 216=orangebox
>
>
>> There needs to be an appdir.txt file in the base dir along with the
>> other hldsupdatetool files, that file controls what files go into
>> the orange box folder.
>>
>> - Alfred
>>
>> Steve S. wrote:
>>> After updating to the new version.. I deleted all the extra content
>>> outside the orangebox folder that have been downloaded before and
>>> ran the update
>>>
>>> It still appears to be ignoring the orangebox folder.
>>>
>>> 55.35%
>>> C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
>>> 55.36%
>>> C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
>>>
>>>
>>>
 This is a multi-part message in MIME format.
 --
 [ Picked text/plain from multipart/alternative ]
 The Win32 hldsupdatetool has been updated again.  To update just
 run hldsupdatetool.  The specific changes include:

 - Fixed Team Fortress 2 downloading to the wrong folder

 Jason

 --

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

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

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


RE: [hlds] Win32 hldsupdatetool updated

2007-10-17 Thread Steve S.
It's there

I'm not sure what the corecct formatting would be, here's the contents

442=orangebox
441=orangebox
310=orangebox
311=orangebox
216=orangebox


> There needs to be an appdir.txt file in the base dir along with the
> other hldsupdatetool files, that file controls what files go into the
> orange box folder.
>
> - Alfred
>
> Steve S. wrote:
>> After updating to the new version.. I deleted all the extra content
>> outside the orangebox folder that have been downloaded before and ran
>> the
>> update
>>
>> It still appears to be ignoring the orangebox folder.
>>
>> 55.35%
>> C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
>> 55.36%
>> C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
>>
>>
>>
>>> This is a multi-part message in MIME format.
>>> --
>>> [ Picked text/plain from multipart/alternative ]
>>> The Win32 hldsupdatetool has been updated again.  To update just run
>>> hldsupdatetool.  The specific changes include:
>>>
>>> - Fixed Team Fortress 2 downloading to the wrong folder
>>>
>>> Jason
>>>
>>> --
>>>
>>> ___
>>> To unsubscribe, edit your list preferences, or view the list
>>> archives, please visit:
>>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>>
>>
>>
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>



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


RE: [hlds] Win32 hldsupdatetool updated

2007-10-17 Thread Alfred Reynolds
There needs to be an appdir.txt file in the base dir along with the
other hldsupdatetool files, that file controls what files go into the
orange box folder.

- Alfred

Steve S. wrote:
> After updating to the new version.. I deleted all the extra content
> outside the orangebox folder that have been downloaded before and ran
> the
> update
>
> It still appears to be ignoring the orangebox folder.
>
> 55.35%
> C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
> 55.36%
> C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav
>
>
>
>> This is a multi-part message in MIME format.
>> --
>> [ Picked text/plain from multipart/alternative ]
>> The Win32 hldsupdatetool has been updated again.  To update just run
>> hldsupdatetool.  The specific changes include:
>>
>> - Fixed Team Fortress 2 downloading to the wrong folder
>>
>> Jason
>>
>> --
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds

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


Re: [hlds] Win32 hldsupdatetool updated

2007-10-17 Thread Steve S.
After updating to the new version.. I deleted all the extra content
outside the orangebox folder that have been downloaded before and ran the
update

It still appears to be ignoring the orangebox folder.

55.35%  C:\bin\hlds_4\tf\sound\vo\engineer_autobuildingteleporter02.wav
55.36%  C:\bin\hlds_4\tf\sound\vo\engineer_autocappedcontrolpoint01.wav



> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> The Win32 hldsupdatetool has been updated again.  To update just run
> hldsupdatetool.  The specific changes include:
>
> - Fixed Team Fortress 2 downloading to the wrong folder
>
> Jason
>
> --
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>



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


Re: [hlds] Win32 hldsupdatetool updated

2007-10-17 Thread Robert Whelan
--
[ Picked text/plain from multipart/alternative ]
Thx Jason,

Seems to be loading fine now, all is well once again!

Kudos


- Original Message 
From: Jason Ruymen <[EMAIL PROTECTED]>
To: hlds@list.valvesoftware.com
Sent: Wednesday, October 17, 2007 4:32:18 PM
Subject: [hlds] Win32 hldsupdatetool updated

This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
The Win32 hldsupdatetool has been updated again.  To update just run
hldsupdatetool.  The specific changes include:

- Fixed Team Fortress 2 downloading to the wrong folder

Jason

--

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

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--

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