From 2ebcc53f26b9d790ede25b17c917a22e0c454c21 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sun, 5 Jul 2020 12:32:57 -0500 Subject: [PATCH] Updated Mapbase Setup Troubleshooting (markdown) --- Mapbase-Setup-Troubleshooting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Mapbase-Setup-Troubleshooting.md b/Mapbase-Setup-Troubleshooting.md index 6495172..51d2a44 100644 --- a/Mapbase-Setup-Troubleshooting.md +++ b/Mapbase-Setup-Troubleshooting.md @@ -16,7 +16,13 @@ This is because Hammer was launched without a valid `-game` parameter while usin * ### Hammer crashes every time I try to place a Mapbase entity! -This is usually because the user has set up multiple FGDs in the Mapbase config. `halflife2.fgd` includes `base.fgd` automatically, and mod FGDs (e.g. Map Labs) may have their own FGD which includes both `halflife2.fgd` and `base.fgd`. Normally, you should only be using the `halflife2.fgd` in your Mapbase config. +This is usually because the user has set up multiple FGDs in the Mapbase config. `halflife2.fgd` includes `base.fgd` automatically, so you should normally only be using the `halflife2.fgd` in your Mapbase config. + +Some mods (e.g. Map Labs) may also have their own FGD which includes both `halflife2.fgd` and `base.fgd`. + +

+ +

---