STEAM GRUBU
MajorGamingCo GIPlatform
STEAM GRUBU
MajorGamingCo GIPlatform
27
OYUNDA
262
ÇEVRİMİÇİ
Kuruluş
30 Aralık 2015
Dil
İngilizce
Konum
Singapore 
 Bu başlık sabitlenmiş, muhtemelen önemli bir başlık
[Tutorial] Starting your own community server
Okay so apparently people would like to make their own servers but has no idea how, so here :

First, understand that there are 2 basic operating systems you can install the server on.
- Windows
- Linux(Using ubuntu in this tutorial)

Things you will need
- A pc to host it on. This can be any random pc lying around in your house or hosted somewhere else.
- SteamCMD(basically it's like the steam client for your server)
- A keyboard, for obvious reasons.
- A brain(Recommended)

Steps for Linux


Steps for Windows


AlliedModders


If you have any questions, feel free to ask below

I SACRIFICED SLEEP FOR THIS TUTORIAL SO IF IT HELPED YOU, PLEASE FOR THE LOVE OF GOD DONATE SOMETHING TO ME

I all seriousness though, thanks for your support guys. It really means a lot to me to provide servers. Have a great day everyone!


En son MAJOR tarafından düzenlendi; 19 Kas 2016 @ 2:21
< >
19 yorumdan 1 ile 15 arası gösteriliyor
Steps For Linux

Part 1 - Installing SteamCMD

1. Install all the dependencies required for this project
sudo apt-get install lib32gcc1
sudo apt-get install screen
sudo apt-get nano

2. Create and enter a screen (This is similar to creating a window in windows)
screen -S csgods
You may replace csgods with any name you like

3. Make the directory for SteamCMD and enter it
mkdir ~/steamcmd && cd ~/steamcmd

4. Download and extract SteamCMD
tar -xvzf steamcmd_linux.tar.gz

5. Run SteamCMD
./steamcmd.sh

6. Login
login anonymous

Part 2 - Installing the server

7. Choose the download location for the dedicated server
force_install_dir csgods

8. Download CS:GO
app_update 740 validate
This will take a while(11 GB if not mistaken)
Type
exit
to exit the installer after download is completed.

For updating the server
app_update 740

9. Detach the screen
Ctrl + A + D

10. Attach the screen
screen -r csgods

Note that the screen must be detached when you exit if not your server will close

Part 3 - Installing Metamod:source and Sourcemod

11. Enter the Dedicated Server's location
cd csgods

12. Download and Install Metamod:Source
tar -xzvf mmsource-1.10.6-linux.tar.gz

13. Download and Install Sourcemod
tar -xzvf sourcemod-1.8.0-git5930-linux.tar.gz

14. Edit .vdf file
cd addons
nano metamod.vdf
Delete everything inside and replace with
"Plugin" { "file" "../csgo/addons/metamod/bin/server" }

Part 4 Launching the server

15. Make sure you are in a screen.
screen -S csgods

16. Enter the Dedicated Server's location
cd csgods

17. Enter the launch options
./srcds_run -game csgo -console -usercon -tickrate 128 +sv_setsteamaccount "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +game_type x +game_mode x +map de_dust2

sv_setsteamaccount is required for you to launch an online server. Get the code here

Mode
game_mode
game_type
Classic Casual
0
0
Classic Competitive
0
1
Arms Race
1
0
Demolition
1
1


En son MAJOR tarafından düzenlendi; 22 Eyl 2016 @ 20:59
Steps For Windows

Part 1 - Installing SteamCMD

1. Create SteamCMD directory
C:\steamcmd


2. Download and Extract SteamCMD

3. Run SteamCMD
CLICK THE DAMN .EXE

4. Login
login anonymous

Part 2 - Installing the server

5. Choose the download location for the dedicated server
force_install_dir csgods

6. Download CS:GO
app_update 740 validate
This will take a while(11 GB if not mistaken)
Type
exit
to exit the installer after download is completed.

For updating the server
app_update 740

Part 3 - Installing Metamod:source and Sourcemod

7. Enter the dedicated server folder
CLICK THE CSGODS FOLDER DAMNIT

8. Download and Install Metamod:Source

9. Download and Install Sourcemod

10. Edit .vdf file
Enter the addons folder.
Open
metamod.vdf
Delete everything inside and replace with
"Plugin" { "file" "../csgo/addons/metamod/bin/server" }

Part 4 Launching the server

11. Enter the Dedicated Server's location
Enter the csgods folder

12. Create launch.bat
Create a new text document.
Paste this inside.
srcds_run -game csgo -console -usercon -tickrate 128 +sv_setsteamaccount "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +game_type x +game_mode x +map de_dust2
Save file as
launch.bat

sv_setsteamaccount is required for you to launch an online server. Get the code here

Mode
game_mode
game_type
Classic Casual
0
0
Classic Competitive
0
1
Arms Race
1
0
Demolition
1
1

13. Open
launch.bat
to launch the server.
En son MAJOR tarafından düzenlendi; 25 Eyl 2016 @ 3:30
AlliedModders
Visit https://forums.alliedmods.net for fun and useful plugins.
1. Cant find a VIP plugin
2. For DM servers, do you put the gamemode to DM or Casual (im stupid or you put on casual and just use a DM plugin?)
3. HOW DO U EH PORT FORWARD :C
İlk olarak TsaR | tulul tarafından gönderildi:
1. Cant find a VIP plugin
Ask in alliedmodders not here. I can't help you with this.
İlk olarak TsaR | tulul tarafından gönderildi:
2. For DM servers, do you put the gamemode to DM or Casual (im stupid or you put on casual and just use a DM plugin?)
Find a dm plugin you wish to use, then follow the tutorial they give.
İlk olarak TsaR | tulul tarafından gönderildi:
3. HOW DO U EH PORT FORWARD :C
Google it for now, I haven't got the time to make a tutorial on this.
last Q : How do you start the server? scrds.exe? it starts and then it closes by itself
İlk olarak TsaR tarafından gönderildi:
last Q : How do you start the server? scrds.exe? it starts and then it closes by itself
you need to open the launch.bat not click on the .exe
İlk olarak MAJOR tarafından gönderildi:
İlk olarak TsaR tarafından gönderildi:
last Q : How do you start the server? scrds.exe? it starts and then it closes by itself
you need to open the launch.bat not click on the .exe
where is the launch.bat
the launch.bat instantly closes when i open it. fix?
İlk olarak TsaR tarafından gönderildi:
the launch.bat instantly closes when i open it. fix?
hello? xD
İlk olarak TsaR tarafından gönderildi:
İlk olarak TsaR tarafından gönderildi:
the launch.bat instantly closes when i open it. fix?
hello? xD
sorry my bad, there was a typo. remove './' so it's just srcds_run
İlk olarak MAJOR tarafından gönderildi:
İlk olarak TsaR tarafından gönderildi:
hello? xD
sorry my bad, there was a typo. remove './' so it's just srcds_run
fk, why im so bad at this? changed it to srcds_run and then it kinda loads a bunch of sh1t and then closes again? im really sorry for bothering you.
İlk olarak TsaR tarafından gönderildi:
İlk olarak MAJOR tarafından gönderildi:
sorry my bad, there was a typo. remove './' so it's just srcds_run
fk, why im so bad at this? changed it to srcds_run and then it kinda loads a bunch of sh1t and then closes again? im really sorry for bothering you.
do you have csgo open? Make sure it's closed.
İlk olarak MAJOR tarafından gönderildi:
İlk olarak TsaR tarafından gönderildi:
fk, why im so bad at this? changed it to srcds_run and then it kinda loads a bunch of sh1t and then closes again? im really sorry for bothering you.
do you have csgo open? Make sure it's closed.
no. does steam have to closed as well?
İlk olarak TsaR tarafından gönderildi:
İlk olarak MAJOR tarafından gönderildi:
do you have csgo open? Make sure it's closed.
no. does steam have to closed as well?
nope, how about you copy the contents in your launch.bat and past here
< >
19 yorumdan 1 ile 15 arası gösteriliyor
Sayfa başına: 1530 50