Difference between revisions of "Installing MetaMod:Source and SourceMod (Windows)"
m (→Checking loaded addons & plugins: note for example) |
(→Installing addons) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This is '''Quickstart guide''' - How install '''MetaMod:Source''' and '''SourceMod''' into Source Dedicated Server (Windows) | This is '''Quickstart guide''' - How install '''MetaMod:Source''' and '''SourceMod''' into Source Dedicated Server (Windows) | ||
__TOC__ | __TOC__ | ||
+ | [https://www.youtube.com/watch?v=jqnnvIjH2WQ&index=4&list=PLDz5Z5KigHNV0QDPeO3bCl09GblHV0pX0 YouTube Video Installing MetaMod:Source and SourceMod - Wiki guide] | ||
==Installing addons== | ==Installing addons== | ||
Download latest stable MM:S and SM zip packs (Windows version). | Download latest stable MM:S and SM zip packs (Windows version). | ||
*https://www.sourcemm.net/downloads.php?branch=stable | *https://www.sourcemm.net/downloads.php?branch=stable | ||
*https://www.sourcemod.net/downloads.php?branch=stable | *https://www.sourcemod.net/downloads.php?branch=stable | ||
− | + | ||
+ | |||
+ | Extract both zip files on your desktop, merging them into one. | ||
<br/>Move '''addons''' and '''cfg''' folders into SRCDS <span style="font-family:courier new"><game mod></span> folder.<br/> | <br/>Move '''addons''' and '''cfg''' folders into SRCDS <span style="font-family:courier new"><game mod></span> folder.<br/> | ||
+ | |||
+ | |||
For example in Counter-Strike: Global Offensive dedicated server: | For example in Counter-Strike: Global Offensive dedicated server: | ||
{| border="0" | {| border="0" | ||
− | + | |{{font|text=C:\Server\counter-strike global offensive\csgo\addons<br/> | |
− | |{{font|text=C:\Server\counter-strike global offensive\csgo\addons | + | C:\Server\counter-strike global offensive\csgo\cfg|font=Courier New|size=20px|color=#c9b295|bgcolor=#364d6a}} |
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
<br/> | <br/> | ||
+ | |||
==Checking loaded addons & plugins== | ==Checking loaded addons & plugins== | ||
Launch SRCDS. | Launch SRCDS. | ||
Line 80: | Line 82: | ||
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]] |
Latest revision as of 20:30, 12 September 2024
This is Quickstart guide - How install MetaMod:Source and SourceMod into Source Dedicated Server (Windows)
YouTube Video Installing MetaMod:Source and SourceMod - Wiki guide
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
Extract 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 |
plugin_print Loaded plugins: --------------------- 0: "Metamod:Source 1.10.7-dev" --------------------- meta list Listing 3 plugins: [01] SourceMod (1.9.0.6260) by AlliedModders LLC [02] CS Tools (1.9.0.6260) by AlliedModders LLC [03] SDK Tools (1.9.0.6260) by AlliedModders LLC sm exts list [SM] Displaying 8 extensions: [01] Automatic Updater (1.9.0.6260): Updates SourceMod gamedata files [02] Webternet (1.9.0.6260): Extension for interacting with URLs [03] CS Tools (1.9.0.6260): CS extended functionality [04] BinTools (1.9.0.6260): Low-level C/C++ Calling API [05] SDK Tools (1.9.0.6260): Source SDK Tools [06] Top Menus (1.9.0.6260): Creates sorted nested menus [07] Client Preferences (1.9.0.6260): Saves client preference settings [08] SQLite (1.9.0.6260): SQLite Driver sm plugins list [SM] Listing 17 plugins: 01 "Admin File Reader" (1.9.0.6260) by AlliedModders LLC 02 "Admin Help" (1.9.0.6260) by AlliedModders LLC 03 "Admin Menu" (1.9.0.6260) by AlliedModders LLC 04 "Anti-Flood" (1.9.0.6260) by AlliedModders LLC 05 "Basic Ban Commands" (1.9.0.6260) by AlliedModders LLC 06 "Basic Chat" (1.9.0.6260) by AlliedModders LLC 07 "Basic Comm Control" (1.9.0.6260) by AlliedModders LLC 08 "Basic Commands" (1.9.0.6260) by AlliedModders LLC 09 "Basic Info Triggers" (1.9.0.6260) by AlliedModders LLC 10 "Basic Votes" (1.9.0.6260) by AlliedModders LLC 11 "Client Preferences" (1.9.0.6260) by AlliedModders LLC 12 "Fun Commands" (1.9.0.6260) by AlliedModders LLC 13 "Fun Votes" (1.9.0.6260) by AlliedModders LLC 14 "Nextmap" (1.9.0.6260) by AlliedModders LLC 15 "Player Commands" (1.9.0.6260) by AlliedModders LLC 16 "Reserved Slots" (1.9.0.6260) by AlliedModders LLC 17 "Sound Commands" (1.9.0.6260) by AlliedModders LLC
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