Missing Half-Life 2 entities: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Source_SDK_FAQ]] | |||
A known bug causes the "Create a Mod" wizard to set up Hammer 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 causes the "Create a Mod" wizard to set up Hammer 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 02:50, 30 June 2005
A known bug causes the "Create a Mod" wizard to set up Hammer to load base.fgd
instead of halflife2.fgd
. This issue will be resolved in a future SDK update.
To work around this problem:
- In Hammer, choose Options under the Tools menu.
- Select your mod's configuration in the Configurations 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
.