Difference between revisions of "Installing MetaMod:Source and SourceMod (Windows)"
m (→Checking loaded addons & plugins: note for example) |
m (→Upgrading addons: missing hastag #) |
||
Line 80: | Line 80: | ||
addons\sourcemod\<span style="color:red">configs</span>\ | addons\sourcemod\<span style="color:red">configs</span>\ | ||
cfg\<span style="color:red">sourcemod</span>\ | cfg\<span style="color:red">sourcemod</span>\ | ||
− | Launch server (or reboot) and check loaded addons [[Checking loaded addons & plugins]] | + | Launch server (or reboot) and check loaded addons [[#Checking loaded addons & plugins]] |
Revision as of 14:48, 18 November 2018
This is Quickstart guide - How install MetaMod:Source and SourceMod into Source Dedicated Server (Windows)
Installing addons
Download latest stable MM:S and SM zip packs (Windows version).
- https://www.sourcemm.net/downloads.php?branch=stable
- https://www.sourcemod.net/downloads.php?branch=stable
Extrack both zip files on your desktop, merging them into one.
Move addons and cfg folders into SRCDS <game mod> folder.
For example in Counter-Strike: Global Offensive dedicated server:
C:\Server\counter-strike global offensive\csgo\addons
|
C:\Server\counter-strike global offensive\csgo\cfg
|
Checking loaded addons & plugins
Launch SRCDS. Typing these server commands into console input:
plugin_print | you see loaded addons |
meta list | you see loaded MetaMod:Source plugins |
sm exts list | you see loaded SourceMod extensions |
sm plugins list | you see loaded SourceMod plugins |

Upgrading addons
Before upgrading files, close all running servers.
- - If the server can not be shutdown (server reboot back up), find metamod.vdf file and move it out from addons folder. Server stop loading MM:S and SM addons after reboot.
Upgrading files, repeat again like in #Installing addons.
But before moving files in server, delete these folders so you not lose your current configures/settings.
addons\sourcemod\configs\ cfg\sourcemod\
Launch server (or reboot) and check loaded addons #Checking loaded addons & plugins