<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Thu, 04 Jun 2026 10:19:13 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="https://steamcommunity.com/groups/ProjectWiki" rel="self" type="application/rss+xml" />
    <title>Project Wiki RSS Feed</title>
    <link><![CDATA[https://steamcommunity.com/groups/ProjectWiki]]></link>
    <description><![CDATA[Events and Announcements for Project Wiki]]></description>
    <language>en-us</language>
    <generator>Steam Community RSS</generator>
    <item>
      <title>SourceMod</title>
      <description>SourceMod is server modification for any game that runs on the Half-Life 2 engine. It is a powerful, highly optimized platform for scripting plugins and handling server administration. The default package comes with a base set of plugins, but there are over 450 plugins in the community. &lt;br&gt;&lt;br&gt;Basic Features (Users)&lt;br&gt;An easy to use, deeply fine-grained permissions system (SQL compatible)&lt;br&gt;A highly configurable admin menu&lt;br&gt;Reserved slots&lt;br&gt;Flexible map management plugins (nominations, rock the vote, etc)&lt;br&gt;Basic commands such as kicking/banning/slapping/muting players, changing cvars, etc&lt;br&gt;Various voting commands&lt;br&gt;Chat spam protection&lt;br&gt;Comprehensive chat triggers for both users and administrators&lt;br&gt;Easily translatable&lt;br&gt;    SourceMod is highly optimized and ideal for getting the most performance out of your Source servers, without the complexity of writing C++ code. &lt;br&gt;&lt;br&gt;Scripting Features (Developers)&lt;br&gt;Administration - Comprehensive API for developing administration systems.&lt;br&gt;Clients - Working with in-game client information and callbacks.&lt;br&gt;Commands - Creation, hooking, and overriding of client and server console commands.&lt;br&gt;ConVars - Creation, hooking, and retrieval of console variables.&lt;br&gt;Database - Abstracted database access.&lt;br&gt;Engine - Access to many Half-Life 2 engine features, with more constantly being added.&lt;br&gt;Entities - Changing and retrieving entity properties, both named and numbered.&lt;br&gt;Events - Creating, firing, and hooking of Half-Life 2 GameEvents.&lt;br&gt;Files - Access to the filesystem.&lt;br&gt;IPC - Advanced inter-plugin communication, similar to AMX Mod X.&lt;br&gt;Menus - Abstracted menu API for creating uniform menus across mods&lt;br&gt;Messages - Sending and hooking UserMessages.&lt;br&gt;Parsing - Advanced, highly optimized text parsing.&lt;br&gt;Timers - Creation of timed events.&lt;br&gt;Translation - Multi-Lingual phrase file lookup.&lt;br&gt;&lt;br&gt;What makes SourceMod different? (Developers) &lt;br&gt;Speed - SourceMod is lightning fast, and this is not an idle boast. Every plugin is loaded into memory and converted to raw CPU code. Great care is taken to make sure every hot area in SourceMod is as fast as it should be. The scripting language is statically typed and does not require garbage collection.&lt;br&gt;API - The majority of work in SourceMod occurs in making the API the best we can. When adding any interface or function, we ask the following questions:&lt;br&gt;Does it represent an optimized solution?&lt;br&gt;Would anyone use it?&lt;br&gt;How confusing is it?&lt;br&gt;Does it match the most probable common usage?&lt;br&gt;Will it be possible to extend it in the future?&lt;br&gt;Does its name represent what it does?&lt;br&gt;Does its name conform to other similar functions?&lt;br&gt;Extensibility - SourceMod is completely extensible. SourceMod provides a complete C++ API for extending both SourceMod and the Plugin event/native API. You can also write C++ plugins.&lt;br&gt;Open-Source - SourceMod, its extensions, and its plugins, are all open source under the GNU General Public License!&lt;br&gt;&lt;br&gt;Reference(s):&lt;br&gt;&lt;a class=&quot;bb_link&quot; href=&quot;https://steamcommunity.com/linkfilter/?u=http%3A%2F%2Fwww.sourcemod.net%2Fabout.php&quot; target=&quot;_blank&quot; rel=&quot; noopener&quot; &gt;http://www.sourcemod.net/about.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Image(s):&lt;br&gt;&lt;a class=&quot;bb_link&quot; href=&quot;http://media.steampowered.com/steamcommunity/public/images/avatars/e8/e8fb2963350dff03db5f70633174a19f3d43655d_full.jpg&quot; target=&quot;_blank&quot; rel=&quot;&quot; &gt;http://media.steampowered.com/steamcommunity/public/images/avatars/e8/e8fb2963350dff03db5f70633174a19f3d43655d_full.jpg&lt;/a&gt;</description>
      <link><![CDATA[https://steamcommunity.com/groups/ProjectWiki/announcements/detail/55345273268381406]]></link>
      <pubDate>Fri, 30 Apr 2010 04:44:56 +0000</pubDate>
      <author>Raven</author>
      <guid isPermaLink="true">https://steamcommunity.com/groups/ProjectWiki/announcements/detail/55345273268381406</guid>
    </item>
    <item>
      <title>AMX Mod X</title>
      <description>AMX Mod X is a versatile Half-Life metamod plugin which is targetted toward server administration.&lt;br&gt;It has a wide array of scripting capabilities so people can write &amp;quot;plugins&amp;quot;, or files which add on to a mod's functionality.&lt;br&gt;Plugins can take form in administrative services (adding new admin commands), statistics generation (StatsX), fun additions (godmode, etc), gameplay changes (WC3, CSDM), and much, much more!&lt;br&gt;You can also write modules to expand the functionality of AMX Mod X and add to the scripting language. &lt;br&gt;&lt;br&gt;AMX Mod X and AMX Mod&lt;br&gt;AMX Mod X was originally based on AMX Mod, a similar Half-Life modification by OLO. However, AMX Mod began to slip into poor project policies (lack of public input, no open source enforcement, no central source code maintained, and much more).&lt;br&gt;Due to the dead appearance of the project as all maintainers had disappeared into oblivion, the AMX Mod X project was started.&lt;br&gt;Since then, the AMX Mod X project has come a long way. Nearly every portion of AMX Mod has been either rewritten from the ground up, cleaned up, or changed to work in a new system.&lt;br&gt;AMX Mod X is not AMX Mod. And better yet, it's almost fully backward compatible.&lt;br&gt;&lt;br&gt;Reference(s):&lt;br&gt;&lt;a class=&quot;bb_link&quot; href=&quot;https://steamcommunity.com/linkfilter/?u=http%3A%2F%2Fwww.amxmodx.org%2Fabout.php&quot; target=&quot;_blank&quot; rel=&quot; noopener&quot; &gt;http://www.amxmodx.org/about.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Image(s):&lt;br&gt;&lt;a class=&quot;bb_link&quot; href=&quot;https://steamcommunity.com/linkfilter/?u=http%3A%2F%2Fwww.amxmodx.org%2Fimages%2Famxxlarge.jpg&quot; target=&quot;_blank&quot; rel=&quot; noopener&quot; &gt;http://www.amxmodx.org/images/amxxlarge.jpg&lt;/a&gt;</description>
      <link><![CDATA[https://steamcommunity.com/groups/ProjectWiki/announcements/detail/55345273255855398]]></link>
      <pubDate>Fri, 30 Apr 2010 00:33:22 +0000</pubDate>
      <author>Raven</author>
      <guid isPermaLink="true">https://steamcommunity.com/groups/ProjectWiki/announcements/detail/55345273255855398</guid>
    </item>
  </channel>
</rss>