Go Back   Yahoo Booters And Yahoo Tools > General > How To...

How To... Post All Your Custom Made Tutorials And Explainations here



Welcome to the VipraSys forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features such as download links. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, Register Now by clicking here!

Post New Thread  Reply
 
LinkBack Thread Tools Display Modes
Old 08-18-2008, 09:31 PM   #1 (permalink)
Junior Member
 
lica-07's Avatar
 
Join Date: Feb 2008
Posts: 7

Thanks: 8
Thanked 7 Times in 4 Posts
Reputation: 0
lica-07 is an unknown quantity at this point
Default How to create an Counter-Strike 1.6 server

In order to install a Counter Strike 1. 6 dedicated server, you need :
a.Windows XP, processor 1000 ghz, memory 256 ram
b. Connexion to internet
c. 300 - 400 MB free space on disk


You shall have to follow a few steps :
1.Connect to the internet
2.Download the CS 1.6 Server Creator installer and unzipp it anywhere on disk.
3.Create an new directory on your disk and name it HLDS . It can be named anyhow but we shall use HLDS because it`s classic .
4.Now doubleclick on installer.exe and when the selection window appeares you select the new directory HLDS . Hit OK and wait a few moments . A blue window will appear on screen displaying the scroll of the installation . At this point the installer downloads and installs all the server`s components in your HLDS directory. It can take some time to do it, depending on the internet connection , so have a little pacience .When the installer finishes his work , check out the HLDS directory and see if it has approximativly 315 MB .
5. Next step is to set the server up for accepting non steam clients . In order to do that download the swds.dll patcher . Unzipp it anywhere on disk then copy it in the HLDS directory .You `ll be asked if you want to overwrite the file . The answer is yes, overwrite it ! Push the OK button. If you are a steam player and you future clients (players on your server) are also steam players, pass this step !
6. Next step is to configure te server.cfg in order to make your server work on the internet . Go to HLDS\cstrike folder and open server.cfg with Wordpad . Then look for the line sv_lan 1 and change it to sv_lan 0 . Simple as that…
The installer automatically installed Adminmod and Statsme on your server.Adminmod helps you to administrate your server ( change maps, set up cvars, kick players) and Statsme shows you the game statistics . To see if they run properly go to the server console and type “meta list” . If the message recived is Adminmod - RUN , Statsme - Run , everything it`s OK.

Now you have three options :
Let the server work on Adminmod and Statsme
2.Install AmxModX
3.Install ClanMod
Option 1 - run Admin Mod


If you choose this option you shall now configure the adminmod.cfg and statsme.cfg
ADMIN MOD TUTORIAL:
Download the halflife-admin-2.50.60-win.rar and extract it anywhere on disk . You`ll have a new directory called Adminmod. Open it and doubleclick on install_admin.vbs. Hit OK and then it will ask you where to install. Type in the lower case the full path to HLDS directory ( the main directory of your server -
ex: C:\HLDS\hlds.exe).Then the installer will ask you wich MOD you want to be installed for.There you will choose 1 for counter strike.
Very important ! After the installation is done, go to HLDS\cstrike\addons\adminmod\config\plugin.ini and look for the line :
# addons/adminmod/scripts/plugin_CS. Then delet the # sign in front of the line !
Minimal configuration for AdminMod

Go to HLDS\cstrike\addons\adminmod\config and open adminmod.cfg with wordpad. There you have some lines that needs to be configured :
admin_balance_teams - set it to 0
admin_bot_protection - if you set this to 0 and you run a bot server, this cvar lets you as an admin to kick/slay/slap bots.
admin_connect_msg - this is the message that will display to your clients after connection ; set this to whatever you wish.
admin_cs_restrict - you must set this cvar to1, so you can restrict weapons
admin_debug - let this one as it is,0
admin_fun_mode - this turns the fun mode on/of . You can set it as you like - 0 is off and 1 is on
admin_fx - this must be set to 1
admin_gag_name - lets you gag players ; 0-off, 1-on
admin_gag_sayteam - same thing
admin_highlander - this should be set to 0. If you set this cvar to 1 only the admin with the highest level will be active on the server, the others turning into simple slots.
admin_ignore_immunity - if this cvar is set to 1 the immune players (admins) can be kicked/slayed/banned .
admin_repeat_msg - this is a message that appears on screen during the game.
admin_quiet - sets the way commands will be displayed on screen : 0 - with the admin`s name, 1- without the admin`s name, 2- won`t be shown at all.
allow_client_exec - must be set to 1 ! This will force players execute your commands.
password_field - this is the variable the admins will have to console type before connecting to your server . Ex : if you set this to “_pw” the setinfo will be - setinfo_pw adminpassword .
reserve_slots - the amount of reserved slots ( set this one 2 or 3 …wathever)
Other cvars can be changed only if you know well what you`re doing !

Adding admins

Open HLDS\cstrike\addons\adminmod\config\users.ini with wordpad . Add a line like this :
Nickassword:131071 ( 131071 is the highest admin level ) . If you want to add an admin with lower access level go to adminmod manual (you`ll find it in the installation folder - Adminmod\docs) and look for Admin Mod Reference\Acces levels. Choose the levels you wish and then press Calculate Access Right. Type the number displayed in users.ini admin line .
Attention ! If you try to connect to the server as an admin with setinfo_pw “your password” , and the commands doesn`t work, console type admin_password “your password”.
Installing Admin Mod plugins

In order to install Admin Mod plugins, first thing to do is to check if you have all the folders in HLDS\cstrike\addons\adminmod, especially the “scriptings” folder.If the folder isn`t there you will have to copy it from the installation`s folder (the folder that you downloaded to install Admin Mod).In the installation`s directory are two more foldes you may copy in HLDS\cstrike\addons\adminmod: tools and docs.
Now download the plugins, unzipp them and copy the sma files in HLDS\cstrike\addons\adminmod\scripting\myscripts. Then, double ckick on compile_all .The sma files will be compiled. Now open the HLDS\cstrike\addons\adminmod\scripting\mybinaries folder where you`ll find the amx files . Copy them to HLDS\cstrike\addons\adminmod\scripts . Last step to make is editing the plugins in Mergem in HLDS\cstrike\addons\adminmod\config\plugin.ini . To do that just add lines like this : linie addons/adminmod/scripts/plugin_name.amx ( example: for the plugin_matrix, add the line addons/adminmod/scripts/plugin_matrix.amx).If the server was working while you were installing the plugins, restart it or change the map. To check if the plugins are working properly type into console admin_version and a list of plugins will be displayed.
To configure Statsme to work properly you`ll have to do the following steps :
a.Go to HLDS\cstrike\addons\statsme and open statsme.cfg with Wordpad.In the line sm_menupassword modify r3wt with a password of your choice. Later when you`ll join the game , type in the console statsme_menu “your password” ( without the “” “” ) and the menu will appeare on screen.
b.To make the “say /rank” and “say/top10” work you need to go to statsme.cfg and change the sm_storebyauth 1 to 0 . This step will be passed if you are an steam id player and your clients are also steam id players.
c.Now go to HLDS\cstrike\addons\statsme and open scriptpacks.cfg with Wordpad . Here you have to modify all the lines . They look like this :
// AdminPack
//exec addons/statsme/scriptpacks/adminpack/admin.cfg
//exec addons/statsme/scriptpacks/adminpack/afk.cfg
//exec addons/statsme/scriptpacks/adminpack/hpingkick.cfg
//exec addons/statsme/scriptpacks/adminpack/redirect.cfg

// HostagePack
//exec addons/statsme/scriptpacks/hostage/hospen.cfg
//exec addons/statsme/scriptpacks/hostage/hossi.cfg

// MapPack
//exec addons/statsme/scriptpacks/mappack/italy.cfg
//exec addons/statsme/scriptpacks/mappack/mapcycle.cfg
//exec addons/statsme/scriptpacks/mappack/nextmap.cfg

// MiscPack
//exec addons/statsme/scriptpacks/miscpack/autorr.cfg
//exec addons/statsme/scriptpacks/miscpack/awplimit.cfg
//exec addons/statsme/scriptpacks/miscpack/damage.cfg
//exec addons/statsme/scriptpacks/miscpack/greet.cfg
//exec addons/statsme/scriptpacks/miscpack/snapshot.cfg
//exec addons/statsme/scriptpacks/miscpack/timeinfo.cfg
//exec addons/statsme/scriptpacks/miscpack/tmlf.cfg
//exec addons/statsme/scriptpacks/miscpack/vip.cfg

// MultiKillPack
//exec addons/statsme/scriptpacks/mkpack/killingspree.cfg
//exec addons/statsme/scriptpacks/mkpack/multikill.cfg

// TeamKillPack
//exec addons/statsme/scriptpacks/tkpack/forgivetk.cfg
//exec addons/statsme/scriptpacks/tkpack/kickdp.cfg
//exec addons/statsme/scriptpacks/tkpack/punishtk.cfg
//exec addons/statsme/scriptpacks/tkpack/tdwarn.cfg

// AdminPack
exec addons/statsme/scriptpacks/adminpack/admin.cfg
exec addons/statsme/scriptpacks/adminpack/afk.cfg
exec addons/statsme/scriptpacks/adminpack/hpingkick.cfg
exec addons/statsme/scriptpacks/adminpack/redirect.cfg

// HostagePack
exec addons/statsme/scriptpacks/hostage/hospen.cfg
exec addons/statsme/scriptpacks/hostage/hossi.cfg

// MapPack
exec addons/statsme/scriptpacks/mappack/italy.cfg
exec addons/statsme/scriptpacks/mappack/mapcycle.cfg
exec addons/statsme/scriptpacks/mappack/nextmap.cfg

// MiscPack
exec addons/statsme/scriptpacks/miscpack/autorr.cfg
exec addons/statsme/scriptpacks/miscpack/awplimit.cfg
exec addons/statsme/scriptpacks/miscpack/damage.cfg
exec addons/statsme/scriptpacks/miscpack/greet.cfg
exec addons/statsme/scriptpacks/miscpack/snapshot.cfg
exec addons/statsme/scriptpacks/miscpack/timeinfo.cfg
exec addons/statsme/scriptpacks/miscpack/tmlf.cfg
exec addons/statsme/scriptpacks/miscpack/vip.cfg

// MultiKillPack
exec addons/statsme/scriptpacks/mkpack/killingspree.cfg
exec addons/statsme/scriptpacks/mkpack/multikill.cfg

// TeamKillPack
exec addons/statsme/scriptpacks/tkpack/forgivetk.cfg
exec addons/statsme/scriptpacks/tkpack/kickdp.cfg
exec addons/statsme/scriptpacks/tkpack/punishtk.cfg
exec addons/statsme/scriptpacks/tkpack/tdwarn.cfg
So, every “//” in front of the “ exec.addons” lines will be deleted !

Option2 - install Amx Mod X


AmxMod X tutorial:
AmxMod X Tutorial on Counter Strike 1.6 dedicated server
  1. Automatic installation tutorial
  2. Installing cstrike module tutorial
  3. Manual installation tutorial
  4. Configuring admins tutorial
  5. Configuring amxx.cfg tutorial
  6. Plugins installation tutorial
  7. Plugins compilation
1. Automatic installatin tutorial

Download the AmxMod X installer and unzipp it anywhere on disk . Doubleclick on it , “ I accept the terms”, next … There you are on the selection window . Let the default installation path ( C:\Program Files\AmxModX) selected, next,then Install. Now the installation is ready to begin.Click Finish , with the “Run AmxmodX installation” case selected. Next , “I accept the terms” next . Now you have to select the directory path to install amxmodx . Here you choose the fourth case, wich is “select mod directory” and hit Next .The next step is to select the HLDS\cstrike folder ( HLDS is the main directory of your server), down at the "Custom game addone" chose Counter-Strike and press OK .

Warnning! If the installer will detect another installation of the AmxMod X it will ask you if you want to continue. You have three options :
1.Click yes - all the old configurations will be erased ( admins , installed plugins…)
2.Click no - all the binary files will be upgraded without deleteing the old configurations
3.Click cancel to cancel
I repeat ! This will happen only if the installer will detect another installation of the amxmodx. I there is no old installation the installer will do its job and you just have to press Finish.

2. Cstrike module installation

This is the next faze of the amxmodx installation and it is very important . CStrike module installation will be made manually.
Download the cstrike module and unzip it anywhere on disk. Open then the amxmodx 1.76-cstrike\addons\amxmodx folder. There you have five subfolders : configs, plugins,scripting,modules,data . Copy the files inside each subfolder in the folders with the same name in HLDS\cstrike\addons\amxmodx ( HLDS is the main directory of your server) .Example: files from amxmodx1.76-cstrike\addons\amxmodx\configs will go to HLDS\cstrike\addons\amxmodx\configs folder , etc… You `ll be asked if you want to overwrite the existing files and you shall send OK .
Attention! Copy the files inside the subfolders , not the folders themselves !
Now you have installed the AmxModX with the CStrike module on your server . To see if it works properly go to console and type “meta list” . The result should be Amxmodx - RUN .

3.Manual installation of AmxModX

This installation is a bit complicated and I don`t recomand it to beginners . For those who want headaches we`ll make a breef presentation.
a.Go to www. amxmodx.org and download the base package for Windows
b.Unzipp it in HLDS\cstrike\addons
c.Go back to amxmodx.org and download the addons of your choice.
d. Unzipp it in HLDS|cstrike\addons
e.Add this line in HLDS\cstrike\addons\metamod\plugins.ini
win32 addons\amxmodx\dlls\amxmodx_mm.dll
To see if it works go to console and type “meta list” . The display should be Amxmodx - RUN.

4.Configuring admins

In order to be in control of your server you have to configure the admin.
Open the HLDS\cstrike\addons\amxmodx\configs\users.ini with wordpad ( HLDS is the main directory of your server) . Scroll down the page and you`ll find a line looking like this :
“loopback” “” “abcdefghijklmnopqrstu" "de". You have to edit this line .If you want an ip admin replace “loopback” with the ip and the put the flag “d”, as you see in the image :

If you want a nick admin replace “loopback” with the nick and the flag should be set to “e”.

Admin account levels and flags :
; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
Admin account examples :
; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
Atention !You don`t have to set all the acces levels to every admin !
If you want to see the commands you have acces to, join the game and console type amx_help . The first 10 commands will show . Next, type amx_help 11 , amx_help 21 , etc..
Seting up the admin password

The line should look like this :
"Name" "password" "abcde….." "a" . As you see the account flag changed to “a” .Your admins will have to console type setinfo_pw password , before they connect to your server .

In this case my advice to you is to uninstall AdminMod and Statsme . AmxModX has all the features of AdminMod ( that make Adminmod useless) and has statistics incorporated ( that makes Statsme useless) .To uninstall AdminMod and Statsme simply go to HLDS\cstrike\addons\metamod and open plugins.ini with wordpad . There you should delete the lines :
Win32 addons\adminmod\dlls\adminmod_mm.dll
Win32 addons\statsme\dlls\statsme_mm.dll
You don`t have to delete the folders adminmod and statsme in addons .If you want to reactivate them later just ad those two lines back to metamod\plugins.ini

7. Another important step is adding the maps taking into consideration that the installer only installed the classic counter strike maps . In order to do that go to your Counter Strike 1.6 client open cstrike and you`ll find a folder named maps . Copy the hole folder into HLDS\cstrike of your server .


Needed Files:
[Only registered users can see links. ]
[Only registered users can see links. ]
[Only registered users can see links. ]
[Only registered users can see links. ]
lica-07 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 4 Users Say Thank You to lica-07 For This Useful Post:
-._CLOUD_.-™ (08-22-2008), aggouris (09-14-2008), GODsaves (11-20-2008), richardmelankathkathrich (08-23-2008)
Old 08-22-2008, 08:36 AM   #2 (permalink)
__A.s.T.i.G__
 
-._CLOUD_.-™'s Avatar
 
Join Date: Jun 2008
Posts: 384

Thanks: 473
Thanked 240 Times in 130 Posts
Reputation: 1
-._CLOUD_.-™ is an unknown quantity at this point
Default Re: How to create an Counter-Strike 1.6 server

it's will be work's 100% with add bots
-._CLOUD_.-™ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to -._CLOUD_.-™ For This Useful Post:
Old 08-23-2008, 04:34 PM   #3 (permalink)
Junior Member
 
lica-07's Avatar
 
Join Date: Feb 2008
Posts: 7

Thanks: 8
Thanked 7 Times in 4 Posts
Reputation: 0
lica-07 is an unknown quantity at this point
Default Re: How to create an Counter-Strike 1.6 server

In order to add bots to your Counter Strike 1.6 server you will have to do this :

1. Download the podbot arhive or the joebot arhive .
2. Unzipp the two arhives .
3. Copy the podbot folder into HLDS\cstrike\addons - HLDS is the main directory of your server .
4. Copy the joebot folder into HLDS\cstrike folder.
5. Open HLDS\cstrike\addons\metamod\plugins.ini and add this line under those who already are there :

Win32 joebot\joebot_mm.dll

[Only registered users can see links. ]
[Only registered users can see links. ]
lica-07 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to lica-07 For This Useful Post:
GODsaves (11-20-2008)
Post New Thread  Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
anyone know how to add, adbot in counter strike tikyo Chit-Chat 4 11-22-2008 09:13 PM
Counter strike __Master.Yuri__ Chit-Chat 1 04-23-2008 08:33 PM
Counter Strike mobile Punisher Mobile Softwares, Games And Ringtones 0 04-08-2008 05:47 AM
Counter Strike Mercenary Chit-Chat 0 03-19-2008 12:29 AM


All times are GMT. The time now is 10:59 PM.

Page generated in 0.2434 seconds (80.35% PHP - 19.65% MySQL) with 17 queries

Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0..
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The logos and trademarks used on this site are the property of their respective owners.
We are not responsible for comments posted by our users, as they are the property of the poster.