modules do not load

These are old archives. They are kept for historic purposes only.
Post Reply
bonfire
Posts: 3
Joined: Sat Jul 10, 2010 1:12 pm

modules do not load

Post by bonfire »

heyas!

i got unreal 3.2.8.1 for windows and run it on a xp pro machine.
the server works fine; no problems there. :D
the problem is that i cannot load any other modules than cloak.dll and command.dll.
when adding an extra module, the server will not start, giving me an error message
'modules/blahblah.dll failed to load'.

i think i tried all modules that come with unreal.
on irc someone suggested to try a module from x-tab.org/modules/.
same error here.
i tried modules from a modulepack i found at http://www.vulnscan.org/UnrealIrcd/modpack-win32.html
too, same error. i got the pack for unreal 3.2.8 of course.

i dont have any ideas anymore, maybe someone here has?

tx :)
Splash
Posts: 5
Joined: Sat Jul 10, 2010 2:58 pm

Re: modules do not load

Post by Splash »

paste the part where you load the modules, including the new ones you want to add
e.g. loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
loadmodule "modules/m_admin.dll";
loadmodule "modules/m_clones.dll";
loadmodule "modules/m_quarantine.dll";
loadmodule "modules/opers.dll";
bonfire
Posts: 3
Joined: Sat Jul 10, 2010 1:12 pm

Re: modules do not load

Post by bonfire »

ha, this is almost embarrassing.
tx for your reply and opening up my eyes!
the misstake i made was leaving out the 'm_' part infront
off the module name :oops:
i'll try to blame it on this not being there for the cloak and command modules... :roll:

thanks a lot!!!
Splash
Posts: 5
Joined: Sat Jul 10, 2010 2:58 pm

Re: modules do not load

Post by Splash »

lol... no sweat!!!! i make that mistake very often
Post Reply