Jump to content
Sign in to follow this  
iTzFrazzle

How to setup a CS:GO dedicated server...[tut]

Recommended Posts

How to setup a CS:GO dedicated server.

>Requirements <

  • -A Brain
    -General computing knowledge
    -9GB of storage space

>Step one - downloading the server<

1.1 Download steamCMD here

1.2 Create a folder called steamcmd on your desktop and extract the zip you just downloaded in there.

1.3 Now launch steamcmd & it will update / do it's thing...

1.4 create a folder inside the steamcmd folder called server

1.5 set a directory where you want to install the CS:GO server to be installed/downloaded to...

force_install_dir c:\Users\Your user name\Desktop\steamcmd\server

1.6 Now login to the steamcmd, type...

login anonymous

1.7 it should log you in & now to actually install/download the server type....

app_update 740

1.8 it should start downloading, this is a 8 Gigabyte download so you better have good internet.

>Step two - configuring the server<

2.1 In the server folder create a txt document and name it start the server and paste this

Everythng with () are to be deleted.

echo "Starting Dedicated Server"

srcds -game csgo -console -usercon +net_public_adr (Your Public IP Address - so others can join) -port 27015 +game_type 0 +game_mode 0 +mapgroup (for information on mapgroups go into the csgo folder in the server folder and look for a file called gamemodes_server.txt.example and rename it and take away the ".example" and browse for information ) +map (starting map..etc jb_clouds_v4)

(for +game_type and +game_mode

Casual = +game_type 0 +game_mode 0

Competitive = +game_type 0 +game_mode 1

Arms Race = +game_type 1 +game_mode 0

Demolition = +game_type 1 +game_mode 1

Deathmatch = +game_type 1 +game_mode 2)

echo "Done"

2.2 You can find information about timers and bots here

>Step 3 - Adding custom maps<

3.1 In your server folder go into the all lowercase csgo folder

3.2 in the csgo folder click on the folder called maps and just put the custom maps in there or delete the default maps..etc

>Step 4 - Adding Sourcemod and Metamod<

4.1 Download sourcemod and metamod

4.2 Once downloaded extract both of them into the lowercase csgo folder and merge folders...

4.3 Now in the csgo folder click on the new folder called Addons and then delete the metamod.vdf

4.4 Generate a new metamod.vdf for counter-strike:go here and put it where the deleted metamod.vdf was.

>Step 5 - Making someone admin on sourcemod<

5.1 Go to server>csgo>addons>sourcemod>configs and open up admins_simple in notepad

5.2 Go to the bottom and paste

"Your steam id here" "z"

The "z" gives you all permissions on the server

5.3 Now you are an admin on sourcemod.

Hope this helps people who would like to setup a server run off there own connection.

Any problems pm me.

Landshark stop posting.

Edited by Guest

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...