Server rentals :: NFOservers.com

Forums

All times are UTC - 8 hours



Author Message
PostPosted: Sat Aug 13, 2011 12:20 am 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 12:17 am
Posts: 7
We are having difficulties in installing several games. We tried using the hldsupdatetool procedure but failed. How do we go about this?

Call of Duty 4 (5.3 GB)
HL1 (GoldSrc)-based games (1.5 GB)
Left4Dead2 (7.9 GB)
Left4Dead (3.5 GB)
Source and Orangebox-based games (6.3 GB)


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 12:30 am 
Online
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9312
Location: Seattle
Post-install on an unmanaged Windows VDS, you should be able to install all but CoD4 through HLDSupdatetool with commands like these:

Code:
cd\game installs
mkdir sourcebase
mkdir hldsbase
mkdir l4dbase
mkdir l4d2base
hldsupdatetool -command update -game tf -dir sourcebase
hldsupdatetool -command update -game "Counter-strike source" -dir sourcebase
hldsupdatetool -command update -game cstrike -dir hldsbase
hldsupdatetool -command update -game l4d_full -command update
hldsupdatetool -command update -game left4dead2 -command update

This would give you TF2 and CS:S in c:\Game installs\sourcebase\orangebox, CS 1.6 in c:\Game installs\hldsbase, Left4Dead in c:\Game installs\l4dbase\l4d, and Left4Dead2 in c:\Game installs\l4d2base\left4dead2. If you need other games, this command will show you a list of what can be downloaded:

Code:
hldsupdatetool -command list

If you want to install Garrysmod or a 3rd-party mod, note that they won't coexist with TF2/CS:S/HL2MP/DODS in the same folder, and would need to be installed with a different "-dir" option.

For CoD4, you'd need to upload your full client folder to the server. Alternately, you could install the Steam client on your server, and download through that.


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 12:43 am 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 12:17 am
Posts: 7
I put those codes in a file and saved it as bat. but it doesn't do anything.


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 12:46 am 
Online
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9312
Location: Seattle
It would be best to run these by typing them in. Go to Start->Run->cmd.exe and then enter them at the command line that pops up.


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 12:52 am 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 12:17 am
Posts: 7
So far it has created the directories in c:/game installs. However when I tried to exec command "c:\game installs>hldsupdatetool -command update -game tf -dir sourcebase, it says

connection reset, winsock error 10054 "connection reset by peer"


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 8:46 am 
Online
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9312
Location: Seattle
It's normal for it to say that, but after it downloads a number of files. Did it download the files?


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 12:20 pm 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 12:17 am
Posts: 7
No. It doesn't download the files. Can you have a staff to take a look at this and attempt to download it?


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 4:10 pm 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 4:09 pm
Posts: 3
I'm having the same problem with my VPS.
Not sure why, but I looked all over the place and couldn't find any appropriate solution.

Any help?


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 5:10 pm 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 4:09 pm
Posts: 3
This may help:
http://forums.srcds.com/viewtopic/12189

Maybe not, I'unno. Depends.


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 8:40 pm 
Online
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9312
Location: Seattle
Please post the full output that you are seeing here. To do this, right-click on the command prompt window's title bar and select Edit->Select all, then hit enter. This copies it to the clipboard, and you can paste it into your post.


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 9:07 pm 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 4:09 pm
Posts: 3
I managed to fix it... Somehow.

I put the hldsupdatetool directly into C:\ instead of where it was by default on install, and it works now. I'm confused, but eh... I'm happy!


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 9:12 pm 
Offline
This is my homepage
This is my homepage

Joined: Sun Sep 20, 2009 6:15 pm
Posts: 574
HLDS doesn't like sub directories. I've always placed it in the main drive.

_________________
Image


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 9:25 pm 
Online
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9312
Location: Seattle
I have always put it in a subdirectory and it has always worked fine for me, so this is a bit of a mystery. The only immediate guess that I have is that it now doesn't like the " " in "Game installs", but if so, this would have to be a new bug, as it worked properly when I tested it previously.


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 10:28 pm 
Offline
New to forums
New to forums

Joined: Sat Aug 13, 2011 12:17 am
Posts: 7
Still not working for me

Code:
C:\tf2>HldsUpdateTool.exe -command update -game tf -dir "c:\tf2" -verify_all -re
try
Checking bootstrapper version ...
Connection Reset, WinSock Error 10054 "Connection reset by peer"

C:\tf2>pause
Press any key to continue . . .


Top
 Profile  
 
PostPosted: Sat Aug 13, 2011 10:31 pm 
Online
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9312
Location: Seattle
Please try deleting the ClientRegistry.blob file in your "c:\game installs" folder, as this may help. Also, you might try re-downloading the hldsupdatetool from here: http://storefront.steampowered.com/down ... tetool.exe


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
It is currently Thu Jun 20, 2013 12:14 am
Powered by phpBB® Forum Software © phpBB Group