In order to modify a plugin (for example the maxping of the highpingkicker) you will have to edit the modification in the sma file and then compile the sma. So, if you want to change the value of highpingkicker maxping , go to HLDS\cstrike\addons\amxmodx\scripting ( HLDS is the main directory of your server) and open the hpk.sma (or whatever the name it is) and edit maxping 150 or 200 or whatever , then save and close . Now you`ll have to compile it . How you do that… Drag and drop the sma file over the compile.exe icon ( the blue one - attention ! there are two blue icons, you will chose the one called “compile”) into the scripting folder . A black window will appear showing the derulation of the compiling process. When it`s done it will display “Compilation Done”. Now you will have to look into the “scripting” folder for a subfolder called “compiled”. Open it , and there you`ll find the compiled “.amxx” file of your plugin ( in our case the hpk.amxx) . This file you`ll have to copy into HLDS\cstrike\addons\amxmodx\plugins folder .
If your server was running while you compiled and installed the plugin restart it or change the map and the plugin will work on the new value !
Thursday, June 27, 2013
Web Mod Tutorial on CS 1.6 server
This plugin allows you to see and administrate, in some limits, your counter strike 1.6 server, using a web browser like Chrome or Mozilla Firefox.
Download it here and copy the "w" folder in HLDS\cstrike\addons and edit it in metamod\plugins.ini :
Download it here and copy the "w" folder in HLDS\cstrike\addons and edit it in metamod\plugins.ini :
win32 addons\w\dlls\w_mm.dll
Save and close, and if the server was started, restart.
To see your server o the browser, acces the http://xx.xxx.xxx.xxx:port page, where xx... is the server's ip, and “port” is its port, which is usually 27015 (if you haven't changed it). There you will be asked to log on and you use the RCON password (the one you write on the console when you start the server). Anyone can access this address, but only the ones who know the RCON password can administrate it.
For all the plugins here:
In order to see if the plugin works, if it is corectly installed, write "meta list" in the console! The ones that appear with RUN there, are ok.
In order to see if the plugin works, if it is corectly installed, write "meta list" in the console! The ones that appear with RUN there, are ok.
HL Booster Tutorial on CS 1.6 server
Download here hl booster.rar , unzipp it (directly in addons or copy the booster folder in HLDS\cstrike\addons, (HLDS is the directory where you have the server), then edit in HLDS\cstrike\addons\metamod\plugins.ini, the line:win32 addons\hlbooster\dlls\booster_mm.dll. Very important!!!! In order to work, in the HLDS\cstrike\server.cfg you have to write the next line:
exec addons/hlbooster/hlbooster.cfg
HL Guard Tutorial on Counter Strike 1.6 server
HL Guard - how to make the HL Gurad to work
This is an anti-cheat system for Half-Life, with the following components:
a. detects aimbot b. blocs the wallhack c. detects the alias d. makes the cvar's more powerfull e. bans on name (nick) f. incorporated Steamban system - for those with steam g. guard system against Skywalk
1. The installation is made in metamod plugins.ini, so download HL Guard rar here , unzipp it, copy it in HLDS\cstrike\addons and then edit it in metamod plugins.ini :
win32 addons/hlguard/dlls/hlguard_mm.dll. You can also use hlguard_mm_optimized.dll, but this is used for the newer systems and the server might stop working. 2. Now you have to choose between the repeated stopping scanning message and the unique one, that is, if you want the message, that the scan has been compleated, to appear after every scan, or only after the first scan. To do so, you have to acces HLDS\cstrike\addons\hlguard\config where you open using the WordPad hlguard.cfg. Here you look for the line " Alias scanning completed mesage" where you have two options: "One Time mesages" and "Repeating mesages". To activate one of them you have to erase "//" in front of them. 3. Now you have to activate the hlguard menu To do so, first enter HLDS\cstrike\addons\hlguard\config, then open hlg_menu.cfg using the WordPad. Look for the hlg_menupassword "" line, an enter a password between the "" (ex : hlg_menupassword"meseriasu" ). Save and close. If the server was started, restart or change th map. Now enter the game in the console hlg_menu meseriasu (without "", and meseriasu is the password from hlg_menu.cfg ). The menu will be shown on the screen. |
---|
4. Setting the agreeing declaration. First go to HLDS\cstrike\addons\hlguard\config\hlguard.cfg and erase the "//" in front of this line :
// hlg_exec addons/hlguard/config/hlg_agreement.cfg Then enter HLDS\cstrike\addons\hlguard\config, and open hlg_agreement using WordPad. There you will find some lines that you can change. The first is "By playing on this server , you" and so on.You do not have to translate word by word, but you have to keep the lines. The last line is the most important. There you write "1. Accept 4.Refuz ". The player who will press the 4 key, refusing the scan, will be automatically kicked out. You will see what you can do with HL Guard entering in the on screen menu using the “hlg_menu password” command in the console. |
---|
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 here, 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.
Now download the plugins here, 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.
AmxModX plugin installation
.Installing plugins
The plugins are those who make your server work, and give you, as an admin, the ability to administrate it. Automatically the Amxmodx installer installed the base plugins ( admin commands, admin help, antiflood, stats, vote, nextmap ) .Besides those , you can add custom plugins , to help you administrateing the server, fun plugins or mods that will radically change the game ( csdm, wacraft, superhero).
The plugin has two components : sma - the script and amxx - the plugin itself.
In order to install a plugin you will have to do some steps :
1.Download the plugin (both of the components)
2.Copy the amxx file in HLDS\cstrike\addons\amxmodx\plugins
3.Edit the plugin in HLDS\cstrike\addons\amxmodx\configs\plugins.ini. This mean that you open plugins.ini and edit, under those who already are there, a line like this : plugin.amxx ( for example if you want to install admin_gag plugin, just add the line admin_gag.amxx ).
4.Optionally , you can copy the sma file in HLDS\cstrike\addons\amxmodx\scripting . If you want to modify the plugin just go to the sma file, open it , make the changes ( if you know exactly what you are doing) and then compile it and copy the amxx compiled file intoHLDS\cstrike\addons\amxmodx\plugins.
The plugin has two components : sma - the script and amxx - the plugin itself.
In order to install a plugin you will have to do some steps :
1.Download the plugin (both of the components)
2.Copy the amxx file in HLDS\cstrike\addons\amxmodx\plugins
3.Edit the plugin in HLDS\cstrike\addons\amxmodx\configs\plugins.ini. This mean that you open plugins.ini and edit, under those who already are there, a line like this : plugin.amxx ( for example if you want to install admin_gag plugin, just add the line admin_gag.amxx ).
4.Optionally , you can copy the sma file in HLDS\cstrike\addons\amxmodx\scripting . If you want to modify the plugin just go to the sma file, open it , make the changes ( if you know exactly what you are doing) and then compile it and copy the amxx compiled file intoHLDS\cstrike\addons\amxmodx\plugins.
Now go to console and type amx_plugins and see if the plugins are working .If everything is all right it should display “ plugin” - running .
If the server was running when you installed the plugin restart it or change the map !!
If the server was running when you installed the plugin restart it or change the map !!
7.Plugin`s compilation
In order to modify a plugin (for example the maxping of the highpingkicker) you will have to edit the modification in the sma file and then compile the sma. So, if you want to change the value of highpingkicker maxping , go to HLDS\cstrike\addons\amxmodx\scripting ( HLDS is the main directory of your server) and open the hpk.sma (or whatever the name it is) and edit maxping 150 or 200 or whatever , then save and close . Now you`ll have to compile it . How you do that… Drag and drop the sma file over the compile.exe icon ( the blue one - attention ! there are two blue icons, you will chose the one called “compile”) into the scripting folder . A black window will appear showing the derulation of the compiling process. When it`s done it will display “Compilation Done”. Now you will have to look into the “scripting” folder for a subfolder called “compiled”. Open it , and there you`ll find the compiled “.amxx” file of your plugin ( in our case the hpk.amxx) . This file you`ll have to copy into HLDS\cstrike\addons\amxmodx\plugins folder .
If your server was running while you compiled and installed the plugin restart it or change the map and the plugin will work on the new value !
If your server was running while you compiled and installed the plugin restart it or change the map and the plugin will work on the new value !
Statsme tutorial
Statme is a plug-in, a system of plug-ins to be more specific, which presents the player statistics while playing, regarding the number of figures he has, who killed him at a certain moment, how much hp he still has, how much damage he did to the other players, how many flags in a row he did or how many times he died in a row and so on. Besides, statsme introduces different sound effects, welcome and good-bye messages, a lot of things that make the game more attractive. Statsme is easy to install, being a metamod plug-in, in metamod plugins.ini. It is very important to say that those who installed the server following the method presented in the "Dedicated server installation tutorial", do not need to install Statsme because the Server Creator installer has already done it for them. For those who want to install Statsme, the steps to take are:
Download here statsme.rar, and unzipp it anywhere on the disk. Copy the Statsme folder into HLDS\cstrike\addons (HLDS being the directory in which you have the server), and then open HLDS\cstrike\addons\metamod\plugins.ini where you write the next line: win32 addons\statsme\dlls\statsme_mm.dll After this step, all you have to do is make some configuration. |
---|
1.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.
2.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. 3.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 :
So, every “//” in front of the “ exec.addons” lines will be deleted !
|
---|
Subscribe to:
Posts (Atom)