Absurd Minds

More than 100 years without a motto.
It is currently 28 Mar 2024 18:06

All times are UTC-04:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
 Post subject: Installing AMX Mod X
PostPosted: 16 May 2010 14:54 
Offline
User avatar

Joined: 25 Mar 2010 19:07
Posts: 8392
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.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ] 

All times are UTC-04:00


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited