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

Creating an animated Goldsrc Menu: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{LanguageBar}} {{tabs|Menu_Background|goldsrc=1|main=goldsrc}} {{gldsrc topicon}} =Creating an animated title manually= In {{gldsrc|4}}, the logo images are split into TG...")
 
No edit summary
 
Line 3: Line 3:


{{gldsrc topicon}}
{{gldsrc topicon}}
 
=Constructing the title=
The animated title is not influenced by {{code|ProportionalBaseWidthHD}} or {{code|ProportionalBaseHeightHD}} parameters from {{path|resource/trackerscheme.res}}.
=Creating an animated title manually=
=Creating an animated title manually=
In {{gldsrc|4}}, the logo images are split into [[TGA]] tiles.  
In {{gldsrc|4}}, the logo images are split into [[TGA]] tiles.  

Latest revision as of 06:46, 31 August 2025

English (en)Translate (Translate)

Constructing the title

The animated title is not influenced by ProportionalBaseWidthHD or ProportionalBaseHeightHD parameters from 🖿resource/trackerscheme.res.

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.