Difference between revisions of "User:Nosoop/Guide"

From AlliedModders Wiki
Jump to: navigation, search
(Initial submit)
 
(Pages: Settle on name for reference snippets)
Line 7: Line 7:
 
* [[/Setup/]] provides a step-by-step on installing a Source Engine dedicated server, Metamod:Source, and SourceMod.
 
* [[/Setup/]] provides a step-by-step on installing a Source Engine dedicated server, Metamod:Source, and SourceMod.
 
* [[/Basics/]] is a walkthrough on writing one's first plugins.
 
* [[/Basics/]] is a walkthrough on writing one's first plugins.
* [[/QuickRef/]] (a.k.a. "How Do I...?") is a reference page on performing common operations. TODO might change name
+
* [[/How to X/]] is a reference page on performing common operations.
 
* [[/Advanced/]] is a page with information on advanced operations (finding and calling game functions, looking up addresses, etc.).
 
* [[/Advanced/]] is a page with information on advanced operations (finding and calling game functions, looking up addresses, etc.).
  
 
* [[/Development Environments/]] has a list of common editors and instructions on configuring them to compile plugins.
 
* [[/Development Environments/]] has a list of common editors and instructions on configuring them to compile plugins.
 
* [[/Game Server Configuration/]] has info on configuring a server.
 
* [[/Game Server Configuration/]] has info on configuring a server.

Revision as of 06:12, 19 December 2020

About

This was born out of a desire to create a detailed step-by-step on how to get started in SourceMod.

Pages

  • Setup provides a step-by-step on installing a Source Engine dedicated server, Metamod:Source, and SourceMod.
  • Basics is a walkthrough on writing one's first plugins.
  • How to X is a reference page on performing common operations.
  • Advanced is a page with information on advanced operations (finding and calling game functions, looking up addresses, etc.).