This article's documentation is for the "GoldSrc" engine. Click here for more information.

Creating an animated Goldsrc Menu

From Valve Developer Community
Jump to: navigation, search
English (en)Translate (Translate)

Creating an animated title manually

In GoldSrc GoldSrc, the logo images are split into TGA tiles.

Animated title.png

Creating the tiles

Since the Half-Life 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

  • Dimensions: 800x86px
  • Origin: Bottom-left
  • RTE Compression: Supported for 24-bit images.
Note.pngNote:This reduces the file size.

  • Dimensions: 1800x270px
  • Origin: Bottom-left
  • RTE Compression: Supported for 24-bit images.
Note.pngNote: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 XBLAH's Modding Tool - Game Menu Editor
XBLAH's Modding Tool XBLAH's Modding Tool
Creating an animated title for a GoldSrc 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 XBLAH's Modding Tool using an intuitive interface, that creates all the required files based on the title you choose. See more.