Recommended Hosts | Game Server Tutorials / Articles | Admin Tools | Game Server Hosts | TF2 Servers | Coupons
Installing MetaMod:Source
What You Need:
- Download the Files
- FTP Information
- Make sure you've downloaded the MM:Source 1.6 files, which are made for TF2 exclusively
- Extract the package to your games folder (this will be orangebox/tf)
- You'll then want to create the .vdf, and place it in the addons folder (orangebox/tf/addons)
- Go to your gameinfo.txt in the main 'tf' directory, and edit:
- Restart the server, and you're done! (Note: if you stop the server before you do this, simply start it up again, no restart needed)
Default
SearchPaths
{
Game |gameinfo_path|.
Game cstrike
Game hl2
}
Make sure your gameinfo.txt looks like this to use SourceMod:
With SourceMod
SearchPaths
{
GameBin |gameinfo_path|addons/metamod/bin
Game |gameinfo_path|.
Game cstrike
Game hl2
}