Difference between revisions of "User:Nosoop/Guide"
m (→Pages: Categorize by section) |
m (→Introduction: Fix heading level) |
||
Line 3: | Line 3: | ||
This was born out of a desire to create a detailed, yet approachable step-by-step on how to get started in SourceMod. | This was born out of a desire to create a detailed, yet approachable step-by-step on how to get started in SourceMod. | ||
− | = Introduction = | + | = Pages = |
+ | |||
+ | == Introduction == | ||
* [[/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. | ||
Line 10: | Line 12: | ||
* [[/Basics/]] is a walkthrough on writing one's first plugins. | * [[/Basics/]] is a walkthrough on writing one's first plugins. | ||
− | * [[/How to X/]] is a reference page on performing common operations. | + | * [[/How to X/]] is a reference page on performing common operations in SourcePawn. |
* [[/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. |
Latest revision as of 23:14, 14 July 2023
About
This was born out of a desire to create a detailed, yet approachable step-by-step on how to get started in SourceMod.
Pages
Introduction
- Setup provides a step-by-step on installing a Source Engine dedicated server, Metamod:Source, and SourceMod.
SourceMod
- Basics is a walkthrough on writing one's first plugins.
- How to X is a reference page on performing common operations in SourcePawn.
- 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.
Non-SourceMod
- Game Server Configuration has info on configuring a server.