Missing Half-Life 2 entities: Difference between revisions
Jump to navigation
Jump to search
m (otherlang2'd) |
m (Otherlang2 -> lang.) |
||
Line 1: | Line 1: | ||
{{ | {{lang|Missing Half-Life 2 entities}} | ||
[[Category:Source SDK FAQ]] | |||
}} | |||
[[Category: | |||
A known bug in [[Create a Mod]] configures [[Valve Hammer Editor]] to load <code>base.fgd</code> instead of <code>halflife2.fgd</code>. This issue will be resolved in a future SDK update. | A known bug in [[Create a Mod]] configures [[Valve Hammer Editor]] to load <code>base.fgd</code> instead of <code>halflife2.fgd</code>. This issue will be resolved in a future SDK update. | ||
Revision as of 16:59, 12 September 2021
A known bug in Create a Mod configures Valve Hammer Editor to load base.fgd
instead of halflife2.fgd
. This issue will be resolved in a future SDK update.
To workaround this problem:
- In Valve Hammer Editor, choose Options under the Tools menu.
- Select your mod's configuration in the Configuration combo box.
- Click the Remove button next to the Game Data Files list. This will remove the unwanted base.fgd file.
- Click the Add button next to the Game Data Files list and choose
halflife2.fgd
.