Win32 Server + Metamod = Crash
Stijneman
Join Date: 2004-03-29 Member: 27582Members
i once saw a topic with admin files or something for how to make your server run with metamod (undedicated) but now i cant seem to find it, and since ns has ns.dll and not hl.dll, i need to load ns.dll via metamod's dll, but i dont know how, and thats why ns made a special file, now i still cant host it till i have the file, plz help me, i tried to search but didnt find it
Comments
Next modify your liblist.gm file here:
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->// Using HPB_bot support for now
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll_linux "dlls/ns_i386.so"<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
plugins metamod file
win32 addons\EntMod\dlls\EntMod_MM.dll
; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
liblist (small part)
gamedll "addons\metamod\dlls\metamod.dll"
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
all mods use this dll:
gamedll "dlls\hl.dll"
but ns uses
gamedll "dlls\ns.dll"
metamod uses the hl dll, so NS cant run
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
Way to assault people trying to help you.
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
all mods use this dll:
gamedll "dlls\hl.dll"
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
Incorrect. Example: cs uses probably the most standard dll "dlls\mp.dll" (at least 1.5 did). Dod used "dlls\dod.dll".
Back to your problem: My simple guess, since you didn't provide a whole lot of detail, is that you are using an official release of metamod (such as 1.17). However, that release does not fully support the NS 3.0 betas. I suggest trying the build available <a href='http://www.modns.org/forums/index.php?showtopic=237' target='_blank'>here</a>. If that doesn't fix the issue, please post some more detailed information.
READ my first post COMPLETELY, it says that i am looking for the files for NS, but noone replied to that now did they...