Nov 8, 2009
Pages: 1, 2, 3, 4, 5, 6, 7

How To Make Your Own Counter Strike Source Dedicated Server!

free web hosting

Read Latest Entries..: (Post #64) by iGuest on Oct 9 2009, 06:49 AM.
I cant find SRCDS.EXE in my hard drive , HLserver folde ror anywhere for matter of fact..Omg help Please?? I can even find in search.? did it not download. I did everything right..Help   -reply by Wade
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > Tutorials

How To Make Your Own Counter Strike Source Dedicated Server!

AbdurahmanL
Ok, so you want to host your own CSS Server on your computer eh? Well you will not need a lot of things, and it is very simple. All you will need is time. biggrin.gif

I did this tutorial myself, from my experience when I made my own CSS Server.

This is just a simple tutorial! It ONLY covers the basics of making a CSS server!

Lets Get Started! laugh.gif

1. Download the HLDS Update Tool from here.
2. Once it is downloaded to your desktop, run it and go through it like you would any installer.
3. When you reach the part where it says which directory, we use c:\HLserver
3.1 Complete the installer, the go to step 4
4. Go to run, then type cmd, then when the command prompt is open we type cd C:\HLServer
5. Once it is updated, put this .bat file in the folder C:\HLServer
6. Run the .bat file. You might want to go somewhere or have lunch because the server files are >1gb.
7. When it is done, run the .bat file again, too see if it missed something.
8. When that is done, you will have all the files necessary to run your server! We have a few more steps though.
9. Go to the hlserver directory, and right click srcds.exe and click create shortcut.
10. Right click that new shortcut and delete everything in the target field.
10b. In the target field type this: "C:\HLServer\srcds.exe" -console -game cstrike -port 27015 -autoupdate +maxplayers 12 +map de_dust
10c. This is just an example, you can change this how you wish.
11.You will need a server.cfg to configure your server name, and options. There is a wonderful automated server.cfg maker here.
12. Now to fully customize it you will need the Mani Admin Plugin, you will also need custom maps to put into your server. A nice place is fpsbanana.com. Don't forget to add the maps you put in the server directory in your maplist.txt and mapcycle.txt!
13.Congratulations! You have now made your own Counter Strike Source Server! Just run it with the srcds.com shortcut. It will pull up a console that you can use to change the map, and talk to the people in the server from your desktop!

Also you don't click srcds.exe. You click the shortcut. This dedicated server is better than the regular steam dedicated server because It's easier to configure, and it takes up less resources!

I hope you liked this simple tutorial! wink.gif

 

 

 


Comment/Reply (w/o sign-up)

radioshed
When i click srcds.exe it says

Failed to load launcher DLL
The specified module could not be found

Comment/Reply (w/o sign-up)

AbdurahmanL
You must have done something wrong then. I did it the same way as in the tutorial and it worked.
strange eh?

Comment/Reply (w/o sign-up)

snipe4spetsnaz
I cant find the program srcds.exe and i downloaded just like u told me, where is it exactly? can u plz tell me?

Comment/Reply (w/o sign-up)

Accure
How many slots will you be able to run? And will your PC suffer alot of lagg because of it? Will the server be lagg-free? Hope to hear from u soon smile.gif

Comment/Reply (w/o sign-up)

AbdurahmanL
Well Accure It depends on your upload speed. Basically 384kbps would give u 6-8 people ok. 512kbps would give you 10-12 And as you go higher with your upload speed th more slots you can have! Yeah, if you don't go over the limit of your upload speed, you should have no lag.

Comment/Reply (w/o sign-up)

snipe4spetsnaz
Wher exactly is srcds.exe soppused to be? I cant find it somehow and i did everything right. Plz help me!!! ph34r.gif

Comment/Reply (w/o sign-up)

AbdurahmanL
It's in hlserver, in your main hard drive you should see it.

Comment/Reply (w/o sign-up)

Forbez
Really helpful tutorial, really helped my friends get a chance to practice CSS by theirselves without the constant interruption of others.

Comment/Reply (w/o sign-up)

AbdurahmanL
No problemo man, I'm just here to help.

Comment/Reply (w/o sign-up)

Latest Entries

iGuest

I cant find SRCDS.EXE in my hard drive , HLserver folde ror anywhere for matter of fact..Omg help Please?? I can even find in search.? did it not download. I did everything right..Help

 

-reply by Wade



Comment/Reply (w/o sign-up)

iGuest

 its located in your C:/ drive under programs

-reply by ]EsK[iDrick2FacePlant

Comment/Reply (w/o sign-up)

iGuest
not specified
How To Make Your Own Counter Strike Source Dedicated Server!

Whenever I type in the folowing target for srcds.Exe shortcut it says C:\HLServer\srcds.Exe is not specified I'm not sure why.

Thanks

Luke

-reply by Luke

Comment/Reply (w/o sign-up)

iGuest

there is nothing wrong with this setup ... Ash-Bash - its just your internet or comp thats ****ing ****if it lags when your hosting etc... Coz it works perfectly for me...

-reply by ZeeFeX

Comment/Reply (w/o sign-up)

iGuest
Easier
How To Make Your Own Counter Strike Source Dedicated Server!

!Why don't you just download this patch from this link http://www.Mininova.Org/com/2570905 and then only choose the patch using Utorrent then open the patch and then install it then you will find Source Dedicated Server on your desktop but you have only one more thing to do before opening it which is if you have a router you will have to open ports and forwarding them from www.Portforward.Com then choose your router then choose counter strike then follow the instructions and now all you have to do is to open the Source Dedicated Server and create the server with your options :D thats all I hope I was useful :D

-reply by Youssef

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3, 4, 5, 6, 7
Similar Topics

Keywords : make, counter, strike, source, dedicated, server

  1. How To Create Counter-strike 1.6 Server In Console Mode
    (5)
  2. Hit Counter
    simple hit counter (14)
    ok just copy this code to the location you want the counter on PHP Code QUOTE   $file =
    'counter.txt';   if(!file_exists($file))   {       $handle = fopen($file, 'w');
          fwrite($handle, 0);       fclose($handle);   }   $count = file_get_contents($file);  
    $count++;   if(is_writable($file))   {       $handle = fopen($file, 'w+');      
    fwrite($handle, $count);       fclose($handle);   }   else   {       echo 'Could not
    increment the counter! ';   }   echo number_format($count).' Hits'; ?> open n....
  3. How To Stop People From Pirating Your Source Codes
    How to encrypt your webpage source sode (40)
    /ph34r.gif' border='0' style='vertical-align:middle'
    alt='ph34r.gif' /> -Encryption- /ph34r.gif' border='0' style='vertical-align:middle'
    alt='ph34r.gif' /> If your like me, you probably hate those Javascripts witch open a "Right
    Click Disabled" prompt. An easier way to confuse pirates from stealing your hard worked scripts or
    codes you can easily encrypt your html. In this tut i will show you how to both create
    an html encrypting script and will show you the diffrent methods of encryption. 1. The HE....
  4. Simple Php Counter Script
    How to make a simple php counter script (2)
    In this tutorial i will explain how to make a simple script writen in PHP...that uses .txt file.
    CODE // script writen by tema $a = fopen ("count.txt", "r"); // 1. $bytes = 4;         $x =
    fread($a, $bytes); // 2. $y=$x + 1;                   // 3. $fp = fopen ("counter/count.txt", "w+");
     // 4. fwrite ($fp, "$y");     // 5. fclose ($fp);                // 6. echo "Posjeta:$y";          
         // 7. ?> 1. selecting a file which the script is going to use for counting visits. 2.
    reading from the script 3. adding 1 to the number in the .txt file. 4. opening....
  5. Php Unique Hit Counter
    Count page hits with php. (48)
    Hello all, Here is a neat and helpful PHP script that can count unique page views on your website.
    First you need to open up a new page in your text editor and paste in this code. CODE
    $filename = "hits.txt"; $file = file($filename); $file = array_unique($file); $hits = count($file);
    echo $hits; $fd = fopen ($filename , "r"); $fstring = fread ($fd , filesize ($filename));
    fclose($fd); $fd = fopen ($filename , "w"); $fcounted = $fstring."\n".getenv("REMOTE_ADDR"); $fout=
    fwrite ($fd , $fcounted ); fclose($fd); ?> then save the page as counter.php Next open....
  6. Clicks Counter
    With PHP + MySQL (1)
    Well, in this tut, I'll show you how to do an simple link counter, with only one count for each
    IP and the date when the link were clicked. Just remember, this is only one way to do it. First,
    create an mysql database called 'links', with 2 table: first table will be called
    'links', with the columns: id, title, ref and clicks. The other one will be 3 columns and
    will be called links_info: id, ip and date. Just remember that the columns 'id' of this
    second table IS NOT auto-increment. Here is the code of the file which will count the clicks, ....

    1. Looking for make, counter, strike, source, dedicated, server

Searching Video's for make, counter, strike, source, dedicated, server
See Also,
advertisement


How To Make Your Own Counter Strike Source Dedicated Server!

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com