Open Source Server Plugin List

From Valve Developer Community
Revision as of 18:23, 4 June 2006 by L. Duke (talk | contribs) (list of open source plugins)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Known Open Source Plugins

Use this page to find an open source plugin, or list info about your open source plugin to help other coders new to the SDK and programming server plugins.

Valve Server Plugins

This is a list of known open source Valve Server Plugins (VSPs). Plugins with released source code are hard to find, so it should help everyone if a list of plugins with available source code are posted here.

Please check the license of the following programs before reusing any code as they may not be true open source.

Beetle's Mod

Author: Beetlefart
Description: Advanced admin plugin.
Features: Advance admin plugin including menus, kick, ban, reserved slots, advanced effects, etc. This source is fairly old, but has some stuff you might find useful.
Website: www.beetlesmod.com

CSS:RPG

Author: SeLfkiLL
Description: As you kill your opponents, you gain Experience. Eventually when you have reached your experience quota, you gain a new Level. This means you can buy Upgrades which give you an advantage over your opponent.
Features: Advanced effects including such things as long jump module, invisibility, health regeneration, fire grenades, etc.
Website: cssrpg.sourceforge.net

Misc Mattie Plugins

Author: Mattie
Description: Source code is available for some older versions of his plugins including EventScripts and MugMod
Features: Loading events, simple scripting engine, stealing money when knifed, etc.
Website: mattie.info/cs/

NemoD

Author: fysh
Description: This CS:S plugin has everything! From vehicles in CS:S to modified zombie gameplay, and tons of other stuff. Not for the faint of heart, but if you're an advanced programmer, you'll find some interesting stuff here.
Features: Everything from admin functions to vehicles in CS:S to zombies.
Website: www.sourcemod.net/forums/viewtopic.php?t=2617

Open Source Admin

Author: Scott Loyd
Description: Basic admin functions.
Features: Kick, ban, menus, reserved slots, timeleft/nextmap say commands, etc.
Website: osa.3dwire.net

Metamod: Source Plugins

Metamod: Source (MMS) provides methods of interacting with the server that cannot be easily accomplished using the standard VSP interface. If you will be attempting any advanced concepts that are not provided for in the VSP interface, it is recommended that you use MMS. Not only does it easily allow things like editing damage to players that is very difficult in VSP plugins, it also manages the hooks so that your plugin doesn't interfere with other plugins and crash the server if they hook the same functions.

Link to list of open source MMS plugins

List of open source MMS plugins