Jump to content

Cum sa faci un server CS:GO Steam/NoStem


Darius
 Share

Recommended Posts

Va prezint un mic tutorial , cum sa creezi un server de Counter - Strike Global Offensive , realizat de Valve .


Atentie : Trebuie sa aveti un cont CS:GO beta pentru a rula , dar nu este necesar sa il rulati.

Descarcarea si instalarea SteamCMD Update Tool

1) Descarcati SteamCMD Update Tool

 

2) Extrageti oriunde in calculator. ( De exemplu C:\SteamCmd\
Nu extrageti continutul updater tool obisnuit pentru clientul de Steam sau in folderul de HLDSUpdateTool program.

3) Lansati SteamCmd
Deschideti Command Prompt in acel folder si rulati SteamCmd.

 

  • Windows : Scrieti steamcmd
  • Linux : Scrieti STEAMEXE=steamcmd ./steam.sh

 

Program-ul va rula automat update si o sa va duca la Steam> prompt. Tastati help pentru mai multe informatii.

4) Logati-va in contul de beta sau cel normal de CS:GO
5) Trebuie sa primiti un mesaj ca a-ti intrat cu succes in cont.

Descarcarea server-ului de CS:GO.
Aceasta descriere este o aplicatie a serverului dedicat pentru a face actualizare. Aceste etape sunt necesare de fiecare dată când este actualizat jocului.


1) Daca nu se desfasoara setul anterior de instructiuni , prima data lansati SteamCmd
2) La Steam> prompt , setati folderul de instalare a server-ului de CS:GO.
3) Instalati sau updatati CS:GO
Daca incercati pentru prima data instalarea sau daca verificati intergritatea fisierelor din server:

 
  Quote
  
app_update 740 validate

 

 

 

Daca e simplu si vreti sa updatati la un server existent de CS:GO:

 
  Quote
  
app_update 740
4)Odata terminat , scrieti quit la Steam

5) Pentru a face servar-ul steam si nosteam trebuie doar sa puneti fisierele urmatoare 

Download link: https://download.gold-host.xyz/fisiere servar csgo steam-nosteam.rar

6) Deschiderea portului pentru nosteam

How to open port 22015 [Windows/Linux] (let's say this is your calculated port according to the formula specified above in the ninth paragraph) on my server machine:

If your server is on hosting:
1. On hosting you usually don't have permission to open or close ports, so you should test if this port is opened or not (i wrote about it below) and then write to support of hosting and ask to open port 22015 as UDP

If your server is on your PC (Linux):
1. You can do it via iptables
2. You should write this command to open port 22015:

iptables -A INPUT -p udp --dport 22015 -j ACCEPT

If your server is on your PC (Windows):
1. You should open settings of your router -> Forwarding -> Virtual servers and then you should add port 22015 as UDP

If your server is on your PC (MAC):
1. Look this video on youtube and you will understand how you can do it

How test if port 22015 (let's say this is your calculated port according to the formula specified above in the ninth paragraph) is opened on my server machine or not:

1. Before start writing to support of hosting, you should test if port 22015 is opened as UDP or not. To test it you should install nmap on your PC. How to install nmap on Linux, on Windows and on Mac OS X.
2. nmap command for get info about port 22015:

nmap -sU xxx.xxx.xxx.xxx -p 22015 // it's UDP scanning (which you need)
nmap -sV ххх.ххх.ххх.ххх -p 1-65535 // it's TCP scanning with all ports

If you will get answer like this:

22015/udp open
or
22015/udp open|filtered

Then you should try to connect to your server via no-steam client. If you can't connect to your server and you sure that you install RevEmu like in tutorial then you should write to support of hosting and ask to open port 22015 as UDP in order to no-steam players will be able to connect to your server.

If you will get answer like this:

22015/udp closed

It means that port 22015 is closed and you should write to support of hosting immediately and ask to open port 22015 as UDP in order to no-steam players will be able to connect to your server.

In order to all weapons and stickers will work on your server, you need

7) Acuma pornim servar-ul


Pornirea server-ului

Cazul classic

 
  Quote
  

Windows: srcds -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

Linux: ./srcds_run -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

 

 

 

Cazul completiv:

 
  Quote
  

Windows: srcds -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

Linux: ./srcds_run -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

 

 

 

Cursa armelor:

 
  Quote
  

Windows: srcds -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 1 +game_mode 0 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

Linux: ./srcds_run -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 1 +game_mode 0 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

 

 

 

Demolarea:

 
  Quote
  

Windows: srcds -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 1 +game_mode 1 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

Linux: ./srcds_run -game csgo -console -usercon +ip 0.0.0.0 -port 27015 +game_type 1 +game_mode 1 +mapgroup mg_active +map de_dust2 -maxplayers_override 40 -tickrate 128 +sv_pure 0 +sv_lan 0 -pingboost 3 +fps_max 1000 +exec server.cfg  -condebug

 
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...