<?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=Almil36</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=Almil36"/>
	<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/Special:Contributions/Almil36"/>
	<updated>2026-05-27T20:40:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Multiple_or_Forked_Servers_(SourceMod)&amp;diff=10861</id>
		<title>Multiple or Forked Servers (SourceMod)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Multiple_or_Forked_Servers_(SourceMod)&amp;diff=10861"/>
		<updated>2019-09-13T08:10:54Z</updated>

		<summary type="html">&lt;p&gt;Almil36: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SourceMod does not support running more than one server from the same SourceMod installation.  This means you cannot:&lt;br /&gt;
*Point multiple forked servers (a feature in Left 4 Dead's srcds) at one SourceMod install.&lt;br /&gt;
*Start multiple copies of the same srcds to the same SourceMod install.&lt;br /&gt;
&lt;br /&gt;
The reason for this is that SourceMod needs to &amp;quot;own&amp;quot; certain folders.&lt;br /&gt;
*SourceMod's auto-updating feature overwrites gamedata files, and could one day overwrite other files as well.&lt;br /&gt;
*The &amp;quot;data&amp;quot; folder is considered writeable for any purpose, and can be used to store locks that live beyond process IDs.&lt;br /&gt;
&lt;br /&gt;
You can have multiple copies of SourceMod in your &amp;quot;addons&amp;quot; folder, however.  For example, you can have &amp;lt;tt&amp;gt;addons/sourcemod1&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;addons/sourcemod2&amp;lt;/tt&amp;gt;.  There are two ways to make this work.&lt;br /&gt;
&lt;br /&gt;
Specify &amp;lt;tt&amp;gt;+sm_basepath&amp;lt;/tt&amp;gt; on the server command line.  For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;srcds -game tf +maxplayers 12 +sm_basepath addons/sourcemod2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are looking to save space or unify certain files that you know will not change, use symlinks.  On Linux/FreeBSD this is the &amp;lt;tt&amp;gt;ln -s&amp;lt;/tt&amp;gt; command (&amp;lt;tt&amp;gt;man ln&amp;lt;/tt&amp;gt;).  On Windows Vista or 2008 Server, this is &amp;lt;tt&amp;gt;mklink&amp;lt;/tt&amp;gt; from the command prompt.&lt;br /&gt;
&lt;br /&gt;
'''EDIT''' Not supported anymore since 02.09.2019 CS:GO update (SM Build 6282)&lt;br /&gt;
&lt;br /&gt;
[[Category:SourceMod Documentation]]&lt;/div&gt;</summary>
		<author><name>Almil36</name></author>
		
	</entry>
</feed>