Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Dedicated legacy Linux server extras: Difference between revisions

From TF2 Classified Wiki
Breadd (talk | contribs)
m Update the tf2classic tools sourcemod plugin link to the newer maintained version
Breadd (talk | contribs)
m Added info to disable sourcemod gamedata auto update
Line 92: Line 92:


<code><nowiki>$</nowiki> cp -r sourcemod/ ../addons/</code>
<code><nowiki>$</nowiki> cp -r sourcemod/ ../addons/</code>
Then, we need to stop sourcemod from auto-updating its gamedata. Locate the sourcemod <code>core.cfg</code> config file (located in <code>addons/configs</code>) and change:
<code>"DisableAutoUpdate" "no"</code>
to
<code>"DisableAutoUpdate" "yes"</code>


Now we have the necessary gamedata for plugins and core SM and MM functions to work with TF2C.
Now we have the necessary gamedata for plugins and core SM and MM functions to work with TF2C.