Difference between revisions of "Category:Metamod:Source Development"

From AlliedModders Wiki
Jump to: navigation, search
m
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{ForDevelopers|Metamod}}
 +
 +
Need help?  Join #sourcemod or #metamod on irc.gamesurge.net, or post on the [http://forums.alliedmods.net/forumdisplay.php?f=75 forums].
 +
 
*<b>Documentation</b>
 
*<b>Documentation</b>
**[[Metamod:Source Development|API/Basic Overiew]]
+
**[[Metamod:Source Environment|Setting up your Environment]]
**[[SourceHook Development|SourceHook Usage]]
+
**[[Metamod:Source Development|Overview of Writing Metamod:Source Plugins]]
**[[Sample Plugins (Metamod:Source)|Sample Plugins]]
+
**[[Sample Plugins (Metamod:Source)|Example Plugins]]
 +
**[[SourceHook Development|SourceHook Overview]]
 
**[[Metamod:Source VDF Files]]
 
**[[Metamod:Source VDF Files]]
 +
**[http://www.metamodsource.net/dox/ Metamod:Source 1.6.0 API]
 +
**[http://www.metamodsource.net/dox-1.4.3/ Metamod:Source 1.4.3 API]
  
*<b>Orange Box and the 1.4/1.6 Shift</b>
+
*<b>Compatibility/Porting</b>
**[[Upgrading Plugins to Metamod:Source 1.6.0]]
+
**[[MM:S API Differences]] (Explains <tt>core</tt> versus <tt>core-legacy</tt>)
 
**[[Porting to Orange Box]]
 
**[[Porting to Orange Box]]
 +
**[[Porting to Left 4 Dead]]
 +
**[[Porting to Swarm and CSGO]]
 +
**[[Gameinfo Deprecation]]
  
 
*<b>Half-Life 2 Resources</b>
 
*<b>Half-Life 2 Resources</b>

Latest revision as of 17:26, 12 June 2024

For Developers & Modders

This page is geared towards helping developers learn how to create and modify Metamod plugins. To learn how to install and manage Metamod itself, check out the documentation categories for system-administrator geared articles.

Need help? Join #sourcemod or #metamod on irc.gamesurge.net, or post on the forums.