Game.txt: Difference between revisions
Jump to navigation
Jump to search
(Spam) |
m (categorization) |
||
Line 4: | Line 4: | ||
// Game specific definitions | // Game specific definitions | ||
"$game" "HL2MP" | "$game" "HL2MP" | ||
[[Category:Modding]] |
Revision as of 17:36, 16 February 2008
The game.txt file is located in the scripts directory. It defines the variable $game which is later used in another script file which names the interface.
For a HL2MP mod the default content is:
// Game specific definitions "$game" "HL2MP"