Updated Setting up Mapbase (markdown)

Blixibon 2020-07-06 09:45:27 -05:00
parent a0565a0d5f
commit 53ce2daaec

@ -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 youve 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 youve 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.