From 6e4205e512375b33b65ad780a308623842b80678 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 24 Jun 2020 10:41:35 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index a47c948..e90bc0d 100644 --- a/Home.md +++ b/Home.md @@ -18,8 +18,11 @@ Documentation * [**Base Weapon**](Base-Weapon) - Changes to `CBaseCombatWeapon`, the class all weapons derive from. --- * [**VScript in Mapbase**](VScript-in-Mapbase) - An article which goes into detail about what VScript is and how it could be used. +* [**Map-Specific Scripts**](Map-Specific-Scripts) - Mapbase's map-specific file system which loads scripts on a map-by-map basis. * [**Filters**](Filters) - A list of new filters and changes to filters, e.g. `filter_activator_context`. --- +* [**Map Compilers**](Map-Compilers) - An article which describes Mapbase's custom compile tools and how Mapbase maps should be compiled. +--- * [**I/O System Changes**](I-O-System-Changes) - An overview of how the system that handles inputs and outputs has changed. * [**Graphical Changes**](Graphical-Changes) - An overview of how the graphics have changed. Most changes are toggled. * [**Projected textures**](Projected-textures) - An overview of projected textures.