Open Source Server Plugin List: Difference between revisions
C4tdoMvibo (talk | contribs) (c4tbasrac) |
m (Reverted edit of C4tdoMvibo, changed back to last version by Sn4k3) |
||
Line 1: | Line 1: | ||
= Known Open Source Plugins = | = 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. | 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. |
Revision as of 10:45, 6 January 2009
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.

Beetle's Mod
Author: Beetlefart
Description: Advanced admin plugin.
Features: Advance admin plugin including menus, kick, ban, reserved slots, advanced effects, etc.
Website: www.beetlesmod.com
License: Unknown
Sn4k3 Plugin Template (SPT)
Author: Sn4k3
Description: An Advanced plugin plugin template VSP or MMS.
Features: Include many util funcs, player filters, vfuncs, sigscanning, easy to start a plugin. Containe very usefull defines and macros where you can set easy data to your plugin. Auto read offsets and signatures from a file. Easy to update.
Website: SourcePlugins
License: creativecommons.org
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
License: zlib/libpng
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/
License: Proprietary
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. NOTE: THIS PROGRAM WAS ABANDONED AND MUCH OF WHAT IT DOES PROBABLY DOESN'T WORK WITH CURRENT UPDATES.
Features: Everything from admin functions to vehicles in CS:S to zombies.
Website: [1]
License: Unknown
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
License: GPL-v2
Zombie Horde
Author: Chris Deegan/Peter Rendle
Description: CS:S Zombification!
Features: Respawning zombies, zombie decapitation, concussion grenades, anti-camp, swear filter, stats, discrete zombie control and much more!
Website: http://zombiehorde.svn.sourceforge.net/viewvc/zombiehorde/trunk/
License: GPL-v2
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.