SourceMod (server plugin): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{distinguish|sourcemods}} ''(the Steam folder)'' '''SourceMod''' is a server modification that gives server admins a much more powerful platform for scripting and administra...")
 
(added a little info about metamod and installation links)
Line 2: Line 2:


'''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).
'''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'''.


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

Revision as of 07:22, 16 July 2018

Not to be confused with sourcemods.

(the Steam folder)

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.

See Also