Dedicated legacy Linux server extras: Difference between revisions
From TF2 Classified Wiki
More actions
m Update the tf2classic tools sourcemod plugin link to the newer maintained version |
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. | ||