<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alliedmods.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mecha+the+Slag</id>
	<title>AlliedModders Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alliedmods.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mecha+the+Slag"/>
	<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/Special:Contributions/Mecha_the_Slag"/>
	<updated>2026-05-28T07:24:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8027</id>
		<title>Installing SourceMod</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8027"/>
		<updated>2011-02-27T13:20:57Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing SourceMod is very simple, and it can be added with almost no configuration changes.&lt;br /&gt;
&amp;lt;br&amp;gt;'''The below is a detailed install guide and provides excellent issue and install feedback. However, if you're having troubles understanding the page and its instructions, [[Installing_SourceMod_(simple)|a simplified install guide is available here]].'''&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
A GUI Web Browser to retrieve Metamod and SourceMod compressed archives.&lt;br /&gt;
A tool to copy archive to your dedicated server host.&lt;br /&gt;
&lt;br /&gt;
SourceMod requires [[Metamod:Source]] 1.8.0 or higher. [http://www.metamodsource.net/ Click here] to visit the Metamod:Source homepage. Instructions to install SourceMM manually can be found [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source here].&lt;br /&gt;
&lt;br /&gt;
SourceMod will run on any mod built using the Source SDK.  It also supports &amp;quot;The Ship,&amp;quot; which uses the Source engine.&lt;br /&gt;
&lt;br /&gt;
=Uploading/Installing=&lt;br /&gt;
==Local Server==&lt;br /&gt;
To install SourceMod locally, simply extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat, et cetera).&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download Here]&lt;br /&gt;
&lt;br /&gt;
==Remote Server==&lt;br /&gt;
To install SourceMod remotely, first extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your local computer (for example, your Desktop).  You will see an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  &lt;br /&gt;
&lt;br /&gt;
Using a tool such as [http://www.google.com/search?q=FTP FTP], locate your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike:Source, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat:Source, et cetera).  Underneath this folder, you should have an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder (if not, Metamod:Source is probably not installed).  From your local &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder, upload the entire contents to your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  When done, your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder should have a &amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
If you have trouble with these steps, you need to get acquainted with FTP and server management.  However, you can also ask your server provider for help.  Some providers also have web interfaces for managing your server.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you copied the tar.gz to your srcds directory, execute the following from the cstrike sub directory:&lt;br /&gt;
tar -xzf ../sourcemod-1.1.0.tar.gz&lt;br /&gt;
&lt;br /&gt;
=Checking the Install=&lt;br /&gt;
Your folder layout should look like:&lt;br /&gt;
*&amp;lt;tt&amp;gt;[mod]&amp;lt;/tt&amp;gt; - Your mod's folder&lt;br /&gt;
**&amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt;&lt;br /&gt;
***&amp;lt;tt&amp;gt;metamod&amp;lt;/tt&amp;gt; - Metamod:Source&lt;br /&gt;
***&amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; - SourceMod&lt;br /&gt;
&lt;br /&gt;
Once SourceMod is uploaded/copied and configured with Metamod:Source, restart your server completely.  If it is local, shut it down and restart it.  If it is remote, you may need to ask your server provider for help.  However, it is often safe to issue a &amp;quot;quit&amp;quot; command via [[rcon]], since most providers will automatically restart your server.&lt;br /&gt;
&lt;br /&gt;
First, in your [[server console]] (not client console), type:&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the install worked, you will see something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
Listing 1 plugin:&lt;br /&gt;
    [01] SourceMod (1.1.0.2489) by AlliedModders LLC&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should then be able to use the SourceMod root console command, which can be invoked with simply:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;] sm version&lt;br /&gt;
 SourceMod Version Information:&lt;br /&gt;
    SourceMod Version: 1.1.0.2489&lt;br /&gt;
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.1.0-svn)&lt;br /&gt;
    SourcePawn API: v1 = 4, v2 = 2&lt;br /&gt;
    Compiled on: Sep  5 2008 02:02:12&lt;br /&gt;
    http://www.sourcemod.net/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lastly, assuming you have already setup your administration user, you can test the in game menu by joining the server, and in the client console type the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm_admin&amp;lt;/pre&amp;gt;&lt;br /&gt;
You should see a menu popup with all you options.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
If the install failed, you will generally see one of four symptoms.  &lt;br /&gt;
&lt;br /&gt;
==Metamod reports NOFILE or FAILED==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &lt;br /&gt;
[01] -                     -           -                NOFILE  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most likely, either the files are not located in the correct place, or the file could not be loaded.  For more information, use the following command (except use the correct list number):&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list 1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Metamod lists no plugins==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You forgot to add SourceMod to the &amp;lt;tt&amp;gt;addons/metamod/metaplugins.ini&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
Or if that doesn't fix your problem, make sure you are using the correct build of Sourcemod (zip = windows, tar = linux).&lt;br /&gt;
&lt;br /&gt;
==Metamod says nothing==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; has no reply at all, Metamod:Source is not properly installed. [http://wiki.alliedmods.net/index.php/Installing_SourceMM This wiki page] may provide you with clues on how to solve this problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SourceMod Documentation]]&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8026</id>
		<title>Installing SourceMod</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8026"/>
		<updated>2011-02-27T13:19:28Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing SourceMod is very simple, and it can be added with almost no configuration changes.&lt;br /&gt;
&amp;lt;br&amp;gt;'''The below is a detailed install guide and provides excellent issue and install feedback. However, if you're having troubles understanding the page and its instructions, [[Installing_SourceMod_(simple)|a simplified install guide is available here]].'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;''Note: A polish translation of this page is available [http://hlds.pl/Sourcemod#Instalacja here].''&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
A GUI Web Browser to retrieve Metamod and SourceMod compressed archives.&lt;br /&gt;
A tool to copy archive to your dedicated server host.&lt;br /&gt;
&lt;br /&gt;
SourceMod requires [[Metamod:Source]] 1.8.0 or higher. [http://www.metamodsource.net/ Click here] to visit the Metamod:Source homepage. Instructions to install SourceMM manually can be found [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source here].&lt;br /&gt;
&lt;br /&gt;
SourceMod will run on any mod built using the Source SDK.  It also supports &amp;quot;The Ship,&amp;quot; which uses the Source engine.&lt;br /&gt;
&lt;br /&gt;
=Uploading/Installing=&lt;br /&gt;
==Local Server==&lt;br /&gt;
To install SourceMod locally, simply extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat, et cetera).&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download Here]&lt;br /&gt;
&lt;br /&gt;
==Remote Server==&lt;br /&gt;
To install SourceMod remotely, first extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your local computer (for example, your Desktop).  You will see an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  &lt;br /&gt;
&lt;br /&gt;
Using a tool such as [http://www.google.com/search?q=FTP FTP], locate your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike:Source, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat:Source, et cetera).  Underneath this folder, you should have an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder (if not, Metamod:Source is probably not installed).  From your local &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder, upload the entire contents to your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  When done, your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder should have a &amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
If you have trouble with these steps, you need to get acquainted with FTP and server management.  However, you can also ask your server provider for help.  Some providers also have web interfaces for managing your server.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you copied the tar.gz to your srcds directory, execute the following from the cstrike sub directory:&lt;br /&gt;
tar -xzf ../sourcemod-1.1.0.tar.gz&lt;br /&gt;
&lt;br /&gt;
=Checking the Install=&lt;br /&gt;
Your folder layout should look like:&lt;br /&gt;
*&amp;lt;tt&amp;gt;[mod]&amp;lt;/tt&amp;gt; - Your mod's folder&lt;br /&gt;
**&amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt;&lt;br /&gt;
***&amp;lt;tt&amp;gt;metamod&amp;lt;/tt&amp;gt; - Metamod:Source&lt;br /&gt;
***&amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; - SourceMod&lt;br /&gt;
&lt;br /&gt;
Once SourceMod is uploaded/copied and configured with Metamod:Source, restart your server completely.  If it is local, shut it down and restart it.  If it is remote, you may need to ask your server provider for help.  However, it is often safe to issue a &amp;quot;quit&amp;quot; command via [[rcon]], since most providers will automatically restart your server.&lt;br /&gt;
&lt;br /&gt;
First, in your [[server console]] (not client console), type:&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the install worked, you will see something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
Listing 1 plugin:&lt;br /&gt;
    [01] SourceMod (1.1.0.2489) by AlliedModders LLC&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should then be able to use the SourceMod root console command, which can be invoked with simply:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;] sm version&lt;br /&gt;
 SourceMod Version Information:&lt;br /&gt;
    SourceMod Version: 1.1.0.2489&lt;br /&gt;
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.1.0-svn)&lt;br /&gt;
    SourcePawn API: v1 = 4, v2 = 2&lt;br /&gt;
    Compiled on: Sep  5 2008 02:02:12&lt;br /&gt;
    http://www.sourcemod.net/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lastly, assuming you have already setup your administration user, you can test the in game menu by joining the server, and in the client console type the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm_admin&amp;lt;/pre&amp;gt;&lt;br /&gt;
You should see a menu popup with all you options.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
If the install failed, you will generally see one of four symptoms.  &lt;br /&gt;
&lt;br /&gt;
==Metamod reports NOFILE or FAILED==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &lt;br /&gt;
[01] -                     -           -                NOFILE  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most likely, either the files are not located in the correct place, or the file could not be loaded.  For more information, use the following command (except use the correct list number):&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list 1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Metamod lists no plugins==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You forgot to add SourceMod to the &amp;lt;tt&amp;gt;addons/metamod/metaplugins.ini&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
Or if that doesn't fix your problem, make sure you are using the correct build of Sourcemod (zip = windows, tar = linux).&lt;br /&gt;
&lt;br /&gt;
==Metamod says nothing==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; has no reply at all, Metamod:Source is not properly installed. [http://wiki.alliedmods.net/index.php/Installing_SourceMM This wiki page] may provide you with clues on how to solve this problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SourceMod Documentation]]&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8025</id>
		<title>Installing SourceMod (simple)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8025"/>
		<updated>2011-02-27T13:05:13Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The below is a simplified install guide and does not provide full issue and install feedback in order to remain simple. In most cases this guide should be sufficient, however in case you experience unusual behaviour, a detailed install guide is available [[Installing_SourceMod|here]].&lt;br /&gt;
&lt;br /&gt;
==Your Server==&lt;br /&gt;
SourceMod is a server addon. If you want to install SourceMod, it needs to be installed on the server.&amp;lt;br&amp;gt;&lt;br /&gt;
There are two kinds of servers: listen and dedicated.&lt;br /&gt;
[[File:Sourcededicatedserver.jpg|thumb|right|The Source dedicated server is located in the ''Tools'' category on Steam.]]&lt;br /&gt;
* A listen server is the server you host when using the in-game &amp;quot;create server&amp;quot; feature. '''NOTE:''' as of recent, SourceMod cannot run on a listen server by default. It is '''not''' recommended to use a listen server.&lt;br /&gt;
* A dedicated server is run using the ''Source Multiplayer Dedicated Server'', located in the ''Tools'' category on Steam.&lt;br /&gt;
Note: If you are installing SourceMod on a server not located near you, you should use the [[Installing_SourceMod|detailed install guide]].&lt;br /&gt;
&lt;br /&gt;
==Finding the root folder==&lt;br /&gt;
SourceMod is installed on the server for a specific game. The game could be Counter Strike:Source, Team Fortress 2 or many other.&amp;lt;br&amp;gt;&lt;br /&gt;
Each game has its own folder on your server if installed. Each folder has a unique name with the game's initials.&amp;lt;br&amp;gt;&lt;br /&gt;
A list of initials is included below.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:left&amp;quot;&lt;br /&gt;
! Game !! Initials&lt;br /&gt;
|-&lt;br /&gt;
| Counter Strike:Source   || cstrike&lt;br /&gt;
|-&lt;br /&gt;
| Day of Defeat:Source   || dod&lt;br /&gt;
|-&lt;br /&gt;
| Team Fortress 2   || tf&lt;br /&gt;
|}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The root folder of your game is located in:&amp;lt;br&amp;gt;&lt;br /&gt;
Steam/steamapps/'''&amp;lt;accountname&amp;gt;'''/source 2007 dedicated server/'''&amp;lt;initials&amp;gt;'''/&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
''Note: Replace &amp;lt;accountname&amp;gt; with your Steam account name and &amp;lt;initials&amp;gt; with the proper initials listed above.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Example:''' Steam/steamapps/'''gaben'''/source 2007 dedicated server/'''tf'''/&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Now that you have found your game's root folder, we can begin installing.&lt;br /&gt;
&lt;br /&gt;
==Installing Metamod:Source==&lt;br /&gt;
SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work.&lt;br /&gt;
* [http://www.metamodsource.net Download Metamod]. The download link is located on the left side of the webpage. Make sure to pick the proper operation system (Windows on a Windows server, Linux on a Linux server, and so on).&lt;br /&gt;
* Put the content of the zip into your game's root folder. You should now have an &amp;quot;addons&amp;quot; folder in your game's root folder.&lt;br /&gt;
* In order for the game to recognise Metamod, you need a vdf file. [http://www.metamodsource.net/?go=vdf Click here] and select the game you wish to install Metamod for, then click the generate button.&lt;br /&gt;
&lt;br /&gt;
Note: ''Team Fortress'' means Team Fortress 2.&lt;br /&gt;
* Once the metamod.vdf file has downloaded, copy it into your &amp;quot;addons&amp;quot; folder.&lt;br /&gt;
&lt;br /&gt;
You have now successfully installed Metamod!&lt;br /&gt;
&lt;br /&gt;
==Installing SourceMod==&lt;br /&gt;
Once you have installed Metamod:Source, there will be an &amp;quot;addons&amp;quot; folder in your server's game root.&amp;lt;br&amp;gt;&lt;br /&gt;
* [http://www.sourcemod.net/downloads.php Download SourceMod] (make sure to pick the proper operation system).&lt;br /&gt;
* Place the content of the zip into your server's game root.&lt;br /&gt;
&lt;br /&gt;
You have now successfully installed SourceMod!&lt;br /&gt;
&lt;br /&gt;
==Confirmation==&lt;br /&gt;
Before we end the guide, let's make sure everything is working.&lt;br /&gt;
* Start your server (or restart it if it was already running).&lt;br /&gt;
* Type 'meta version' into the server's console. If it does not recognise the command, then you have made a mistake in installing Metamod and we recommend that you follow the [[Installing_Metamod:Source|detailed guide]].&lt;br /&gt;
* Type 'sm version' into the server's console. If it does not recognise the command, then you have made a mistake in installing Sourcemod and we recommend that you follow the [[Installing_SourceMod|detailed guide]].&lt;br /&gt;
&lt;br /&gt;
If everything was successful then you're done!&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8023</id>
		<title>Installing SourceMod (simple)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8023"/>
		<updated>2011-02-27T12:47:20Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The below is a simplified install guide and does not provide full issue and install feedback in order to remain simple. In most cases this guide should be sufficient, however in case you experience unusual behaviour, a detailed install guide is available [[Installing_SourceMod|here]].&lt;br /&gt;
&lt;br /&gt;
==Your Server==&lt;br /&gt;
SourceMod is a server addon. If you want to install SourceMod, it needs to be installed on the server.&amp;lt;br&amp;gt;&lt;br /&gt;
There are two kinds of servers: listen and dedicated.&lt;br /&gt;
[[File:Sourcededicatedserver.jpg|thumb|right|The Source dedicated server is located in the ''Tools'' category on Steam.]]&lt;br /&gt;
* A listen server is the server you host when using the in-game &amp;quot;create server&amp;quot; feature. '''NOTE:''' as of recent, SourceMod cannot run on a listen server by default. It is '''not''' recommended to use a listen server.&lt;br /&gt;
* A dedicated server is run using the ''Source Multiplayer Dedicated Server'', located in the ''Tools'' category on Steam.&lt;br /&gt;
Note: If you are installing SourceMod on a server not located near you, you should use the [[Installing_SourceMod|detailed install guide]].&lt;br /&gt;
==Finding the root folder==&lt;br /&gt;
The main folder of your server is located in /Steam/steamapps/&amp;lt;username&amp;gt;/source 2007 dedicated server/&lt;br /&gt;
==Installing Metamod:Source==&lt;br /&gt;
SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work.&lt;br /&gt;
* [http://www.metamodsource.net Download Metamod]. The download link is located on the left side of the webpage. Make sure to pick the proper operation system (Windows on a Windows server, Linux on a Linux server, and so on).&lt;br /&gt;
Install instructions on Metamod can be [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source found here].&lt;br /&gt;
&lt;br /&gt;
==Installing SourceMod==&lt;br /&gt;
Once you have installed Metamod:Source, there will be an &amp;quot;addons&amp;quot; folder in your server's game root.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download SourceMod] (make sure to pick the proper operation system). Place the content of the zip into your server's game root.&lt;br /&gt;
You have now successfully installed SourceMod!&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8022</id>
		<title>Installing SourceMod (simple)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8022"/>
		<updated>2011-02-27T12:41:35Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The below is a simplified install guide and does not provide full issue and install feedback in order to remain simple. In most cases this guide should be sufficient, however in case you experience unusual behaviour, a detailed install guide is available [[Installing_SourceMod|here]].&lt;br /&gt;
&lt;br /&gt;
==Your Server==&lt;br /&gt;
SourceMod is a server addon. If you want to install SourceMod, it needs to be installed on the server.&amp;lt;br&amp;gt;&lt;br /&gt;
There are two kinds of servers: listen and dedicated.&lt;br /&gt;
* A listen server is the server you host when using the in-game &amp;quot;create server&amp;quot; feature. '''NOTE:''' as of recent, SourceMod cannot run on a listen server by default. It is '''not''' recommended to use a listen server.&lt;br /&gt;
* A dedicated server is run using the ''Source Multiplayer Dedicated Server'', located in the ''Tools'' category on Steam.&lt;br /&gt;
==Installing Metamod:Source==&lt;br /&gt;
SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work.&lt;br /&gt;
* [http://www.metamodsource.net Download Metamod]. The download link is located on the left side of the webpage. Make sure to pick the proper operation system (Windows on a Windows server, Linux on a Linux server, and so on).&lt;br /&gt;
Install instructions on Metamod can be [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source found here].&lt;br /&gt;
&lt;br /&gt;
==Installing SourceMod==&lt;br /&gt;
Once you have installed Metamod:Source, there will be an &amp;quot;addons&amp;quot; folder in your server's game root.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download SourceMod] (make sure to pick the proper operation system). Place the content of the zip into your server's game root.&lt;br /&gt;
You have now successfully installed SourceMod!&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=File:Sourcededicatedserver.jpg&amp;diff=8021</id>
		<title>File:Sourcededicatedserver.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=File:Sourcededicatedserver.jpg&amp;diff=8021"/>
		<updated>2011-02-27T12:41:15Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: http://wiki.alliedmods.net/Installing_SourceMod_(simple)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://wiki.alliedmods.net/Installing_SourceMod_(simple)]]&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8020</id>
		<title>Installing SourceMod (simple)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8020"/>
		<updated>2011-02-27T12:30:49Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The below is a simplified install guide and does not provide full issue and install feedback in order to remain simple. In most cases this guide should be sufficient, however in case you experience unusual behaviour, a detailed install guide is available [[Installing_SourceMod|here]].&lt;br /&gt;
&lt;br /&gt;
==Installing Metamod:Source==&lt;br /&gt;
SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work.&lt;br /&gt;
Install instructions on Metamod can be [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source found here].&lt;br /&gt;
&lt;br /&gt;
==Installing SourceMod==&lt;br /&gt;
Once you have installed Metamod:Source, there will be an &amp;quot;addons&amp;quot; folder in your server's game root.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download SourceMod] (make sure to pick the proper operation system). Place the content of the zip into your server's game root.&lt;br /&gt;
You have now successfully installed SourceMod!&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8019</id>
		<title>Installing SourceMod (simple)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8019"/>
		<updated>2011-02-27T12:30:22Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The below is a simplified install guide and does not provide full issue and install feedback in order to keep it simple. In most cases this guide should be sufficient, however in case you experience unusual behaviour, a detailed install guide is available [[Installing_SourceMod|here]].&lt;br /&gt;
&lt;br /&gt;
=Installing Metamod:Source=&lt;br /&gt;
SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work.&lt;br /&gt;
Install instructions on Metamod can be [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source found here].&lt;br /&gt;
&lt;br /&gt;
=Installing SourceMod=&lt;br /&gt;
Once you have installed Metamod:Source, there will be an &amp;quot;addons&amp;quot; folder in your server's game root.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download SourceMod] (make sure to pick the proper operation system). Place the content of the zip into your server's game root.&lt;br /&gt;
You have now successfully installed SourceMod!&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_Metamod:Source&amp;diff=8018</id>
		<title>Installing Metamod:Source</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_Metamod:Source&amp;diff=8018"/>
		<updated>2011-02-27T12:27:28Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article will guide you through a [[Metamod:Source]] installation.  Use this guide if you wish to install Metamod:Source manually, or for some reason you cannot (or will not) use the automated installer.&lt;br /&gt;
&amp;lt;br&amp;gt;'''The below is a detailed install guide and provides excellent issue and install feedback. However, if you're having troubles understanding the page and its instructions, [[Installing_SourceMod_(simple)|a simplified install guide is available here]].'''&lt;br /&gt;
&lt;br /&gt;
=Normal Installation=&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[http://www.metamodsource.net/ Download] Metamod:Source (1.7 or higher recommended).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Extract the package to your game folder.  For example, for Counter-Strike:Source, you would have &amp;lt;tt&amp;gt;cstrike/addons/metamod&amp;lt;/tt&amp;gt; after extracting.  If you are uploading to FTP, extract the files locally before transferring to your server's game folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[http://www.metamodsource.net/?go=vdf Click here] to generate a &amp;lt;tt&amp;gt;metamod.vdf&amp;lt;/tt&amp;gt; file for your server.  Once finished, place this file in your &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  &amp;lt;i&amp;gt;Note: If you wish to use the old method of modifying &amp;lt;tt&amp;gt;gameinfo.txt&amp;lt;/tt&amp;gt;, please see the [[Installing Metamod:Source#GameInfo|GameInfo]] section below and skip this step.&amp;lt;/i&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Restart your server.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;quot;meta version&amp;quot; in your server console (or RCON).  You should see a line like: &amp;quot;Loaded As: Valve Server Plugin.&amp;quot;  If the command is not recognized, see the [[Installing Metamod:Source#Troubleshooting|Troubleshooting]] section below.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=GameInfo=&lt;br /&gt;
'''Note: This is normally not needed - if you do not understand what this, do NOT do this unless instructed to. The above instructions are sufficient to install Metamod:Source for 99% of servers.'''&lt;br /&gt;
&lt;br /&gt;
Metamod:Source 1.4.2 and lower used an older method for loading itself.  The advantage of this method was that Metamod:Source could be loaded before the actual game mod, which gave it a small amount of extra functionality.  This functionality was never used by plugin developers, and Steam updates kept overwriting &amp;lt;tt&amp;gt;gameinfo.txt&amp;lt;/tt&amp;gt; files, so we switched to a different loading mechanism.&lt;br /&gt;
&lt;br /&gt;
However this loading mechanism may still be desirable if you run into backwards compatibility issues, or you have a plugin which takes advantage of the early-loading mechanism.  If this is your case, here are the &amp;lt;tt&amp;gt;gameinfo.txt&amp;lt;/tt&amp;gt; directions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file in the mod folder called &amp;quot;gameinfo.txt&amp;quot;. You will see a few lines at the bottom like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SearchPaths&lt;br /&gt;
{&lt;br /&gt;
	Game				|gameinfo_path|. &lt;br /&gt;
	Game				cstrike&lt;br /&gt;
	Game				hl2&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a line after the &amp;quot;{&amp;quot; sign but before all of the &amp;quot;Game&amp;quot; entries that looks like this:&amp;lt;pre&amp;gt;GameBin				|gameinfo_path|addons/metamod/bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If you're using Windows, you may need to use a backwards slash (\) instead.&lt;br /&gt;
&amp;lt;li&amp;gt;You're done! To test whether it worked, restart your game server and type &amp;quot;meta version&amp;quot; in the server console.  You should see a line that says &amp;quot;Loaded as: GameDLL (gameinfo.txt).&amp;quot;  If it doesn't recognize the command, the installation probably failed.  If the &amp;quot;Loaded as:&amp;quot; line says something else, &amp;lt;tt&amp;gt;gameinfo.txt&amp;lt;/tt&amp;gt; was probably not modified correctly.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;For more information or documentation, see [[:Category:Metamod:Source Documentation]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;gameinfo.txt&amp;lt;/tt&amp;gt; loading method is supported as a legacy feature only.  The patcher tool is no longer provided.  You can mark &amp;lt;tt&amp;gt;gameinfo.txt&amp;lt;/tt&amp;gt; if you absolutely want to protect it from being overwritten.&lt;br /&gt;
&lt;br /&gt;
We will continue to make sure Metamod:Source can load via this method for as long as the Source Engine allows it.  However, we will concentrate more on supporting the new loading mechanism for general use.&lt;br /&gt;
&lt;br /&gt;
[[Category:Metamod:Source Documentation]]&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8017</id>
		<title>Installing SourceMod</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8017"/>
		<updated>2011-02-27T12:27:20Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing SourceMod is very simple, and it can be added with almost no configuration changes.&lt;br /&gt;
&amp;lt;br&amp;gt;'''The below is a detailed install guide and provides excellent issue and install feedback. However, if you're having troubles understanding the page and its instructions, [[Installing_SourceMod_(simple)|a simplified install guide is available here]].'''&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
A GUI Web Browser to retrieve Metamod and SourceMod compressed archives.&lt;br /&gt;
A tool to copy archive to your dedicated server host.&lt;br /&gt;
&lt;br /&gt;
SourceMod requires [[Metamod:Source]] 1.8.0 or higher. [http://www.metamodsource.net/ Click here] to visit the Metamod:Source homepage. Instructions to install SourceMM manually can be found [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source here].&lt;br /&gt;
&lt;br /&gt;
SourceMod will run on any mod built using the Source SDK.  It also supports &amp;quot;The Ship,&amp;quot; which uses the Source engine.&lt;br /&gt;
&lt;br /&gt;
=Uploading/Installing=&lt;br /&gt;
==Local Server==&lt;br /&gt;
To install SourceMod locally, simply extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat, et cetera).&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download Here]&lt;br /&gt;
&lt;br /&gt;
==Remote Server==&lt;br /&gt;
To install SourceMod remotely, first extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your local computer (for example, your Desktop).  You will see an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  &lt;br /&gt;
&lt;br /&gt;
Using a tool such as [http://www.google.com/search?q=FTP FTP], locate your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike:Source, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat:Source, et cetera).  Underneath this folder, you should have an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder (if not, Metamod:Source is probably not installed).  From your local &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder, upload the entire contents to your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  When done, your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder should have a &amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
If you have trouble with these steps, you need to get acquainted with FTP and server management.  However, you can also ask your server provider for help.  Some providers also have web interfaces for managing your server.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you copied the tar.gz to your srcds directory, execute the following from the cstrike sub directory:&lt;br /&gt;
tar -xzf ../sourcemod-1.1.0.tar.gz&lt;br /&gt;
&lt;br /&gt;
=Checking the Install=&lt;br /&gt;
Your folder layout should look like:&lt;br /&gt;
*&amp;lt;tt&amp;gt;[mod]&amp;lt;/tt&amp;gt; - Your mod's folder&lt;br /&gt;
**&amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt;&lt;br /&gt;
***&amp;lt;tt&amp;gt;metamod&amp;lt;/tt&amp;gt; - Metamod:Source&lt;br /&gt;
***&amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; - SourceMod&lt;br /&gt;
&lt;br /&gt;
Once SourceMod is uploaded/copied and configured with Metamod:Source, restart your server completely.  If it is local, shut it down and restart it.  If it is remote, you may need to ask your server provider for help.  However, it is often safe to issue a &amp;quot;quit&amp;quot; command via [[rcon]], since most providers will automatically restart your server.&lt;br /&gt;
&lt;br /&gt;
First, in your [[server console]] (not client console), type:&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the install worked, you will see something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
Listing 1 plugin:&lt;br /&gt;
    [01] SourceMod (1.1.0.2489) by AlliedModders LLC&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should then be able to use the SourceMod root console command, which can be invoked with simply:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;] sm version&lt;br /&gt;
 SourceMod Version Information:&lt;br /&gt;
    SourceMod Version: 1.1.0.2489&lt;br /&gt;
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.1.0-svn)&lt;br /&gt;
    SourcePawn API: v1 = 4, v2 = 2&lt;br /&gt;
    Compiled on: Sep  5 2008 02:02:12&lt;br /&gt;
    http://www.sourcemod.net/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lastly, assuming you have already setup your administration user, you can test the in game menu by joining the server, and in the client console type the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm_admin&amp;lt;/pre&amp;gt;&lt;br /&gt;
You should see a menu popup with all you options.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting=&lt;br /&gt;
If the install failed, you will generally see one of four symptoms.  &lt;br /&gt;
&lt;br /&gt;
==Metamod reports NOFILE or FAILED==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &lt;br /&gt;
[01] -                     -           -                NOFILE  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most likely, either the files are not located in the correct place, or the file could not be loaded.  For more information, use the following command (except use the correct list number):&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list 1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Metamod lists no plugins==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You forgot to add SourceMod to the &amp;lt;tt&amp;gt;addons/metamod/metaplugins.ini&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
Or if that doesn't fix your problem, make sure you are using the correct build of Sourcemod (zip = windows, tar = linux).&lt;br /&gt;
&lt;br /&gt;
==Metamod says nothing==&lt;br /&gt;
If &amp;quot;meta list&amp;quot; has no reply at all, Metamod:Source is not properly installed. [http://wiki.alliedmods.net/index.php/Installing_SourceMM This wiki page] may provide you with clues on how to solve this problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SourceMod Documentation]]&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8016</id>
		<title>Installing SourceMod (simple)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod_(simple)&amp;diff=8016"/>
		<updated>2011-02-27T12:22:29Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: Created page with '=Installing Metamod:Source= SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work. Install instructions on Metamod can be [http://w...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing Metamod:Source=&lt;br /&gt;
SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work.&lt;br /&gt;
Install instructions on Metamod can be [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source found here].&lt;br /&gt;
&lt;br /&gt;
=Installing SourceMod=&lt;br /&gt;
Once you have installed Metamod:Source, there will be an &amp;quot;addons&amp;quot; folder in your server's game root.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download SourceMod] (make sure to pick the proper operation system). Place the content of the zip into your server's game root.&lt;br /&gt;
You have now successfully installed SourceMod!&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8015</id>
		<title>Installing SourceMod</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Installing_SourceMod&amp;diff=8015"/>
		<updated>2011-02-27T12:18:52Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing SourceMod is very simple, and it can be added with almost no configuration changes.&lt;br /&gt;
&lt;br /&gt;
=Quick Install=&lt;br /&gt;
==Installing Metamod:Source==&lt;br /&gt;
SourceMod runs using Metamod:Source. You will need to install Metamod in order for SourceMod to work.&lt;br /&gt;
Install instructions on Metamod can be [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source found here].&lt;br /&gt;
&lt;br /&gt;
==Installing SourceMod==&lt;br /&gt;
Once you have installed Metamod:Source, there will be an &amp;quot;addons&amp;quot; folder in your server's game root.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download SourceMod] (make sure to pick the proper operation system). Place the content of the zip into your server's game root.&lt;br /&gt;
You have now successfully installed SourceMod!&lt;br /&gt;
=Detailed Install=&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
A GUI Web Browser to retrieve Metamod and SourceMod compressed archives.&lt;br /&gt;
A tool to copy archive to your dedicated server host.&lt;br /&gt;
&lt;br /&gt;
SourceMod requires [[Metamod:Source]] 1.8.0 or higher. [http://www.metamodsource.net/ Click here] to visit the Metamod:Source homepage. Instructions to install SourceMM manually can be found [http://wiki.alliedmods.net/index.php/Installing_Metamod:Source here].&lt;br /&gt;
&lt;br /&gt;
SourceMod will run on any mod built using the Source SDK.  It also supports &amp;quot;The Ship,&amp;quot; which uses the Source engine.&lt;br /&gt;
&lt;br /&gt;
==Uploading/Installing==&lt;br /&gt;
====Local Server====&lt;br /&gt;
To install SourceMod locally, simply extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat, et cetera).&lt;br /&gt;
[http://www.sourcemod.net/downloads.php Download Here]&lt;br /&gt;
&lt;br /&gt;
====Remote Server====&lt;br /&gt;
To install SourceMod remotely, first extract the &amp;lt;tt&amp;gt;.zip&amp;lt;/tt&amp;gt; (Windows) or &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; (Linux) package to your local computer (for example, your Desktop).  You will see an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  &lt;br /&gt;
&lt;br /&gt;
Using a tool such as [http://www.google.com/search?q==FTP FTP], locate your mod folder (i.e. &amp;lt;tt&amp;gt;cstrike&amp;lt;/tt&amp;gt; for Counter-Strike:Source, &amp;lt;tt&amp;gt;dod&amp;lt;/tt&amp;gt; for Day of Defeat:Source, et cetera).  Underneath this folder, you should have an &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder (if not, Metamod:Source is probably not installed).  From your local &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder, upload the entire contents to your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder.  When done, your remote &amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt; folder should have a &amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
If you have trouble with these steps, you need to get acquainted with FTP and server management.  However, you can also ask your server provider for help.  Some providers also have web interfaces for managing your server.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you copied the tar.gz to your srcds directory, execute the following from the cstrike sub directory:&lt;br /&gt;
tar -xzf ../sourcemod-1.1.0.tar.gz&lt;br /&gt;
&lt;br /&gt;
==Checking the Install==&lt;br /&gt;
Your folder layout should look like:&lt;br /&gt;
*&amp;lt;tt&amp;gt;[mod]&amp;lt;/tt&amp;gt; - Your mod's folder&lt;br /&gt;
**&amp;lt;tt&amp;gt;addons&amp;lt;/tt&amp;gt;&lt;br /&gt;
***&amp;lt;tt&amp;gt;metamod&amp;lt;/tt&amp;gt; - Metamod:Source&lt;br /&gt;
***&amp;lt;tt&amp;gt;sourcemod&amp;lt;/tt&amp;gt; - SourceMod&lt;br /&gt;
&lt;br /&gt;
Once SourceMod is uploaded/copied and configured with Metamod:Source, restart your server completely.  If it is local, shut it down and restart it.  If it is remote, you may need to ask your server provider for help.  However, it is often safe to issue a &amp;quot;quit&amp;quot; command via [[rcon]], since most providers will automatically restart your server.&lt;br /&gt;
&lt;br /&gt;
First, in your [[server console]] (not client console), type:&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the install worked, you will see something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
Listing 1 plugin:&lt;br /&gt;
    [01] SourceMod (1.1.0.2489) by AlliedModders LLC&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should then be able to use the SourceMod root console command, which can be invoked with simply:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;] sm version&lt;br /&gt;
 SourceMod Version Information:&lt;br /&gt;
    SourceMod Version: 1.1.0.2489&lt;br /&gt;
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.1.0-svn)&lt;br /&gt;
    SourcePawn API: v1 == 4, v2 == 2&lt;br /&gt;
    Compiled on: Sep  5 2008 02:02:12&lt;br /&gt;
    http://www.sourcemod.net/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lastly, assuming you have already setup your administration user, you can test the in game menu by joining the server, and in the client console type the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;sm_admin&amp;lt;/pre&amp;gt;&lt;br /&gt;
You should see a menu popup with all you options.&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
If the install failed, you will generally see one of four symptoms.  &lt;br /&gt;
&lt;br /&gt;
====Metamod reports NOFILE or FAILED====&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &lt;br /&gt;
[01] -                     -           -                NOFILE  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most likely, either the files are not located in the correct place, or the file could not be loaded.  For more information, use the following command (except use the correct list number):&lt;br /&gt;
&amp;lt;pre&amp;gt;meta list 1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Metamod lists no plugins====&lt;br /&gt;
If &amp;quot;meta list&amp;quot; replies with something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;] meta list&lt;br /&gt;
-Id- Name                  Version     Author           Status  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You forgot to add SourceMod to the &amp;lt;tt&amp;gt;addons/metamod/metaplugins.ini&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
Or if that doesn't fix your problem, make sure you are using the correct build of Sourcemod (zip == windows, tar == linux).&lt;br /&gt;
&lt;br /&gt;
====Metamod says nothing====&lt;br /&gt;
If &amp;quot;meta list&amp;quot; has no reply at all, Metamod:Source is not properly installed. [http://wiki.alliedmods.net/index.php/Installing_SourceMM This wiki page] may provide you with clues on how to solve this problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SourceMod Documentation]]&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7688</id>
		<title>Team Fortress 2 Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7688"/>
		<updated>2010-04-27T21:12:25Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a current list of the weapon entity names for Team Fortress 2.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
These are sorted by Class -- Primary, Secondary, and Melee.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Heavy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_minigun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_hwg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fists&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_buff_item&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher_directhit&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_scattergun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol_scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bat&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_lunchbox_drink&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flamethrower&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flaregun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fireaxe&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Medic&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_syringegun_medic&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_medigun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bonesaw&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
DemoMan&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pipebomblauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_grenadelauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bottle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sword&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sniper&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sniperrifle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_smg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_club&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_revolver&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_knife&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_invis&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_primary&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_wrench&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_builder&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_objectselection&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_build&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_destroy&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7687</id>
		<title>Team Fortress 2 Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7687"/>
		<updated>2010-04-27T19:20:33Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a current list of the weapon entity names for Team Fortress 2.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
These are sorted by Class -- Primary, Secondary, and Melee.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Heavy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_minigun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_hwg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fists&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_buff_item&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher_directhit&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_scattergun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol_scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bat&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_lunchbox_drink&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flamethrower&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flaregun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fireaxe&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Medic&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_syringegun_medic&amp;lt;br&amp;gt;&lt;br /&gt;
Medi Gun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bonesaw&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
DemoMan&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pipebomblauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_grenadelauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bottle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sword&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sniper&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sniperrifle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_smg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_club&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_revolver&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_knife&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_invis&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_primary&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_wrench&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_builder&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_objectselection&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_build&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_destroy&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7675</id>
		<title>Team Fortress 2 Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7675"/>
		<updated>2010-04-20T11:31:25Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a current list of the weapon entity names for Team Fortress 2.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
These are sorted by Class -- Primary, Secondary, and Melee.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Heavy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_minigun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_hwg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fists&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_buff_item&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher_directhit&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_scattergun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol_scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bat&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_lunchbox_drink&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flamethrower&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flaregun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fireaxe&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Medic&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_medigun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_syrinegun_medic&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bonesaw&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
DemoMan&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pipebomblauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_grenadelauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bottle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sword&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sniper&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sniperrifle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_smg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_club&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_revolver&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_knife&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_invis&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_primary&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_wrench&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_builder&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_objectselection&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_build&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_destroy&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7674</id>
		<title>Team Fortress 2 Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Team_Fortress_2_Weapons&amp;diff=7674"/>
		<updated>2010-04-20T11:30:59Z</updated>

		<summary type="html">&lt;p&gt;Mecha the Slag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a current list of the weapon entity names for Team Fortress 2.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
These are sorted by Class -- Primary, Secondary, and Melee.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Heavy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_minigun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_hwg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fists&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_soldier&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_buff_item&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_rocketlauncher_directhit&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shovel&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_scattergun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol_scout&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bat&lt;br /&gt;
tf_weapon_lunchbox_drink&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flamethrower&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_flaregun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_pyro&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_fireaxe&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Medic&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_medigun&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_syrinegun_medic&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bonesaw&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
DemoMan&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pipebomblauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_grenadelauncher&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_bottle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sword&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sniper&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_sniperrifle&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_smg&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_club&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_revolver&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_knife&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_spy&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_invis&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_shotgun_primary&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pistol&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_wrench&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_builder&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_objectselection&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_build&amp;lt;br&amp;gt;&lt;br /&gt;
tf_weapon_pda_engineer_destroy&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mecha the Slag</name></author>
		
	</entry>
</feed>