Absurd Minds
http://forums.absurdminds.net/

Installing AMX Mod X
http://forums.absurdminds.net/viewtopic.php?f=18&t=237
Page 1 of 1

Author:  Amaroq [ 16 May 2010 14:54 ]
Post subject:  Installing AMX Mod X

First off, before you install AMX Mod X, make sure you have installed metamod. Without metamod, AMXX won't work.


Linux

AMXX has two files - the AMXX base (you install this no matter what type of HLDS server you're running), and a game-specific AMXX addon. For a Counter Strike or Condition Zero server, make sure to download the Counter-Strike addon. For a Day of Defeat server, I'd want to make sure to install the DoD addon instead of the cstrike addon.
Code:
cd usr/home/gamer/hlds/czero
Code:
fetch http://downloads.sourceforge.net/project/amxmodx/AMX%20Mod%20X%20Base/1.8.1/amxmodx-1.8.1-base.tar.gz
Code:
fetch http://downloads.sourceforge.net/project/amxmodx/Counter-Strike%20Addon/1.8.1/amxmodx-1.8.1-cstrike.tar.gz
Code:
tar xfz amxmodx-1.8.1-base.tar.gz
Code:
tar xfz amxmodx-1.8.1-cstrike.tar.gz
Next, let metamod know that it needs to be paying attention to this AMX Mod X thingy you just installed. Do this by simultaneously make a file called "plugins.ini" in the metamod directory as well as write a specific line to that file:
Code:
echo "linux addons/amxmodx/dlls/amxmodx_mm_i386.so" > /usr/home/gamer/hlds/czero/addons/metamod/plugins.ini

Windows

To install AMXX, first download the AMX Mod X base into your C:\Program Files\Valve\HLServer\czero directory.

Next, unzip the file. The zip file contains all the files placed in the correct directory structure, so it will decompress all the files to the right folders. (It installs into C:\Program Files\Valve\HLServer\czero\addons\amxmodx)

Now do the same with the addon for your particular game. For Counter Strike and Condition, use the Counter-Strike addon. For Day of Defeat, use the Day of Defeat addon. Etc.

Once again, download the addon into C:\Program Files\Valve\HLServer\czero. Extracting the files will put them in the correct directories.

Now you need to let metamod know that AMX is installed. Open up a new Notepad++ file. In that file, add the following line:
Code:
win32 addons\amxmodx\dlls\amxmodx_mm.dll
Name this file plugins.ini and save this file to C:\Program Files\Valve\HLServer\czero\addons\metamod.

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/