From 53ce2daaec416427c637980d2f4d18e6c4e72f0a Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 6 Jul 2020 09:45:27 -0500 Subject: [PATCH] Updated Setting up Mapbase (markdown) --- Setting-up-Mapbase.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-Mapbase.md b/Setting-up-Mapbase.md index c68f386..bf6abd1 100644 --- a/Setting-up-Mapbase.md +++ b/Setting-up-Mapbase.md @@ -34,9 +34,9 @@ The custom game config tells Hammer what game/mod you're mapping for. For exampl If you are only setting up for Mapbase itself and not a mod using Mapbase, the custom game config would point to `mapbase_episodic` or `mapbase_hl2`. If you are setting up for a separate mod using Mapbase, the custom game config would point to that mod's name instead. -Mapbase's default FGDs are located in `mapbase_shared/shared_misc/bin`. You should only have to include `halflife2.fgd`. **Do NOT** include `base.fgd`. Some derivative mods (e.g. Map Labs) may also have their own FGD which should be used instead. +Mapbase's default FGDs are located in `mapbase_shared/shared_misc/bin`. You should only have to include `halflife2.fgd`. **Do NOT** include `base.fgd`. Some derivative mods may also have their own FGD which should be used instead (e.g. Map Labs with `maplab.fgd`). -Once you’ve set up your new configuration(s), select your configuration of choice and restart Hammer. Once you've set up the shortcut and installed compatible compile tools, you should be good to go for mapping with Mapbase. +Once you’ve set up your new configuration(s), select your configuration of choice and restart Hammer using the shortcut mentioned earlier in the setup. Once you've done that and installed compatible compile tools, you should be good to go for mapping with Mapbase. See [Mapbase Setup Troubleshooting](Mapbase-Setup-Troubleshooting#Using-Mapbase-in-Hammer) if you encounter issues setting up Mapbase for Hammer.