Installing Adminmod On A Ns - Win32 Server
KiLLaBaNK
Join Date: 2003-03-13 Member: 14489Members
How would i go about doing this? Is it any differnt then any other mod, how will the Plugins.ini work when it only have plugins for tfx and cs? Anyone have a Guide? <!--emo&::sentry::--><img src='http://www.unknownworlds.com/forums/html/emoticons/turret.gif' border='0' style='vertical-align:middle' alt='turret.gif'><!--endemo-->
Comments
ns
|__addons
......|_____metamod
......|_____adminmod
Many of the plugins that work in CS work in NS as well.
<!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
<!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
Well, you just stated your problem - NS isn't CS, so comment out cs.amx
I ran metamod 1.15 for a time. Couldn't get my servers to start with it. Would start loading metamod, crash, repeat.
I downgraded to 1.14.1 and everything works again. This was both on my 4 NS servers and a couple of CS servers.
I'm on an SGI at the moment and can't access my home machine to tell you what the plugin.ini should look like, but basically if it says anything is for CS, comment it out (=// or ; or #) and then see if the server works.
FYI I run AM 2.50.51 (latest metamod.dll too) on a win2k server with unstuck pro plugin and all works beautifully.
Run 6 other server dont have any trouble, metemod isnt causing it because i run 3 other plugins on the server without adminmod installed and when i try to run it, metamod initalizes then adminmod crashes server.
really ? my stuff doesn't work for you ?
mebbe I should upgrade to the newest metamod and re-release :/
Also, your sig is too long, please read the rules of the forum.
I don't run a dedicated server, but I do run a listen server with many plugins and adminmod/metamod just fine. I think your commenting something you shouldn't.
Here's what my adminmod plugin.ini looks like:
<!--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-->addons/adminmod/scripts/plugin_antiflood.amx
addons/adminmod/scripts/plugin_base.amx
addons/adminmod/scripts/plugin_chat.amx
addons/adminmod/scripts/plugin_cheat.amx
# addons/adminmod/scripts/plugin_CS.amx
# addons/adminmod/scripts/plugin_TFC.amx
addons/adminmod/scripts/plugin_hldsld_mapvote.amx
addons/adminmod/scripts/plugin_message.amx
addons/adminmod/scripts/plugin_retribution.amx
addons/adminmod/scripts/plugin_fun.amx
# addons/adminmod/scripts/plugin_spawn.amx
# addons/adminmod/scripts/plugin_speech.amx
# addons/adminmod/scripts/plugin_ejl_easyspeech_win.amx<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
And my metamod's plugins.ini:
<!--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-->win32 addons/adminmod/dlls/admin_MM.dll
win32 addons/adminmod/dlls/phase_eq.dll
win32 addons/adminmod/dlls/gorgeres.dll
win32 addons/adminmod/dlls/commghost.dll
win32 addons/adminmod/dlls/unstuck_mm.dll
win32 addons/adminmod/dlls/monster_mm.dll
win32 addons/adminmod/dlls/lerklift.dll
# win32 addons/adminmod/dlls/spidermonkey.dll
# win32 addons/adminmod/dlls/playerinfo_mm.dll
linux addons/adminmod/dlls/admin_MM_i386.so<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
How do i install adminmod on a NS v1.04 Server From the complete start.
I have the same metamod you do and adminmods plugin.ini file still, doesnt work.
How do i install adminmod on a NS v1.04 Server From the complete start.
I have the same metamod you do and adminmods plugin.ini file still, doesnt work. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
I couldn't get it to work on my server either. It worked with old version of metamod, but I had to download latest metamod to run the nsaf banlist plugin. Soooo, I guess I'm just gonna install amx mod instead <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
<!--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-->Please specify a "admin_plugin_file" or "script_plugin" in the adminmod.cfg file.
http://adminmod.org/help/online from help.<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
even though i have it in all the right directorys and have it selecting the exact file.
Anyone help?
i looked at adminmods site it didnt help too much...
Q: When I try to start Admin Mod on my server, it doesn't work and I get a message telling me that I "must define
script_file or admin_plugin_file in my adminmod.cfg." What's wrong?
There is not one, simple answer to this question. What this error is indicating is that Admin Mod is trying to start, and
the DLL has been successfully loaded, but for some reason your server.cfg or listenserver.cfg (from now on referred to as
(listen)server.cfg) is not executing your adminmod.cfg file or your adminmod.cfg file is not configured properly.
Here is a partial list of things to check to try to resolve the problem:
1.Make sure there is only one copy of the line executing your adminmod.cfg. Note that if you run the installation script more than once, you may end up with multiple copies of this line, which could in turn be executing different files depending on the paths provided, which will cause problems when you try to run your server.
2.Make sure your (listen)server.cfg and adminmod.cfg files are smaller than 16KB in size. Due to a restriction in the Half-Life server code, .cfg files cannot be larger than this size. Files over 16KB in size will fail to load.
3.If you are running a Windows server, make sure your file names are all spelled correctly. You must have file extensions for all file types viewable in order to be able to accurately determine if the files are named correctly. This is configurable in the options for Windows Explorer. Filenames are required to be spelled correctly and must be located in the correct directories to be found and to function. Almost all the files used with Admin Mod are to be located in the /<mod>/addons/adminmod/config/ directory. Plugin files that have been compiled and the Admin Mod DLL files are respectively located in the /<mod>/addons/adminmod/dlls and /<mod>/addons/adminmod/scripts directories.
4.Make sure you are configuring the (listen)server.cfg file that is located in the game mod directory of the game you are running on your server.
5.The obvious: Make sure either admin_plugin_file or script_file is specified in your adminmod.cfg file, and that your files are named and located where the adminmod.cfg file indicates.
6.Reinstall Half-Life and server files, then update to the latest Half-Life and server versions from the Internet, and then reinstall the latest version of Admin Mod, following the directions carefully.
<!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
Even if you seem to have no further problems, you should REALLY check the adminmod help file. It's pretty thorough.
If you haven't edited the adminmod.cfg file either you'll probably have some problems or strangeness.
But yeah in future please do RTFM. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
(edit not if you have problems check the help, but the above)