Admin Mod And Alternatives?
Belabor
Join Date: 2002-11-01 Member: 2445Members
Does anyone have any experience with both adminmod and other metamod admin plugins? The word on the street is adminmod and NS don't seem to proform that well together in linux.. Is there any truth to this, and should I consider an alternative? Our server is stretched pretty thin as it is with two other HL servers running, so any slight improvement is worth it.
Also: Smilies
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> <!--emo&::skulk::--><img src='http://www.unknownworlds.com/forums/html/emoticons/skulk.gif' border='0' style='vertical-align:middle' alt='skulk.gif'><!--endemo--> <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif'><!--endemo--> <!--emo&::siege::--><img src='http://www.unknownworlds.com/forums/html/emoticons/siege.gif' border='0' style='vertical-align:middle' alt='siege.gif'><!--endemo--> <!--emo&::onos::--><img src='http://www.unknownworlds.com/forums/html/emoticons/tiny.gif' border='0' style='vertical-align:middle' alt='tiny.gif'><!--endemo--> <!--emo&::sentry::--><img src='http://www.unknownworlds.com/forums/html/emoticons/turret.gif' border='0' style='vertical-align:middle' alt='turret.gif'><!--endemo-->
Also: Smilies
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> <!--emo&::skulk::--><img src='http://www.unknownworlds.com/forums/html/emoticons/skulk.gif' border='0' style='vertical-align:middle' alt='skulk.gif'><!--endemo--> <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif'><!--endemo--> <!--emo&::siege::--><img src='http://www.unknownworlds.com/forums/html/emoticons/siege.gif' border='0' style='vertical-align:middle' alt='siege.gif'><!--endemo--> <!--emo&::onos::--><img src='http://www.unknownworlds.com/forums/html/emoticons/tiny.gif' border='0' style='vertical-align:middle' alt='tiny.gif'><!--endemo--> <!--emo&::sentry::--><img src='http://www.unknownworlds.com/forums/html/emoticons/turret.gif' border='0' style='vertical-align:middle' alt='turret.gif'><!--endemo-->
Comments
The only problem with amxmod is that it has a zero documentation. I'm trying to set it up now but am eyeing clanmod again ..
win2k tho, so probably of no interest to ya <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->
Roob's bubtastic NS 1.04
163.1.180.217:27016
The only problem with amxmod is that it has a zero documentation. I'm trying to set it up now but am eyeing clanmod again .. <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
Ahm ... that's not really correct.
Did you have a look at the amxmod forums? All the plugins are documentated there including the source.
btw amxmod is really great! I love it cause its completly customizeable!
In my opinion Clanmods docu is much worste and it has no features which are not included with amx.
Stick to amx! It rocks! <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
1.) Download the newest version of metamod from <a href='http://www.metamod.org' target='_blank'>http://www.metamod.org</a>. Make the following directory structure inside your mod folder.
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
$moddir/addons
$moddir/addons/metamod
$moddir/addons/metamod/dlls
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
and put the binary you just downloaded in addons/metamod/dlls.
2.) Create the files $moddir/addons/metamod/plugins.ini (will hold all your metamod plugins) and $moddir/addons/metamod/exec.cfg (will hold some cvars if you need them).
3.) Edit your ns/liblist.gam file making the following changes:
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
gamedll "dlls\mp.dll" --> gamedll "addons/metamod/dlls/metamod.dll"
gamedll_linux "dlls/ns_i386.so" --> gamedll_linux "addons/metamod/dlls/metamod_i386.so"
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
installation of metamod is now complete.
4.) Now time to install amx. Edit $moddir/addons/metamod/plugins.ini and insert
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
linux addons/amx/dlls/amx_mm_i386.so
; More script functions for AMX Mod
win32 addons\amx\dlls\fun_ms.dll
linux addons/amx/dlls/fun_ms_i386.so
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
5.) Edit $moddir/addons/amx/admin.cfg to your liking, boot up the server and type meta list. You should see something similar to the following.
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] WebMod RUN - w_mm_i386.so v0.46 ini Start Never
[ 2] NS StripEnt RUN - stripent_mm.so v1.00.00 ini Chlvl Chlvl
[ 3] Unstuck Pro RUN - unstuck_mm.so v1.00 ini Pause Pause
[ 4] AMX RUN - amx_mm_i386.so v0.9.2 ini Start Start
[ 5] FUN RUN - fun_ms_i386.so v0.9.2 ini Start Start
[ 6] AMX Log Daemon RUN - logd_ms_i386.so v1.00.5 ini ANY Pause
6 plugins, 6 running
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
pay special attention to the AMX, and FUN listings. If they show as listed then you've successfully installed amx and metamod. If they have fail anywhere, reread these instructions and try again. You can also do a amx list and get a listing of plugins you have running. For example.
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
amx list
Currently loaded plugins:
name version author file status
[ 1] Admin Base 0.9.2 default admin.amx running
[ 2] Admins from MySQL 0.6 dJeyL admin_mysql.amx running
[ 3] AFK 0.8 Tcquest78 afk.amx running
[ 4] MySQL Ban Managem 0.45b JustinHoMi mysql_ban.amx running
[ 5] Admin Commands 0.9.2 default admincmd.amx running
[ 6] Admin Help 0.9.2 tcquest78 adminhelp.amx running
[ 7] Admin Menu 0.9.2 default adminmenu.amx running
[ 8] Slots Reservation 0.9.2 default adminslots.amx running
[ 9] Admin Chat 0.9.2 default adminchat.amx running
[10] Admin Votes 0.9.2 default adminvote.amx running
[11] Anti Flood 0.8 default antiflood.amx running
[12] Admin Bury 0.9.3 f117bomb bury.amx running
[13] AMX Contact 0.3a Phreak contact.amx running
[14] Client Exec 0.7 nobody exec.amx running
[15] High Ping Kicker 0.8 [SE]ErASor highping.amx running
[16] NextMap 0.9.2 default nextmap.amx running
[17] TimeLeft 0.9.2 default timeleft.amx running
[18] Nextmap chooser 0.9.2 default mapchooser.amx running
[19] Info. Messages 0.9.2 default imessage.amx running
[20] Welcome Message 0.8 default welcomemsg.amx running
[21] Pause Plugins 0.8 default ppause.amx running
[22] NS Team 0.8 Tcquest78 ns_team.amx running
[23] NS Tsay 0.8 Tcquest78 ns_tsay.amx running
[24] HLstats skill 0.81 JustinHoMi skill.amx running
[25] Speech 1.1 Toverand speak.amx running
25 plugins, 25 running
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Hope this helps.
Try to type <i>meta version</i> in console.
If there is a reply and it gives you version <1.14.1 you have to update metamod. (AMX aonly works with metamod version >=1.14.1.
If there is no reply, your metamod install just failed.
I AM SO GOING TO FORGET YOU SAID THAT.
Seriously, I would... but it's a server that runs other stuff, so I need to worry about things like security and stability (4 day server uptime is not my needed 400 day uptime).
Everyone else, thanks for the info. Very helpful.