Missing Half-Life 2 entities: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Nesciuse moved page Missing Half-Life 2 entities/en to Missing Half-Life 2 entities without leaving a redirect: Move en subpage to basepage) |
||
(12 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar}} | |||
# In Hammer, choose | 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. | ||
# Select your mod's configuration in the | |||
# Click the | To workaround this problem: | ||
# Click the | |||
# In Valve Hammer Editor, choose [[:Category:Hammer Options Dialog|Options]] under the [[Hammer Tools Menu|Tools]] menu. | |||
# Select your mod's configuration in the [[Hammer Game Configurations#Configuration:|Configuration]] combo box. | |||
# Click the ''Remove'' button next to the [[Hammer Game Configurations#Game Data files:|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 <code>halflife2.fgd</code>. | |||
[[Category:Source SDK FAQ]] |
Latest revision as of 08:23, 12 July 2024
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
.