Installing MetaMod:Source



What You Need: Steps:
  1. Make sure you've downloaded the MM:Source 1.6 files, which are made for TF2 exclusively

  2. Extract the package to your games folder (this will be orangebox/tf)

  3. You'll then want to create the .vdf, and place it in the addons folder (orangebox/tf/addons)

  4. Go to your gameinfo.txt in the main 'tf' directory, and edit:

  5. 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
    }

  6. 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)