Configuring Hammer for Half-Life: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Chipsnapper2 (talk | contribs) (Edited for SteamPipe/HL SDK on Steam. Will edit more later.) |
||
Line 5: | Line 5: | ||
The [[Source SDK]] doesn't supports Half-Life because Half-Life is [[Goldsource]] game. Source SDK supporting only [[Source]] engine. | The [[Source SDK]] doesn't supports Half-Life because Half-Life is [[Goldsource]] game. Source SDK supporting only [[Source]] engine. | ||
# First, you need to download [[ | # First, you need to download the [[Half-Life SDK]] from Steam, under the 'tools' section. | ||
# Launch the Hammer Editor. Open Tools - Options window. In Game Configurations tab, make new configuration with this settings: | # Launch the Hammer Editor. Open Tools - Options window. In Game Configurations tab, make new configuration with this settings: | ||
## Game Data Files: ''/valve hammer editor/fgd/half-life/halflife.fgd'' | ## Game Data Files: ''/valve hammer editor/fgd/half-life/halflife.fgd'' |
Revision as of 20:46, 30 August 2013
The Source SDK doesn't supports Half-Life because Half-Life is Goldsource game. Source SDK supporting only Source engine.
- First, you need to download the Half-Life SDK from Steam, under the 'tools' section.
- Launch the Hammer Editor. Open Tools - Options window. In Game Configurations tab, make new configuration with this settings:
- Game Data Files: /valve hammer editor/fgd/half-life/halflife.fgd
- Game Executable Directory: /Half-Life/...
- Mod Directory: .../Half-Life/valve/
- Game Directory: .../Half-Life/valve/
- RMF Directory: .../valve hammer editor/maps/
- Build Programs tab settings:
Note:It is recommended to use Zoner's Half-Life Tools, but official compilers work normally with Half-Life.
- Game executable: …/half-life/hl.exe
- CSG executable: VHE folder\tools\hlcsg.exe
- BSP executable: VHE folder\tools\hlbsp.exe
- VIS executable: VHE folder\tools\hlvis.exe
- RAD executable: VHE folder\tools\hlrad.exe
- Place compiled maps in this directory before running the game: .../half-life/valve/maps/
- In Textures tab add follwing .wad files:
- /Half-Life/valve/halflife.wad file
- /Half-Life/valve/liquids.wad file
- /Half-Life/valve/xeno.wad file
- /Half-Life/valve/decals.wad file
Now click OK/Apply and restart Hammer.