Home - Garry's Mod - Team Speak 3 - Minecraft - Minecraft Bukkit - Counter Strike 1.6 - Counter Strike Source - Team Fortress 2 - CoD Modern Warfare 3

Make Game Server - How to make a Counter Strike Source Server on Linux or Ubuntu

How to make a Counter Strike Source Server on Linux or UbuntuHow to make a CSS Server / How to make a Counter Strike source Server [Linux]

Author: S.P.E.C.1.@.L. - (Max Maxymenko)

This info is FREE to print, if you want to copy any of  our information, you have to include the link of our Website into your copied text.
Author: [email protected]. - (Max Maxymenko)
  Print Friendly File

STEPS TO FOLLOW:

  • Step 1 - Making CSS direcroty
  • Step 2 - Downloading hldsupdatetool.bin
  • Step 3 - Setting up permissions
  • Step 4 - Running hldsupdatetool.bin
  • Step 5 - Downloading Counter Strike Source Server
  • Step 6 - Starting the server



  • Step 1 - Creating CSS direcroty
    You have to create a directory in which your CSS serve will be stored.
    Open terminal and type this in:

    mkdir CSS

    Just like shown on the picture bellow:

    Then the CSS directory will be created at /home/CSS.

     

    Step 2 - Downloading hldsupdatetool.bin

    Then we have to download the hldsupdatetool.bin from Steam servers.

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

    Then you will see something like this...

     

    Step 3 - Setting up permissions

    After hldsupdatetool.bin had been downloaded go ahead and type this into your terminal window:

    chmod +x hldsupdatetool.bin

    This will give you all of the permissions you need to be able to execute and run hldsupdatetool.bin file.

     

    Step 4 - Running hldsupdatetool.bin

    After you've done that, type this:

    ./hldsupdatetool.bin

    This will start hldsupdatetool.bin file.

    Type "yes".

    And after its done you will see this:

     

    Step 5 - Downloading Counter Strike Source Server

    Now the most important thing is to download the Counter Strike Soure Server.

    Into your terminal type this:

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

    Then press "Enter", after that it should start downloading files that you will need to run Counter Strike Server.

    After its done downloading, you will see this:

     

    Step 6 - Starting the server

    Now it is time to start our server :)

    Open REGEDIT, and type this code in:

    #!/bin/sh
    echo "Starting your server..."
    sleep 1
    cd ~/CSS/css
    ./shrds_run -game cstrike -autoupdate +map de_dust2 -hostport 27015 +maxplayers 16

    And save this file in .sh format.

    Download this .sh file here

    If you server doesn't self update, then add this like to you run script. Replace USERNAME with your Linux's username, such as root.

    -steambin /home/USERNAME/steam

    Then run it....

    Click on "Run in Terminal" botton.

    Now your server should be up and running.




    © Copyright 2012-2024 - MakeGameServer.com

    IF YOU DID NOT UNDERSTAND SOMETHING, PLEASE LEAVE A COMMENT ON OUR FORUM