<?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=Smoke66</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=Smoke66"/>
	<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/Special:Contributions/Smoke66"/>
	<updated>2026-05-26T20:24:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Metamod:Source_VDF_Files&amp;diff=5778</id>
		<title>Metamod:Source VDF Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Metamod:Source_VDF_Files&amp;diff=5778"/>
		<updated>2008-04-25T03:10:11Z</updated>

		<summary type="html">&lt;p&gt;Smoke66: all&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As of Metamod:Source 1.4.3, there is a new automated plugin loading mechanism.  This was designed such that plugin authors could distribute uniform packages without any configuration needed on behalf of the user.&lt;br /&gt;
&lt;br /&gt;
The file's extension must be &amp;lt;tt&amp;gt;.vdf&amp;lt;/tt&amp;gt; and it must reside in &amp;lt;tt&amp;gt;addons/metamod&amp;lt;/tt&amp;gt; (or whatever &amp;lt;tt&amp;gt;mm_basedir&amp;lt;/tt&amp;gt; is set to).  Plugin authors should choose uniquely identifying names.&lt;br /&gt;
&lt;br /&gt;
The contents of a &amp;lt;tt&amp;gt;.vdf&amp;lt;/tt&amp;gt; file must be in Valve's KeyValues format ('''not''' SourceMod's SMC format, which has subtle differences).  The file must have a root section called &amp;quot;Metamod Plugin&amp;quot; with one or more properties.  The allowed properties:&lt;br /&gt;
*&amp;quot;file&amp;quot; - Specifies the file to load as it would appear in &amp;lt;tt&amp;gt;metaplugins.ini&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*&amp;quot;alias&amp;quot; - Specifiesf the alias as it would appear in &amp;lt;tt&amp;gt;metaplugins.ini&amp;lt;/tt&amp;gt;.&lt;br /&gt;
admin_menu&lt;br /&gt;
The &amp;quot;file&amp;quot; directive is required and &amp;quot;alias&amp;quot; is optional.  If an alias is chosen, it should be uniquely identifying (i.e., SourceMod uses &amp;quot;sourcemod&amp;quot; rather than &amp;quot;sm,&amp;quot; which could reasonably collide with another plugin).&lt;br /&gt;
&lt;br /&gt;
Example reference contents of &amp;lt;tt&amp;gt;sourcemod.vdf&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;Metamod Plugin&amp;quot;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;alias&amp;quot;		&amp;quot;sourcemod&amp;quot;&lt;br /&gt;
	&amp;quot;file&amp;quot;		&amp;quot;addons/sourcemod/bin/sourcemod_mm&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Metamod:Source will auto-correct path separator characters for the platform it's running on.&lt;br /&gt;
&lt;br /&gt;
[[Category:Metamod:Source Documentation]]&lt;br /&gt;
[[Category:Metamod:Source Development]]&lt;/div&gt;</summary>
		<author><name>Smoke66</name></author>
		
	</entry>
</feed>