Saturday, June 20, 2009

AMX Mod X for CS1.6 (Windows and Linux)

AMX Mod X is a versatile Half-Life metamod plugin which is targetted toward server administration. It has a wide array of scripting capabilities so people can write "plugins", or files which add on to a mod's functionality. Plugins can take form in administrative services (adding new admin commands), statistics generation (StatsX), fun additions (godmode, etc), gameplay changes (WC3, CSDM), and much, much more!
You can also write modules to expand the functionality of AMX Mod X and add to the scripting language.

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.

AMX Mod X Full Installer
AMX Mod X Base
AMX Mod X Studio
AMX Mod X Source-Code
How to install AMX Mod X?
======================
Metamod must be instaled becuase without it, AMXMODX doesn't work.

1) Go in cstrike\addons. Create a folder, and named is in metamod.
2) Create a folder in addons\metamod, called dlls.
3)Download the Linux version or the Windows version.
4) Put .dll / .so in addons\metamod\dlls
5) Go in the cstrike folder and search for liblist.gam. For windows, change the line:

Code:

gamedll "dlls\mp.dll"

with
Code:

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

For linux, change the line:
Code:
gamedll_linux "dlls/mp_i386.so"

with
Code:
gamedll_linux "addons/metamod/dlls/metamod_i386.so"

Go in \addons\metamod and create plugins.ini. There add the next line for windows

Code:

win32 addons\amxmodx\dlls\amxmodx_mm.dll

For linux:
Code:
linux addons/amxmodx/dlls/amxmodx_mm_i386.so

Installing Amx Modx

Download AMXMODX BASE LINUX or AMXMODX BASE WINDOWS
Extract the files in cstrike folder so in addons we have now amxmodx, too.
Download the Counter-Strike module: LINUX
for linux or WINDOWS for Windows.Exctract the files like you do with Amxmodx Base. This archive adds only a few files for Counter-Strike.

AMXMODX Configuration

1) To install plugins, put the source(.sma) in addons/amxmodx/scripting and .amxx in addons/amxmodx/plugins.Go in addons\amxmodx\configs\plugins.ini and add, after the last line, EXAMPLE : name.amxx
2) Go in amxmodx/configs/amxx.cfg and edit:

amx_default_access "z" user access
amx_mode 1 (do not modify)
amx_show_activity 2 (do not modify)
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600 (Replace Welcome to ... with your message, and replace 600 with your time. The time is in seconds)
amx_imessage"Welcome to %hostname" "000255100" (this message will appeare in the center of the screen. is called "hud message").For more messages, multiply the amx_imessage "your message " "colorRGB"
amx_freq_imessage 180 (180 is the time interval, in seconds, when the message apper in the center of the screen)
amx_flood_time 0.75 (do not modify)
amx_reservation 0 (the number of reserved slots)
amx_hideslots 1 (do not modify)
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11" (do not modify)
amx_time_voice 1 (do not modify)

The rest of lines, DO NOT MODIFY

Adding admins:

To add admins by nickname (like at adminmod) on steamid (DO NOT make admins on steam ID, only if he has Licensed steam. There can be a lot of Unknown admins.) and on the IP.

On SteamID
"STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce" (replace STEAM_0:0:123456 with your admin SteamID)

On NickName
"BAILOPAN" "mypass" "abcdefghijklmnopqrstu" "a" ( bailop = nick ; mypass = admin password). Every time he enters the game he must write in console, setinfo _cs PASSWORD .

On IP
"ip" "" "abcdefghijklmnopqrstu" "de" Replace IP with admin's IP

The admins with SteamID admin or IP admin, musn't write in the console, setinfo _cs PASSWORD

AMX Mod X Fun Plugins

Click here to view a variety of AMX Mod X plugins. However, be sure to download the right plugins specifically designed to work with Counter Strike only.

=========

That's about it. Now run CS and enjoy. :)

No comments:

Post a Comment

The Dark Room ;-).


Get your own chat on spinchat.com!