VERC: Half-Life Utilities Last edited 1 year ago2022-09-29 07:54:49 UTC

A note from the editor
See Tools and Resources for a more up-to-date version of this information.
It used to be that a simple %text or hex editor was all you needed to mod your games. There wasn't a whole lot you could do, but what you could do, you could do easily . Nowadays, you can modify pretty much everything, but this comes at a price - it's no longer all that simple.

Fortunately, people looking to modify Half-Life game elements have a large selection of tools to use. The problem is often finding them, and then deciding which one to use. This document is an on-going effort to track all of the tools you might need.

It is broken down into the obvious sub-sections: mapping, coding, textures, sprites, models, and miscellaneous. New tools will be added as I find them, or they're brought to my attention. (Feel free to post new utilities in the comments to this article.)

Mapping

The Editor

The first place to start is the editor. Of course, we recommend Hammer, but you do have a couple other choices here. Some of the above editors, aside from Hammer, may require a bit of searching and experimentation to get up and running with Half-Life.

Compile Tools

Hammer comes with compile tools. They do the job, but they're more like hired day labor. They're there because they have to be. You do have other options. Merl has been developing a set of compile tools based on Zoner's compile tools, variously referred to as MHLT, or ZHLT Custom Build. Regardless of what you call them, you should be using them, and they can be found here:

Game Data Files

Hammer uses game data files (FGD files) to store entity information. Half-Life and each of its mods will have a unique FGD file. There isn't really one repository for all FGD files, but there are a number of places you can look. If you can't find a certain FGD anywhere, mail someone at the mod. If one is available, they are generally more than happy to send one off or point you in the right direction.

Miscellaneous

There are several tools that have been created for specific purposes. Depending on your skill level or need for expediency, these tools can be quite useful.

Coding

If you plan on writing up a mod, you'll need the game code aka the Half-Life SDK. The Half-Life SDK comes in two versions -- full and source-only. If you do not require any example material, the source-only version is recommended, as it's much smaller than the full install. Full information can be found at the link below. There are several coding articles and tutorials on this site. Another good place to look is the Handy Vandal's coding section.

Textures

There are several fine tools for handling texture WAD files. Arguably one of the most well rounded tools from this set is Wally, so named for it's initial support of the .WAL texture format. It allows creation of both Half-Life texture WAD packages, as well as individual Half-Life textures. Since it is not easily accessible through the officially provided links, I've provided a local download link to the latest version, along with the official homepage. One of the best features of Wally is that it supports the import of images from other graphics programs, allowing you to create images pretty much however you like. Some popular free/trial-based image programs are:

Sprites

If you're creating sprites or need a tool to view sprites, the following programs will come in very handy.

Models

For looking at or editing/creating models, there is really only one place you need to go: chUmbalUm-sOft. If you only need to view models, the Half-Life Model Viewer will get the job done well. It's an OpenGL accelerated mdl viewer that allows you to view all of a models animations and different model settings (guns, etc). You can also export and import skins, allowing you to give models a custom look.

If creating or editing models is your thing, you'd do best to check out MilkShape3D (which, I should add, has nothing at all to do with shaping milk). This program has all the features necessary to edit or create models for Half-Life and many other games. If you're using 3DS Max 3.1 to create models, you'll also need the newer model exporter plug-in, Smdlexp.dle, linked below.

Miscellaneous

The PAK File

In Half-Life, a majority of the content was stored in the PAK file. A PAK file is similar to a ZIP file in that it stores a collection of files, maintaining all of it's directory information. Often it is handy to browse or extract things from the PAK file for modification or so other programs can make use of the content -- Hammer, for example.

A number of PAK browsing and editing utilities exist, but the two best ones to have are Wally and PakScape. PakScape is a nice simple PAK browser and editor. Wally is discussed below and, as you'll see, is the preferred tool.
This article was originally published on Valve Editing Resource Collective (VERC).
The archived page is available here.
TWHL only publishes archived articles from defunct websites, or with permission. For more information on TWHL's archiving efforts, please visit the TWHL Archiving Project page.

Comments

You must log in to post a comment. You can login or register a new account.