Pages

Powered by Blogger.

Monday 10 December 2012

AmxModX : Installation

Assalamualaikum And Hye ...


AMX Mod X and AMX Mod

AMX Mod X was originally based on AMX Mod, a similar Half-Life modification by OLO. However, AMX Mod began to slip into poor project policies (lack of public input, no open source enforcement, no central source code maintained, and much more).
Due to the dead appearance of the project as all maintainers had disappeared into oblivion, the AMX Mod X project was started.
Since then, the AMX Mod X project has come a long way. Nearly every portion of AMX Mod has been either rewritten from the ground up, cleaned up, or changed to work in a new system.
AMX Mod X is not AMX Mod. And better yet, it's almost fully backward compatible.



Download : 



more download can be found here
Installing Amx Mod X :

After done downloading the full installer , double click it and next , next until it ask for a place to install the files . Choose your mod files 
example : 

C:/HLDS/cstrike



Directory Structure : 
  1. In your mod folder, create a folder called "addons".
  2. In <mod folder>\addons, create a folder called "metamod".
  3. In <mod folder>\addons\metamod, create a folder called "dlls".

Upload Binaries  : 

Go to the Metamod Website and download Metamod. You will want to get either the Windows DLL or the Linux SO (for either 32bit Linux or Linux on AMD64).
Extract the metamod file and upload or copy it to your server. It must be placed in <mod folder>\addons\metamod\dlls.



Configure

In your mod folder, find the "liblist.gam" file. Open the file with a text editor, such as notepad. If you're using FTP or a control panel, you will need to download the file first.

For Windows, find this line:

gamedll "dlls\mp.dll"

Replace it with this line:

gamedll "addons\metamod\dlls\metamod.dll"

For Linux, find this line:

gamedll_linux "dlls/mp_i386.so"

Replace it with this line:

gamedll_linux "addons/metamod/dlls/metamod_i386.so"

(Note: AMD64 is no longer supported for various reasons, please use 32bit)
Save liblist.gam (and upload it over the old one if your server is remote).
Edit the file <mod folder>\addons\metamod\plugins.ini. If it does not exist, create it. This file is your list of Metamod plugins.

For Windows, add

win32 addons/amxmodx/dlls/amxmodx_mm.dll

For Linux add:

linux addons/amxmodx/dlls/amxmodx_mm_i386.so

Save (and upload) plugins.ini.

Source : wiki.amxmodx.org

-Sharing Is Caring-
p/s : got problem? comment box can help u =)


0 comments:

Post a Comment