Game.txt: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Kestrelguy (talk | contribs) m (updated language bar.) |
||
Line 1: | Line 1: | ||
{{ | {{lang|noborder=true|Game.txt|$title=game.txt}}[[Category:Glossary]][[Category:Modding]] | ||
|noborder=true | The [[game.txt]] file is located in the scripts directory. It defines the variable <code>$game</code>, which is later used in another script file that names the interface. | ||
| | |||
}} | |||
The | |||
For | For an HL2MP mod, the default content is: | ||
// Game specific definitions | // Game specific definitions | ||
"$game" "HL2MP" | "$game" "HL2MP" | ||
Revision as of 18:33, 20 May 2022
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"