Page 1 of 3 123 LastLast
Results 1 to 10 of 30

Thread: Installing Counter Strike: Source or any other half-life Sever On Breezy.

  1. #1
    Join Date
    Jul 2005
    Beans
    300

    Installing Counter Strike: Source Breezy.

    This how-to will help you install a Counter Strike: Source server.

    The first step is to make a directory to put the server I will use /srcds (source dedicated server) because I find is the most convenient.

    Code:
     sudo mkdir /srcds
    Move into the directory.

    Code:
     cd /srcds
    Change the directory permissions.

    Code:
     chmod 755 /srcds
    Download the Half-Life server update tool.

    Code:
     sudo wget http://storefront.steampowered.com/download/hldsupdatetool.bin
    Make the file an executable.

    Code:
     chmod +x hldsupdatetool.bin
    Run the update tool. Then except the EULA.

    Code:
     ./hldsupdatetool.bin
    The bin extracted 'steam'. So you can remove it and the readme now.

    Code:
     sudo rm hldsupdatetool.bin
    Code:
     sudo rm readme.txt
    Run the 'steam' file to update it.

    Code:
     ./steam
    Install the server. This could take a few hours.

    Code:
     ./steam -command update -game "Counter-Strike Source" -dir .

    Now go take a break it is installing all the files. It could take a over an hour.

    Once that done you can start you server by.

    Code:
     ./srcds_run -game cstrike -autoupdate +map de_dust
    I hope this how-to helped you post any errors, typos, suggestions or feedback.

    I'm in the process of updateing the how-to, I have a few more bugs to comfirm.
    Last edited by bjweeks; April 9th, 2006 at 10:03 AM. Reason: Update

  2. #2
    Join Date
    May 2005
    Beans
    119

    Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    GREAAAATT howto
    helped me a lot, ony one question - can i download with this steam server for CS 1.5 or only 1.6 is available ???

    EDIT:
    i would add "chmod 755 -R /srcds" , if you add just "chmod 755 /srcds" after install you wont be able to do anything without superuser privileges.
    Last edited by ::DoGG::; October 27th, 2005 at 10:19 PM.
    My Father`s description of shell :

    " Hello ?? I think I broke your computer, i have a black screen and mouse is not working.."

  3. #3
    Join Date
    Jul 2005
    Beans
    300

    Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    This only install the latest server so installing "cstrike" would install Counter Strike 1.6. Would you need to use -r because you set the chmod before you put the files in the directory.

  4. #4
    Join Date
    Dec 2005
    Beans
    1

    Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    everything went smoothly, until the second to last step....

    plasma@ubuntu:/cs$ ./steam -command update -game cstrike -dir .
    Checking bootstrapper version ...
    Getting version 17 of Steam HLDS Update Tool
    Downloading. . . . . . . . . . . .
    Cannot open output file 'LinuxHldsUpdateTool_17.pkg'

    i get that cannot open 17 pkg....

    any ideas?


    p.s. im also a complete linux noob

  5. #5
    Join Date
    Jul 2005
    Beans
    300

    Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    It could be a issue with Valve's servers, try again and see if is works.

  6. #6
    Join Date
    Nov 2005
    Beans
    1

    Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    Quote Originally Posted by Plasma88
    everything went smoothly, until the second to last step....

    plasma@ubuntu:/cs$ ./steam -command update -game cstrike -dir .
    Checking bootstrapper version ...
    Getting version 17 of Steam HLDS Update Tool
    Downloading. . . . . . . . . . . .
    Cannot open output file 'LinuxHldsUpdateTool_17.pkg'

    i get that cannot open 17 pkg....

    any ideas?


    p.s. im also a complete linux noob

    Run ./steam as sudo. That should fix it for you.

    Ex: sudo ./steam -command update -game cstrike -dir .

  7. #7
    Join Date
    Dec 2005
    Location
    ipswich (England)
    Beans
    1
    Distro
    Ubuntu Breezy 5.10

    Red face Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    hello just wondering how do you make a directory or wer do you get one because im on windows xp and i dont no how thnx for you help


    jamaican

  8. #8
    Join Date
    Jan 2007
    Beans
    6

    Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    great howto!!

  9. #9
    Join Date
    Mar 2007
    Beans
    2

    Re: Installing Counter Strike: Source or any other half-life Sever On Breezy.

    Hi, I am new to linux and I was wondering what port I should forward for this server, and also how to configure admins and such. I have another server that I am using as a web, ftp, and network server, so I don't want to put it in the DMZ and disrupt the other server.
    Thanks in advance!

    -Tom

  10. #10
    Join Date
    Jun 2006
    Beans
    7

    Re: Installing Counter Strike: Source Breezy.

    I keep getting this when trying to run hldsupdatetool.bin:

    tehgooch@gserver:/srcds# ./hldsupdatetool.bin
    bash: ./hldsupdatetool.bin: No such file or directory
    tehgooch@gserver:/srcds#
    The file is there, and I followed all the directions exactly. I am running Ubuntu 7.04 Server AMD64 (Is it because I'm running AMD64?).

    I'm doing this through SSH on my Windows XP Pro computer. Any help would be greatly appreciated. I tried to include any information that might be useful, but if you need more just ask .

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •