Game.txt

From Valve Developer Community
Revision as of 08:38, 8 April 2023 by Lxm6 (talk | contribs)
Jump to navigation Jump to search
English (en)Español (es)Translate (Translate)

The game.txt file is located in the scripts directory. It defines the variable $game, which is later used in another script file that names the interface.

For an HL2MP mod, the default content is:

// Game specific definitions
"$game"	"HL2MP"

Stub

This article or section is a stub. You can help by expanding it.