SourceMod (server plugin): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nesciuse moved page SourceMod (server plugin)/en to SourceMod (server plugin) without leaving a redirect: Move en subpage to basepage)
No edit summary
Line 5: Line 5:
{{sourcemod|4.1}} is a server modification that gives server admins a much more powerful platform for scripting and administration. While mostly used for multiplayer games, it can be installed on any [[Source]] engine game. Many well-known server plugins are powered by it, such as Roll The Dice (RTD).
{{sourcemod|4.1}} is a server modification that gives server admins a much more powerful platform for scripting and administration. While mostly used for multiplayer games, it can be installed on any [[Source]] engine game. Many well-known server plugins are powered by it, such as Roll The Dice (RTD).


It has a lower-level system that needs to run alongside it, called '''MetaMod'''.
It has a lower-level system that needs to run alongside it, called '''MetaMod: Source'''.


==See also==
==See also==
Line 11: Line 11:
*[http://www.sourcemm.net/ MetaMod's website]
*[http://www.sourcemm.net/ MetaMod's website]
*[https://wiki.alliedmods.net/Installing_SourceMod How to install SourceMod]
*[https://wiki.alliedmods.net/Installing_SourceMod How to install SourceMod]
*[https://wiki.alliedmods.net/Installing_Metamod:Source How to install MetaMod]
*[https://wiki.alliedmods.net/Installing_Metamod:Source How to install MetaMod: Source]
*[https://www.amxmodx.org/ AMX Mod X] A similar plugin for Goldsource.
*[https://www.amxmodx.org/ AMX Mod X] A similar plugin for GoldSource.


[[Category:Third Party Tools]]
[[Category:Third Party Tools]]

Revision as of 11:14, 15 July 2024

English (en)Esperanto (eo)Русский (ru)中文 (zh)Translate (Translate)
Not to be confused with sourcemods (the Steam folder).

SourceMod SourceMod is a server modification that gives server admins a much more powerful platform for scripting and administration. While mostly used for multiplayer games, it can be installed on any Source engine game. Many well-known server plugins are powered by it, such as Roll The Dice (RTD).

It has a lower-level system that needs to run alongside it, called MetaMod: Source.

See also