SRCDS Steam group


hlds_run instead of srcds_run
#16
I don't believe so.
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#17
liquid_fubar Wrote:
Code:
[root@localhost source]# ./steam -command update -game "Counter-Strike Source" -dir . -username liquid_fubar -password ###### -remember_password
Checking bootstrapper version ...
Use:

Create a Steam Account:
        -create <username> <password> <question> <answer>

Install or update HLDS:
        -update <game> <installdir> <username> [<password> [Y]]
         Y => remember password

View installed versions:
        -version

like i told you couple posts up, this is an OLD version of steam (hldsupdatetool). the new syntax is very different:

Code:
sh-2.05$ ./steam
Checking bootstrapper version ...

Use: steam -command <command> [parameters] [flags]

Commands:
create: Create a Steam Account
   parameters:
      -username <username>    -   Username of Steam account (case-insensitive)
      -email <email>          -   Email address
      -password <password>    -   Password for the account (case-sensitive)
      -question <question>    -   Password reminder question
      -answer <answer>        -   Password reminder secret answer (case-sensitive)

   For example: steam -command create -username foobar -email foo@bar.com -password pasSwoRd -question "cat's name?" -answer Gordo

update: Install or update HLDS
   parameters:
      -game <game>            -   Mod name: cstrike, tfc, dod, dmc, valve, czero, or ricochet
      -dir <installdir>       -   HLDS Install dir
      -username <username>    -   Steam username
      -password <password>    -   Password
      (if username, password, or dir not specified, will use value from last run of tool)
   flags:
      -remember_password      -   Remember Steam password so is not needed next time
      -verify_all             -   Verify all HLDS files are up to date
      -retry                  -   Automatically retry every 30 seconds if the Steam Network is busy

   For example: steam -command update -game cstrike -dir /hlds -username foo@bar.com -password pasSwoRd -remember_password

version: View installed versions
list: View available games

Optional parameters for all commands:

just get a new version Wink
To be (an admin), or not to be (an admin), that is the Question.
http://japje.nl/steam/install steam linux install guide for cs 1.6
Reply
#18
Do you know where I can find the newest version of the updatehalf-lifetool?
Reply
#19
try running ./steam -update
thats what i JUST got done doing
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#20
Install Windows


happy to help RolleyesRolleyesRolleyes
Clanplanet.co.uk Gaming Servers
Licensed Ventrilo Host - AA Honor Provider - Great Service & Prices
Reply
#21
Stealth Wrote:Install Windows


happy to help RolleyesRolleyesRolleyes

*points Stealth to the noobie section of this forum! = WinkCoolShyRolleyes
To be (an admin), or not to be (an admin), that is the Question.
http://japje.nl/steam/install steam linux install guide for cs 1.6
Reply
#22
liquid_fubar Wrote:Do you know where I can find the newest version of the updatehalf-lifetool?

download from the link in my tutorial (the hlds_l) in my signature, take 1 from the mirror list down below, pri-mirror is offline for maintenace
To be (an admin), or not to be (an admin), that is the Question.
http://japje.nl/steam/install steam linux install guide for cs 1.6
Reply
#23
I am with the same problem =[
Reply
#24
Why is it not downloading the srcds_run files....What am I doing wrong.
Code:
[root@localhost srcds_1]# ./steam -command update -game "Counter-Strike Source" -dir . -username liquid_fubar -password ###### -remember_password
Checking bootstrapper version ...
Updating Installation
Logging in as 'liquid_fubar'
No installation record found at .
Checking/Installing 'Linux Server Engine' version 16
Downloading: .\core_i386.so
Downloading: .\engine_amd.so
Downloading: .\engine_amd64.so
Downloading: .\engine_i486.so
Downloading: .\engine_i686.so
Downloading: .\filesystem_stdio_amd64.so
Downloading: .\filesystem_stdio_i386.so
Downloading: .\hlds_amd
Downloading: .\hlds_amd64
Downloading: .\hlds_i486
Downloading: .\hlds_i686
Downloading: .\hlds_run
Downloading: .\hltv
Downloading: .\libSteamValidateUserIDTickets_amd64.so
Downloading: .\libSteamValidateUserIDTickets_i386.so
Downloading: .\linuxreadme.txt
Downloading: .\proxy_i386.so
........
Reply
#25
theres an installreacord.blob you need to delete i believe
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#26
before I installed this time I searched for all blob's
Code:
find | -name "*.blob"
and the deleted the results before the install and I still get the dame result.
Reply
#27
to decide its problem you have that to lower versao correct of steam. aki catches it
wget http://www.isis.de/members/~hmenze/cs/server/linux/steam
Reply
#28
Well now I am confused...
Code:
[root@localhost srcds_1]# ./steam -command update -game "Counter-Strike Source" -dir . -username liquid_fubar -password ###### -remember_password
Checking bootstrapper version ...
Updating Installation
Logging in as 'liquid_fubar'
Checking/Installing 'Linux Server Engine' version 16

Checking/Installing 'Half-Life Base Content' version 7

Checking/Installing 'Counter-Strike Source Shared Content' version 21

Checking/Installing 'Base Source Shared Models' version 3

Checking/Installing 'Base Source Shared Sounds' version 3

Checking/Installing 'Base Source Shared Materials' version 3

HLDS installation up to date
It lists cs source as version 21. So how do I edit the configs and stuff and run it. Every thing I have read says to run srcds_run. But there isnt one.
Reply
#29
No Flaming please....

You have the same problem that I did.

First delete all of that directory. Go to your user directory and change directory to .steam (note hidden directory.)

cd .steam

Delete the ClientRegistry.blob.

Go to http://www.steampowered.com and get the latest hldsupdatetool.bin

http://www.steampowered.com/download/hldsupdatetool.bin

Create your directory that you want to run it in. I would suggest that you not use /root. If you want to run it out of /usr/local/yadayada create the directory as root and then do a:

chown username.username CSSOURCEdirectory

so you will have permissions to create stuff under it, then change back to that username and and copy the file there.

chmod +x hldsupdatetool.bin
Makes it executable

./hldsupdatetool.bin
unpacks steam in that directory

./steam -update
will update you to the latest version

You have already created your account so type ./steam to get the latest syntax and use the
./steam -command update -game "Counter-Strike Source" -dir ./ -username XXXXXXX -password XXXXXXXX -remember_password

when it's done run it again to make sure you got all of the updates.

You should be rockin. But don't forget the blob file in the hidden steam directory under your user dir (DON"T USE ROOT!).

you will find srcds_run in the same directory that the .steam command is in if all went well. Smile

liquid_fubar Wrote:Well now I am confused...
Code:
[root@localhost srcds_1]# ./steam -command update -game "Counter-Strike Source" -dir . -username liquid_fubar -password ###### -remember_password
Checking bootstrapper version ...
Updating Installation
Logging in as 'liquid_fubar'
Checking/Installing 'Linux Server Engine' version 16

Checking/Installing 'Half-Life Base Content' version 7

Checking/Installing 'Counter-Strike Source Shared Content' version 21

Checking/Installing 'Base Source Shared Models' version 3

Checking/Installing 'Base Source Shared Sounds' version 3

Checking/Installing 'Base Source Shared Materials' version 3

HLDS installation up to date
It lists cs source as version 21. So how do I edit the configs and stuff and run it. Every thing I have read says to run srcds_run. But there isnt one.
Meatpuppet

-How can you be in two places at once, when your not anywhere at all?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)