Help With Unstuck
cr3am
Join Date: 2002-11-05 Member: 7221Members
for listen server, windows
i put metamod.dll (the newest one) in ns/addons/metamod/dlls
i made a plugin.ini (and a metamod.ini JIC) in ns/addons/metamod that says:
win32 dlls/unstuck_mm.dll
win32 dlls/ns.dll
liblist.gam says:
// Using HPB_bot support for now
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll "dlls\HPB_bot.dll"
gamedll_linux "dlls/ns_i386.so"
unstuck_mm.dll is in ns/dlls
ns loads fine, and i get the Metamod message when i creat a server
when i say "/stuck" or "/unstuck" nothing happens, and "unstuck_timer" in console replies that there's no known command
i put metamod.dll (the newest one) in ns/addons/metamod/dlls
i made a plugin.ini (and a metamod.ini JIC) in ns/addons/metamod that says:
win32 dlls/unstuck_mm.dll
win32 dlls/ns.dll
liblist.gam says:
// Using HPB_bot support for now
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll "dlls\HPB_bot.dll"
gamedll_linux "dlls/ns_i386.so"
unstuck_mm.dll is in ns/dlls
ns loads fine, and i get the Metamod message when i creat a server
when i say "/stuck" or "/unstuck" nothing happens, and "unstuck_timer" in console replies that there's no known command
Comments
win32 dlls/unstuck_mm.dll
to your metamod plugin.ini
addons/metamod
i posted what i put in my plugin.ini
also, i didn't install metamod, i just put the dll, a new .ini there, and edited the liblist
in the console type meta list
if it says invalid command, MM isnt loading
should i have a plugins folder in metamod or something? cuz when i downloaded it, all that was there was a dll, not an installer. so i'm confused!!