Creating CS 1.6 Server
Making Counter-Strike 1.6 Server on Windows
Essentials
Downloading and Installing The Server
Arranging The Server
Beginning The Server
Interfacing with The Server
Essentials
Required ports must be sent for internet gaming
A PC running no less than 2.2GHz processor ideally double center with 2GB of least RAM
7200 RPM Hard Disk Drive with at least 8mb store with 2GB of free space
1MB upstream rate for a 14-16 space server
Downloading and Installing The Server
Make another envelope in your PC, in D:\CS_Server for instance
Download SteamCMD (Windows) and concentrate it's substance in above made organizer
In the wake of downloading and extricating go onto said organizer (e.g. D:\CS_Server) right tap on clear region while holding Shift key and select Open order window here
At the point when summon window opens write: steamcmd and let the instrument refresh it's substance (around 8.5 MB)
When it's finished refreshing, it'll place you in "Steam>". You can at that point, enter following login subtle elements keeping in mind the end goal to download the required pairs. To do that, type: login mysterious
Upon fruitful login, you'll get a message saying "Signed in OK"
Sort following charges one by one and press enter after each
force_install_dir .\server\
app_set_config 90 mod cstrike
app_update 90 approve
Once done, type quit to appropriately log off of the Steam servers.
Arranging The Server
server.cfg - this document contains the greater part of your essential server settings. You can alter the document and roll out improvements according to your likings utilizing a content manager, for example, Notepad.
This record is situated in your "cstrike" organizer. ".\server\cstrike" for our situation.
Note: Red text styles are simply remarks to enable you to comprehend what CVAR does what, I'll be refreshing these every once in a while so stay tuned. For the record however, words after slices (//) are not executed by the server.
decalfrequency 15
hostname "My Sweet 1.6 Server"/This is your server's name, change this to your coveted name (this must be placed in the statements)
log off
pausable 0
rcon_password your_str0ng_pw/This is your Remote CONtrol secret word to administrate the server, this must not contain spaces or statements
sys_ticrate 300/This esteem chooses at what fps your server renders. You can set it somewhere in the range of 100 to 1000, your call
executive listip.cfg
executive banned.cfg
mp_allowspectators 0
mp_autokick 0
mp_autoteambalance 1
mp_buytime .5
mp_c4timer 35
mp_chattime 5
mp_footsteps 1
mp_forcechasecam 0
mp_flashlight 1
mp_freezetime 1
mp_friendlyfire 0
mp_hostagepenalty 0
mp_limitteams 1
mp_logdetail 0
mp_logmessages 0
/mp_maxrounds 21
mp_roundtime 2.5
mp_startmoney 800
mp_timelimit 30/This CVAR portrays for to what extent each guide keeps running on the server
mp_tkpunish 0
mp_winlimit 0
sv_aim 0
sv_allowdownload 1
sv_allowupload 0
sv_alltalk 0
sv_cheats 0
sv_consistency 0
sv_contact "steamcmd.freeforums.org"/This will be your contanct address. Supplant this with your legitimate email address or site/discussion
/sv_downloadurl "http://****"
sv_hltv 0
sv_maxrate 15000/This esteem depends TOTALLY on how great or terrible web association you've, you can take a stab at anything from 3000 to 30000 and discover the best settings for your server
sv_maxupdaterate 30/See above
sv_minupdaterate 15/See above
sv_minrate 7500/See above
sv_proxies 0
sv_region 255/Set this to 0 for US - East, 1 for US - West, 2 for South America, 3 for Europe, 4 for Asia, 5 for Australia, 6 for Middle East, 7 for Africa. Default is 255 (world)
sv_voiceenable 1
sv_voicecodec voice_speex
sv_voicequality 3
sv_timeout 18
motd.txt - Message of The Day, the said message is shown to each customer who associates with your server.
This record is additionally situated in a similar place where "server.cfg" exist.
Open up the document, include these lines:
<html>
<head>
<title>Cstrike MOTD</title>
<style type="text/css">
pre {
textual style family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
edge left:8px;
edge top:0px;
}
a {
content enhancement: underline;
}
a:link {
shading: #FFFFFF;
}
a:visited {
shading: #FFFFFF;
}
a:active {
shading: #FFFFFF;
}
a:hover {
shading: #FFFFFF;
content enhancement: underline;
}
</style>
</head>
<body scroll="no">
<pre>
This is a case message
Fueled by PakGamers @
www.pakgamers.com
<a href="http://www.pakgamers.com/discussions/">visit Pakistan's Gamers Community</a>
</pre>
</body>
</html>
mapcycle.txt - If you've heaps of custom maps or you need the server to run specific maps just, alter this record.
This is additionally situated in the .\cstrike\ organizer.
You can include maps this way:
de_dust2
de_inferno
de_aztec
de_train
/et cetera..
Presently maps will cycle in previously mentioned arrange.
Note: you should not include .bsp augmentation toward the finish of the guide name.
Beginning The Server
Beginning the server is a basic procedure; go to the server root registry (.\server\ for our situation) and make an alternate way of hlds.exe. You do that by right-tapping on the said record and snap "Make alternate way". Go to it's properties and in the "Objective" field, type following parameters after "hlds.exe":
Code:
- support - amusement cstrike - shaky +ip XXX.XXX.X.X +map de_train +maxplayers 16 +port 27015 +sv_lan 0 +mapchangecfgfile "server.cfg"
Note: +ip XXX.XXX.X.X must be changed to your neighborhood IP address. To discover this, go to charge incite then write ipconfig and it'll disclose to you what's your IPv4 Address; supplant XXX.XXX.X.X with it and snap OK.
Likewise, you should include a space in the middle of hlds.exe and - comfort; should resemble this:
Snap OK and double tap the easy route you simply made.
This will begin a 16 space server on the de_train outline. You can change the qualities to whatever you like.
Interfacing with The Server
Go to whatismyip.org (connection) and see what's your open IP address. Advise this to your companions and have a great time on the web!
Note: You should join your server utilizing your neighborhood IP address (e.g. 192.168.X.X much of the time).
Chapter by chapter guide
Essentials
Downloading and Installing The Server
Arranging The Server
Beginning The Server
Interfacing with The Server
Essentials
Required ports must be sent for internet gaming
A PC running no less than 2.2GHz processor ideally double center with 2GB of least RAM
7200 RPM Hard Disk Drive with at least 8mb store with 2GB of free space
1MB upstream rate for a 14-16 space server
Downloading and Installing The Server
Make another envelope in your PC, in D:\CS_Server for instance
Download SteamCMD (Windows) and concentrate it's substance in above made organizer
In the wake of downloading and extricating go onto said organizer (e.g. D:\CS_Server) right tap on clear region while holding Shift key and select Open order window here
At the point when summon window opens write: steamcmd and let the instrument refresh it's substance (around 8.5 MB)
When it's finished refreshing, it'll place you in "Steam>". You can at that point, enter following login subtle elements keeping in mind the end goal to download the required pairs. To do that, type: login mysterious
Upon fruitful login, you'll get a message saying "Signed in OK"
Sort following charges one by one and press enter after each
force_install_dir .\server\
app_set_config 90 mod cstrike
app_update 90 approve
Once done, type quit to appropriately log off of the Steam servers.
Arranging The Server
server.cfg - this document contains the greater part of your essential server settings. You can alter the document and roll out improvements according to your likings utilizing a content manager, for example, Notepad.
This record is situated in your "cstrike" organizer. ".\server\cstrike" for our situation.
Note: Red text styles are simply remarks to enable you to comprehend what CVAR does what, I'll be refreshing these every once in a while so stay tuned. For the record however, words after slices (//) are not executed by the server.
decalfrequency 15
hostname "My Sweet 1.6 Server"/This is your server's name, change this to your coveted name (this must be placed in the statements)
log off
pausable 0
rcon_password your_str0ng_pw/This is your Remote CONtrol secret word to administrate the server, this must not contain spaces or statements
sys_ticrate 300/This esteem chooses at what fps your server renders. You can set it somewhere in the range of 100 to 1000, your call
executive listip.cfg
executive banned.cfg
mp_allowspectators 0
mp_autokick 0
mp_autoteambalance 1
mp_buytime .5
mp_c4timer 35
mp_chattime 5
mp_footsteps 1
mp_forcechasecam 0
mp_flashlight 1
mp_freezetime 1
mp_friendlyfire 0
mp_hostagepenalty 0
mp_limitteams 1
mp_logdetail 0
mp_logmessages 0
/mp_maxrounds 21
mp_roundtime 2.5
mp_startmoney 800
mp_timelimit 30/This CVAR portrays for to what extent each guide keeps running on the server
mp_tkpunish 0
mp_winlimit 0
sv_aim 0
sv_allowdownload 1
sv_allowupload 0
sv_alltalk 0
sv_cheats 0
sv_consistency 0
sv_contact "steamcmd.freeforums.org"/This will be your contanct address. Supplant this with your legitimate email address or site/discussion
/sv_downloadurl "http://****"
sv_hltv 0
sv_maxrate 15000/This esteem depends TOTALLY on how great or terrible web association you've, you can take a stab at anything from 3000 to 30000 and discover the best settings for your server
sv_maxupdaterate 30/See above
sv_minupdaterate 15/See above
sv_minrate 7500/See above
sv_proxies 0
sv_region 255/Set this to 0 for US - East, 1 for US - West, 2 for South America, 3 for Europe, 4 for Asia, 5 for Australia, 6 for Middle East, 7 for Africa. Default is 255 (world)
sv_voiceenable 1
sv_voicecodec voice_speex
sv_voicequality 3
sv_timeout 18
motd.txt - Message of The Day, the said message is shown to each customer who associates with your server.
This record is additionally situated in a similar place where "server.cfg" exist.
Open up the document, include these lines:
<html>
<head>
<title>Cstrike MOTD</title>
<style type="text/css">
pre {
textual style family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
edge left:8px;
edge top:0px;
}
a {
content enhancement: underline;
}
a:link {
shading: #FFFFFF;
}
a:visited {
shading: #FFFFFF;
}
a:active {
shading: #FFFFFF;
}
a:hover {
shading: #FFFFFF;
content enhancement: underline;
}
</style>
</head>
<body scroll="no">
<pre>
This is a case message
Fueled by PakGamers @
www.pakgamers.com
<a href="http://www.pakgamers.com/discussions/">visit Pakistan's Gamers Community</a>
</pre>
</body>
</html>
mapcycle.txt - If you've heaps of custom maps or you need the server to run specific maps just, alter this record.
This is additionally situated in the .\cstrike\ organizer.
You can include maps this way:
de_dust2
de_inferno
de_aztec
de_train
/et cetera..
Presently maps will cycle in previously mentioned arrange.
Note: you should not include .bsp augmentation toward the finish of the guide name.
Beginning The Server
Beginning the server is a basic procedure; go to the server root registry (.\server\ for our situation) and make an alternate way of hlds.exe. You do that by right-tapping on the said record and snap "Make alternate way". Go to it's properties and in the "Objective" field, type following parameters after "hlds.exe":
Code:
- support - amusement cstrike - shaky +ip XXX.XXX.X.X +map de_train +maxplayers 16 +port 27015 +sv_lan 0 +mapchangecfgfile "server.cfg"
Note: +ip XXX.XXX.X.X must be changed to your neighborhood IP address. To discover this, go to charge incite then write ipconfig and it'll disclose to you what's your IPv4 Address; supplant XXX.XXX.X.X with it and snap OK.
Likewise, you should include a space in the middle of hlds.exe and - comfort; should resemble this:
Snap OK and double tap the easy route you simply made.
This will begin a 16 space server on the de_train outline. You can change the qualities to whatever you like.
Interfacing with The Server
Go to whatismyip.org (connection) and see what's your open IP address. Advise this to your companions and have a great time on the web!
Note: You should join your server utilizing your neighborhood IP address (e.g. 192.168.X.X much of the time).
No comments