Difference between revisions of "SourceMod"

From Team Fortress Wiki
Jump to: navigation, search
m (mini fix)
 
(10 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{OtherWikis
 
{{OtherWikis
| 1 = [http://www.sourcemod.net/ SourceMod official website]
+
| 1 = [https://www.sourcemod.net/ SourceMod official website]
| 2 = [https://forums.alliedmods.net/forumdisplay.php?f=52 SourceMod Forums] on [http://alliedmods.net/ AlliedModders.net]
+
| 2 = [https://forums.alliedmods.net/forumdisplay.php?f=52 SourceMod Forums] on [https://alliedmods.net/ AlliedMods.net]
| 3 = [http://wiki.alliedmods.net/SourceMod SourceMod] on the [http://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
+
| 3 = [https://wiki.alliedmods.net/SourceMod SourceMod] on the [https://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
** [http://wiki.alliedmods.net/Category:SourceMod_Documentation SourceMod Documentation] on the [http://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
+
** [https://wiki.alliedmods.net/Category:SourceMod_Documentation SourceMod Documentation] on the [https://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
 
}}
 
}}
[[Category:Servers]]
 
{{stub}}
 
  
==The SourceMod Plugin==
+
[[File:SourceMod.png|300px|frameless|right]]
SourceMod is a Open-Source server modification plugin for any game that runs on the Source engine. It is a powerful platform for [[scripting]] plugins and handling server administration.
 
  
===Features for Users===
+
SourceMod is server modification for any game that runs on [[Source Engine]]. It is a highly optimized platform for scripting plugins and handling server administration. The default package comes with a base set of plugins, however there are over 2,500 plugins made by the community to optimize their servers.
  
*Allows server opperators the ability to configure the admin menu.
+
== See also ==
*The ability to create a Reserved slot in a server.
+
*[[Servers]]
*User map vote management (nominations, rock the vote).
 
*Administration commands such as kicking/banning/slapping/muting players.
 
*Quickly being able to toggle server cvar settings.
 
*Chat triggers for both users and administrators.
 
*Easy customization of the server via use of community or player made plugins written in SourcePawn
 
*Sharing of settings across server via MySQL
 
  
==Scripting==
+
[[Category:Servers]]
The sourcemod core allows for easy creation of plugins with the SourcePawn Scripting language, and has numerous published plugins and extensions covering almost any function imaginable
 

Latest revision as of 21:28, 11 January 2023

SourceMod.png

SourceMod is server modification for any game that runs on Source Engine. It is a highly optimized platform for scripting plugins and handling server administration. The default package comes with a base set of plugins, however there are over 2,500 plugins made by the community to optimize their servers.

See also