Page 1 of 1

How do I make my server load a different game dll?

Posted: Sun Dec 19, 2010 11:06 pm
by Edge100x
If you would like your server to load a different DLL when it begins -- sevs.dll instead of hl.dll on a HLDM server, for instance -- create a config.ini file in your addons/metamod folder, and include a line like this:

Code: Select all

gamedll dlls/sevs.dll
Where the bit after "gamedll" is the path to the .dll file that you'd like Metamod to load, relative to your mod folder (the mod folder is "valve" for a HLDM server).