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`. + +
+
+