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

CS 1.6, DoD, TFC, etc.
Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 12945
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

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

Post 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).
Post Reply