Internet Explorer may not be fully supported. The CSP Team recommends you to download FireFox or Google Chrome. Thank you!

Closed Thread
Page 1 of 12
1 2 3 11 ... LastLast
Results 1 to 10 of 119
  1. #1
    New Member
    Join Date
    Oct 2009
    Location
    Australia
    Posts
    8

    [OLD] How-to Setup a CSPromod BETA 1.04 Server

    On this page we will cover the installtion process of CSPROMOD on Windows . First, you will need to download and install the windows hldsupdatetool (local download). http://www.steampowered.com/download/hldsupdatetool.exe The default install path is C:\Program Files\Valve\HLServer which is fine in most cases. Your drive letter may differ than above. Be sure you run the hldsupdatetool installer with administrator privileges. Once you've installed the hldsupdatetool, continue reading.

    Installing source dedicated server (SRCDS)
    On Windows, click start, then select run and type cmd then, in the DOS window type:
    Code:
    cd C:\Program Files\Valve\HLServer
    Now, lets update and install Counter-Strike: Source, run the following command:
    Code:
    HldsUpdateTool.exe -command update -game "Counter-Strike Source" -dir .
    Note the period after -dir - Make sure not to leave it out

    Installation will take around 30-60 minutes (~800MB). After the "HLDS installation up to date" message, setup is now complete and you are ready to start the server.

    Add the cspromod 1.04 in the hlds (C:\Program Files\Valve\HLServer)

    2. Starting CS Source Server via Console
    Browse to C:\Program Files\Valve\HLServer find and right click srcds.exe and select Create Shortcut. Now you should have a shortcut icon of srcds.exe. Right click that newly created shortcut and select Properties

    By now, You should be in the shortcut properties window



    Counter-Strike command line options

    Below are a list of commands you can enter in the target field to start the server.

    -console
    Initializes console mode

    -autoupdate
    Automatically update the server when Steam updates are released

    -game <game name>
    The HLDS mod you want to run

    +maxplayers <number of players>
    Amount of players to allow

    +map <map name>
    The map to start the server with

    +port <port number>
    The port number the server should run on. Can be left out if you plan on using the default port (27015).

    Under the shortcut target field is where you will need to enter some options. See above for current -flags you can use, we want to start our server with a limit of 20 players and on csp_dust2 so our shortcut target field will look like this:

    Code:
    "C:\Program Files\Valve\HLServer\srcds.exe" -console -game cspromod -autoupdate +maxplayers 20 +map csp_dust2
    Note the quotes around the path, they are required if the path contains a space

    Now we click OK on the Shortcut window. To start the server we simply double click the shortcut we created and the server will start up with the options we added to the target area. Our server is now running



    You can also start the server without creating a shortcut: Click on Start, Run, then type cmd now in the DOS prompt window, type:

    Code:
    cd C:\Program Files\Valve\HLServer
    then type:

    Code:
    srcds.exe -console -game cspromod -autoupdate +maxplayers 20 +map csp_dust2
    However, we recommend creating the shortcut so you do not have to type the commands each and every time you want start the server.

    Eventually, you will want to alter the server hostname, and other cvars for the server. To do this, use our SRCDS cfgmaker, It can generate a configuration file, even if you have very little knowledge.

    C:\Program Files\Valve\HLServer\CSPromod\cfg : server.cfg

    // These are a reasonable set of defaults for a CSPromod server. You
    // probably don't need to (and shouldn't) change the values other than
    // those near the top.
    //
    // This is a modified version of the CAL CS:Source league config, originally
    // written by laurent@caleague.com. Modified by Divo Networks
    // <http://www.divo.net/> for CSPromod.

    hostname "CSPromod Beta 1.04"
    rcon_password ""
    sv_password ""
    sv_pure 1
    mp_public 1 // Set this to 0 if you're running a private server.

    log on

    r_decal_cullsize 0
    sv_lan 0
    sv_maxupdaterate 100
    sv_minupdaterate 20
    sv_maxcmdrate 0
    sv_unlag 1
    sv_maxunlag .5
    sv_voiceenable 1

    mp_autocrosshair 0
    mp_buytime 15
    mp_c4timer 35
    mp_flashlight 1
    mp_forcecamera 1
    mp_footsteps 1
    mp_falldamage 1

    mp_freezetime 15
    mp_friendlyfire 1
    mp_maxrounds 0
    mp_roundtime 105
    mp_timelimit 0
    mp_startmoney 800

    sv_airaccelerate 25
    sv_allowdownload 1
    sv_allowupload 1
    sv_alltalk 0
    sv_cheats 0
    sv_friction 4
    sv_gravity 800
    net_maxfilesize 32
    sv_maxrate 35000 // Do not set this higher than 25000/35000. 0 is also okay.
    sv_maxspeed 320
    sv_minrate 3500
    sv_stepsize 18
    sv_stopspeed 75
    sv_timeout 65
    sv_voicecodec vaudio_speex

    mp_allowspectators 1
    mp_decals 100
    decalfrequency 60
    host_framerate 0
    sv_pausable 0
    setpause 0

  2. #2
    New Member
    Join Date
    Oct 2009
    Posts
    26

    Re: setup a cspromod server

    i'm stupid.. it's easy to install on linux ^^

  3. #3
    New Member
    Join Date
    Oct 2009
    Location
    Australia
    Posts
    8

    Re: setup a cspromod server

    yeh it is if you need ill do it for you

  4. #4
    Member
    Join Date
    Nov 2009
    Location
    UK
    Posts
    137

    Re: setup a cspromod server

    Great tutorial for newbies, although I didn't know how to do a CSP server, this tutorial gave me the idea, about -game cspromod ^^
    I'm running on Linux.

  5. #5
    QA Tester
    Join Date
    Sep 2008
    Location
    Lancaster,CA
    Posts
    87

    Re: setup a cspromod server

    Holy crap someone that isn't dumb =D good work

  6. #6
    New Member
    Join Date
    Oct 2009
    Posts
    26

    Re: setup a cspromod server

    in fact I know css install but I thought there were specific things to do because of cspromod, I was lost for nothing.

    1) cd /home/
    2) mkdir cspromod
    3) cd cspromod
    4) mkdir steam
    5) cd steam

    6) wget http://www.steampowered.com/download/hldsupdatetool.bin

    7) chmod -cvR a+x hldsupdatetool.bin
    ./hldsupdatetool.bin

    Type Yes

    9) rm -rf ~/.steam ==> chmod +x steam
    10) ./steam
    11) ./steam -command update -game "Counter-Strike Source" -dir .
    12) ./steam -command update -game "Counter-Strike Source" -dir . -verify_all

    13) cd /home/steam
    14) wget http://dl.redline-hosting.net/cspromod_b104.zip

    // if 'unzip' is not installed.
    apt-get update; apt-get install unzip

    15) unzip cspromod_b104.zip
    16) ./srcds_run -console -game cspromod +map csp_dust2 -maxplayers 24 -autoupdate -tickrate 100 +port 27027

  7. #7
    New Member
    Join Date
    Oct 2009
    Location
    Australia
    Posts
    8

    Re: setup a cspromod server

    soon yeh thats works 4 linux
    but 4 the maps do +map csp_dust2

  8. #8
    New Member
    Join Date
    Oct 2009
    Posts
    26

    Re: setup a cspromod server

    i have a linux computer ^^ and i have 5 servers counter-strike 1.6 on.

  9. #9
    Member
    Join Date
    Oct 2009
    Location
    St. Louis, USA
    Posts
    206

    Re: setup a cspromod server

    sticky sticky?
    DERPDERPDERPDERPDERPDERPDERPDERPDERPDERPDERPDERPDE RPDERPDERPDERPDERPDERPDERPDERPDERP

  10. #10
    QA Tester
    Join Date
    Sep 2008
    Location
    Lancaster,CA
    Posts
    87

    Re: How-to Setup a CSPromod Server

    There you go nice and stickyed =]

Similar Threads

  1. How to make my CSS server a CSP server?
    By sw1tch in forum Technical Support
    Replies: 4
    Last Post: 02-01-2010, 04:12 AM
  2. CSPROMOD PCW Server.cfg ???
    By esometric in forum CSPromod Discussion
    Replies: 0
    Last Post: 01-31-2010, 02:19 PM
  3. CSPROMOD PCW Server.cfg ???
    By esometric in forum CSPromod Discussion
    Replies: 0
    Last Post: 01-31-2010, 02:15 PM
  4. Match/PuG Setup
    By sevoii in forum CSPromod Discussion
    Replies: 22
    Last Post: 11-29-2009, 11:04 AM
  5. Pro mod Server on root server install
    By Darius in forum Technical Support
    Replies: 8
    Last Post: 09-23-2009, 10:36 AM

Posting Permissions

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