AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Plugins.ini (https://forums.alliedmods.net/showthread.php?t=20038)

HaxorsPwn 10-30-2005 22:28

Plugins.ini
 
I have a dedicated server with amx mod x and metamod.. i can't find a good plugins.ini file made for amx mod x ... the one i have right now is for amx and it doesn't work that way... can you help me to get a plugins.ini file for amx mod x to put in my metamod folder? thanks!

(P.S. I have tried going on www.metamod.org but that website doesn't work.)

Janet Jackson 10-30-2005 22:34

Windows :
Code:

win32 addons\amxmodx\dlls\amxmodx_mm.dll
Linux :
Code:

linux addons/amxmodx/dlls/amxmodx_mm_i386.so
Linux AMD64:
Code:

linux addons/amxmodx/dlls/amxmodx_mm_amd64.so

HaxorsPwn 10-31-2005 02:00

help once again
 
hmmm here we go again...

First i did what you said...

; AMX Mod
win32 addons\amxmodx\dlls\amxmodx_mm.dll

; AMX Mod modules

; NOTE: don't declare 'pure' AMX Modules here
; (those not having '_mm' in their filename)

; Fun (AMX module)
win32 addons/amxmodx/modules/fun_amxx.dll


then i did the liblist...

game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"


And then i start my dedicated server and type meta list in console to see if it loaded the plugins...


] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] <amxmodx_mm.dll badf load amxmodx_mm.dll v - ini Never Never
[ 2] <fun_amxx.dll> badf load fun_amxx.dll v - ini Never Never
2 plugins, 0 running


OK! i don't get why they aren't loading!... what is the problem now?

joka69 10-31-2005 02:14

You only add the amxmodx_mm.dll not the fun.dll.you activate the other .dlls im your amxmodx/configs/modules.ini .

[ --<-@ ] Black Rose 10-31-2005 06:11

.... i messed up this post... ignore this... lol

Jordan 10-31-2005 11:00

you have amxmodx_mm.dll in the right location?

HaxorsPwn 10-31-2005 18:59

Plugins not loading
 
ok so now my plugins.ini file is fixed... i hope... i just had it say:

; AMX Mod
win32 addons\amxmodx\dlls\amxmodx_mm.dll


This is what my liblist says:

game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"


I think thats right

now everytime i start my dedicated server then i go to the console and type in "meta list" this it what shows:


] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] <amxmodx_mm.dll badf load amxmodx_mm.dll v - ini Never Never
1 plugins, 0 running


As you can see the amxmodx_mm.dll plugin is not running... why isn't it running? And how can i fix it so that it will run?

bmann_420 10-31-2005 19:03

Is it in that folder you specified? Cause i mean you typed it in right, and if it is there, there is no reason for it not to work. Make sure it is in that exact location

HaxorsPwn 10-31-2005 22:16

plugins.in = C:\Valve\Steam\SteamApps\conroy18ct\dedicated server\cstrike\addons\metamod\plugins.ini

liblist.gam = C:\Valve\Steam\SteamApps\conroy18ct\dedicated server\cstrike\liblist.gam

amxmodx_mm.dll = C:\Valve\Steam\SteamApps\conroy18ct\dedicated server\cstrike\addons\amxmodx\dlls\amxmodx_mm .dll

im not exacly sure which which solder or file you wanted me to specify...

bmann_420 10-31-2005 22:44

Have you tried downloading the base again for windown replacing it and trying it again?


All times are GMT -4. The time now is 06:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.