Friday, September 19, 2008

AMX Clan Match Deluxe Plugin Installation and Usage for Counter Strike 1.6

AMX Match Deluxe is a plugin for CS1.6 and CS:Condition Zero for hosting a clan match in the server. This plugin has a config loaded when the match starts which will setup all the settings for a aclan match.

I am trying the simplest possible explanation.


How to Install:
  1. AMX Match Deluxe plugin can be downloaded from forums of alliedmoderators and the download link is here : Download

  2. This package works on AMX MOD X 1.75 or more. So Download the latest version of AMX MOD X link is : Download (See AMX MOD X Installation page of this blog for complete help on AMX MOD X installation)

  3. Install AMX MOD X. This Mod is must.

  4. Now, in your package you see some files. Extract the package, and put the files and folders in corresponding folders of the game installation.

  5. Note these Points 6-7:

  6. If you have game installed in C:\Program Files\Valve... then you will find two folders by the name CSTRIKE and CZERO in the Valve folder.

  7. Now, when you install AMX MOD X, the installation will create a ADDONS folder in CSTRIKE or CZERO, into which ever you install it.

  8. The AMX Match Deluxe Package which you have downloaded also contains the ADDONS folder. Just put the folders accordingly in the installed ADDONS folder.
  9. Compiling the Source:
  1. Now, after finishing copying complete package, you need to compile the source. You might have already pasted a file named amx_match_deluxe.amxx in the plugins folder under Addons>Amxmod. This is enough some times. But many times you need to compile the source and replace the plugin with the plugin you got after compiling.

  2. How to Compile the Source:(See compiling amx sources page of this blog for complete help on Compiling AMX MOD X plugin sources)
  3. You have the source named amx_match_deluxe.sma, Now you might have already placed it in the scripting folder of amxmod folder.
  4. Now, run the compile.exe in the scripting folder. The output will be present in COMPILED folder of SCRIPTING folder.
  5. Place the output(.amxx file) in PLUGINS folder of amxmod.
  6. Finalizing:
  1. Now that you have finished all. Last step is letting the amx know that there is a plugin called amx_match_deluxe.amxx and running it.
  2. This is done by adding a small line "amx_match_deluxe.amxx" in the plugins.ini file under CONFIGS Folder of amxmod. To disable add ";" before the line like this ";amx_match_deluxe.amxx" in plugins.ini file.
  3. Start the Game.
Usage of AMX Match Deluxe:
  1. Type the command "amx_match CTname Tname mr10 ecup recboth" in the console. Now the server starts the match plugin and locks the game with some password. So type this only after everyone has joined the game. The game name is changed to "CTname Vs Tname Clan Match"
  2. Here mr10 in the comands means maximum rounds are 10 as ct and 10 as t. who ever wins the highest rounds win.
  3. Here CTname is name of ct clan, and Tname is t clan.
  4. There would a worm up round.
  5. There would be a knive round.
  6. The game can also be set to maximum time "mt
  7. Read the readme now, and you will understand everything.
This Clan Match plugin from AMXX is really cool to use. It shows the number of games won by each team in the bttom left corner. And it will also show the clan names at top left corner.

Mostly I will add a screenshot of the game, sooner or later.

No comments:

Post a Comment