Difference between revisions of "Main Page"

From AlliedModders Wiki
Jump to: navigation, search
m
m
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Welcome to the AMWiki, the unified and collaborative documentation project of AlliedModders, which runs such projects as [[AMX Mod X]], [[Metamod:Source]], and [[SourceMod]].
+
Welcome to the AlliedModders Wiki. This is where you can find documentation about our projects and development.
  
How can you get started? Look below to see a general overview.  Go to [[Help:Contents|Help]] to read about the basics and rules of this wiki.  Or, if you're looking for something, just use search on the left hand side!
 
 
=Featured Articles=
 
 
==SourceMod Development==
 
[[:Category:SourceMod Development|SourceMod]] is out!  Want to learn more about developing plugins or extensions?  Visit the [[:Category:SourceMod Development|SourceMod Development Category]] for comprehensive articles on SourceMod's powerful C++ and Pawn API.
 
 
==AMX Mod X: 1.8.0 Changes==
 
[[AMX Mod X]] 1.8.0 has been released and contains a bevy of cool changes, such as dynamic admins, entity function hooking, and dynamic arrays.  Anyone using AMX Mod X should check out the new article, [[AMX_Mod_X_1.8.0_Changes|AMX Mod X 1.8.0]].
 
 
==Subversion Tutorial==
 
AlliedModders has moved from CVS to Subversion, which is better at organizing source code.  Interested in how it works, and how to download from SVN repositories?  Check out the [[Subversion Tutorial]]!
 
 
 
{| cellspacing="0" style="border:0px;"
 
|- valign="top"
 
|
 
{| width="100%"
 
|-
 
|
 
 
=Projects=
 
=Projects=
{| width="100%" cellpadding="5"
+
{| width="80%" style="text-align: left;"
|- class="t2th"
+
| style="width: 110px;" | [[Image:Sm_small.gif|left]]
| '''SourceMod'''
+
| style="vertical-align: top;" | [[SourceMod]], the optimized and highly extensible scripting and administration environment for [[Half-Life 2]].
|- class="t2td"
 
|[[Image:Sm_small.gif|left]] [[SourceMod]], the optimized and highly extensible scripting and administration environment for [[Half-Life 2]].
 
 
* [[:Category:SourceMod Documentation|Documentation]]
 
* [[:Category:SourceMod Documentation|Documentation]]
 +
* [[:Category:SourceMod Scripting|Scripting]]
 
* [[:Category:SourceMod Development|Development]]
 
* [[:Category:SourceMod Development|Development]]
|}
+
| style="width: 110px; padding-left: 20px;" | [[Image:Mms.jpg|left]]
{| width="100%" cellpadding="5"
+
| style="vertical-align: top;" | [[Metamod:Source]], the ultimate plugin API for [[Half-Life 2]], featuring interface hooking and a versatile plugin API.
|- class="t2th"
 
| '''AMX Mod X'''
 
|- class="t2td"
 
|[[Image:Amxxsmall.gif|left]] [[AMX Mod X]], the powerful and flexible scripting environment for [[Half-Life 1]].
 
* [[:Category:Documentation (AMX Mod X)|Documentation]]
 
* [[:Category:Scripting (AMX Mod X)|Scripting]]
 
|}
 
{| width="100%" cellpadding="5"
 
|- class="t2th"
 
| '''Metamod:Source'''
 
|- class="t2td"
 
|[[Image:Mms.jpg|left]][[Metamod:Source]], the ultimate plugin API for [[Half-Life 2]], featuring interface hooking and a versatile plugin API.
 
 
* [[:Category:Metamod:Source Documentation|Documentation]]
 
* [[:Category:Metamod:Source Documentation|Documentation]]
 
* [[:Category:Metamod:Source Development|Development]]
 
* [[:Category:Metamod:Source Development|Development]]
|}
 
|}
 
|
 
{| width="100%"
 
 
|-
 
|-
|
+
| style="padding-bottom: 20px;" |
 
+
| style="padding-bottom: 20px;" |
=News=
+
| style="padding-bottom: 20px;" |
{| cellpadding="6"
+
| style="padding-bottom: 20px;" |
|- class="t2th"
+
|-
| AMX Mod X 1.8.0
+
| style="width: 110px;" | [[Image:Amxxsmall.gif|left]]
|- class="t2td"
+
| [[AMX Mod X]], the powerful scripting environment for [[Half-Life 1]].
| ''2007-10-25'': A new version of [[AMX Mod X]] has been released, featuring a plethora of bug fixes and cool new features. See [[AMX Mod X 1.8.0 Changes]].
+
* [[:Category:Documentation (AMX Mod X)|Documentation]]
 +
* [[:Category:Scripting (AMX Mod X)|Scripting]]
 +
| style="width: 110px; padding-left: 20px;" | [[Image:Amb2.png|left]]
 +
| [[AMBuild]], the efficient, programmable build system for complex projects.
 
|}
 
|}
  
{| cellpadding="6"
+
==Tutorials==
|- class="t2th"
+
*See our [[Git Tutorial|Git tutorial]] for developing with our source repositories.
| Metamod:Source 1.4.1
 
|- class="t2td"
 
| ''2007-05-16'': A new version of [[Metamod:Source|SourceMM]] was released as a bug-fix patch to the 1.4 branch.  Visit the [http://www.sourcemm.net/ homepage] for more information.
 
|}
 
 
 
{|
 
{| cellpadding="6"
 
|- class="t2th"
 
| SourceMod Builds
 
|- class="t2td"
 
| ''2007-03-17'': [[SourceMod]] is now publicly downloadable as nightly builds.  Interested in development?  See the [[SourceMod SDK]] and the [http://www.sourcemod.net/ SourceMod site].
 
|}
 
 
 
|}
 

Latest revision as of 14:38, 23 November 2015

Welcome to the AlliedModders Wiki. This is where you can find documentation about our projects and development.

Projects

Sm small.gif
SourceMod, the optimized and highly extensible scripting and administration environment for Half-Life 2.
Mms.jpg
Metamod:Source, the ultimate plugin API for Half-Life 2, featuring interface hooking and a versatile plugin API.
Amxxsmall.gif
AMX Mod X, the powerful scripting environment for Half-Life 1.
Amb2.png
AMBuild, the efficient, programmable build system for complex projects.

Tutorials

  • See our Git tutorial for developing with our source repositories.