Creating an animated Goldsrc Menu
Contents
Creating an animated title manually
In GoldSrc, the logo images are split into TGA tiles.
Creating the tiles
Since the Half-Life 25th Aniversary Update, the engine uses TGA files to generate an animated title if liblist.gam has animated_title "1"
. The tile files are located under .resource/
.
Specifications
Logo
- Dimensions: 800x86px
- Origin: Bottom-left
- RTE Compression: Supported for 24-bit images.
Note:This reduces the file size.
Large Blurred Logo
- Dimensions: 1800x270px
- Origin: Bottom-left
- RTE Compression: Supported for 24-bit images.
Note:This reduces the file size.
Creating the tiles
The following files are required to have an animated title:
- logo.tga
- logo_blip.tga
- logo_blip2.tga
- logo_big_blurred_0.tga
- logo_big_blurred_1.tga
- logo_big_blurred_2.tga
- logo_big_blurred_3.tga
- logo_big_blurred_blip_0.tga
- logo_big_blurred_blip_1.tga
- logo_big_blurred_blip_2.tga
- logo_big_blurred_blip_3.tga
Utilities
- XBLAH's Modding Tool
- Creating an animated title for a GoldSrc mod requires creating the logo image, blurring it, and spliting the image into multiple TGAs. This process is streamlined in XBLAH's Modding Tool using an intuitive interface, that creates all the required files based on the title you choose. See more.