Open Source Server Plugin List: Difference between revisions
(list of open source plugins) |
|||
Line 11: | Line 11: | ||
<b>Description:</b> Advanced admin plugin.<br> | <b>Description:</b> Advanced admin plugin.<br> | ||
<b>Features:</b> 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.<br> | <b>Features:</b> 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.<br> | ||
<b>Website:</b> [http://www.beetlesmod.com/forums/viewtopic.php?t=72 www.beetlesmod.com] | <b>Website:</b> [http://www.beetlesmod.com/forums/viewtopic.php?t=72 www.beetlesmod.com]<br /> | ||
<b>License:</b> Unknown | |||
<br><br> | <br><br> | ||
Line 18: | Line 19: | ||
<b>Description:</b> 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.<br> | <b>Description:</b> 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.<br> | ||
<b>Features:</b> Advanced effects including such things as long jump module, invisibility, health regeneration, fire grenades, etc.<br> | <b>Features:</b> Advanced effects including such things as long jump module, invisibility, health regeneration, fire grenades, etc.<br> | ||
<b>Website:</b> [http://cssrpg.sourceforge.net/ cssrpg.sourceforge.net] | <b>Website:</b> [http://cssrpg.sourceforge.net/ cssrpg.sourceforge.net]<br /> | ||
<b>License:</b> zlib/libpng | |||
<br><br> | <br><br> | ||
Line 25: | Line 27: | ||
<b>Description:</b> Source code is available for some older versions of his plugins including EventScripts and MugMod<br> | <b>Description:</b> Source code is available for some older versions of his plugins including EventScripts and MugMod<br> | ||
<b>Features:</b> Loading events, simple scripting engine, stealing money when knifed, etc.<br> | <b>Features:</b> Loading events, simple scripting engine, stealing money when knifed, etc.<br> | ||
<b>Website:</b> [http://mattie.info/cs/ mattie.info/cs/] | <b>Website:</b> [http://mattie.info/cs/ mattie.info/cs/]<br /> | ||
<b>License:</b> Propriatary | |||
<br><br> | <br><br> | ||
Line 32: | Line 35: | ||
<b>Description:</b> 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.<br> | <b>Description:</b> 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.<br> | ||
<b>Features:</b> Everything from admin functions to vehicles in CS:S to zombies.<br> | <b>Features:</b> Everything from admin functions to vehicles in CS:S to zombies.<br> | ||
<b>Website:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=2617 www.sourcemod.net/forums/viewtopic.php?t=2617] | <b>Website:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=2617 www.sourcemod.net/forums/viewtopic.php?t=2617]<br /> | ||
<b>License:</b> Unknown | |||
<br><br> | <br><br> | ||
Line 39: | Line 43: | ||
<b>Description:</b> Basic admin functions.<br> | <b>Description:</b> Basic admin functions.<br> | ||
<b>Features:</b> Kick, ban, menus, reserved slots, timeleft/nextmap say commands, etc.<br> | <b>Features:</b> Kick, ban, menus, reserved slots, timeleft/nextmap say commands, etc.<br> | ||
<b>Website:</b> [http://osa.3dwire.net/ osa.3dwire.net] | <b>Website:</b> [http://osa.3dwire.net/ osa.3dwire.net]<br /> | ||
<b>License:</b> GPL-v2 | |||
<br><br> | <br><br> | ||
Revision as of 18:34, 4 June 2006
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
License: Unknown
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: Propriatary
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
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
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.