TXT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


{{stub}}
{{stub}}
'''{{code|.txt}}''' is a common file extension that stands for "text," indicating that the file format is a generic file containing plain text. This is used for documentation, scripts", and setting parameters.
'''{{code|.txt}}''' is a common file extension that stands for "text," indicating that the file format is a generic file containing plain text. This is used for documentation, scripts, and setting parameters.


== Uses ==
== Uses ==
Line 8: Line 8:
* [[particles_manifest.txt|Enumerating the particles]] a game is supposed to use.
* [[particles_manifest.txt|Enumerating the particles]] a game is supposed to use.
* [[Gameinfo.txt|Telling Source]] where to look for game programs and content.
* [[Gameinfo.txt|Telling Source]] where to look for game programs and content.
* Creating [[Closed Captions|closed captions]] for a game.


==See also==
==See also==

Latest revision as of 13:21, 10 January 2025

English (en)Translate (Translate)

Stub

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

.txt is a common file extension that stands for "text," indicating that the file format is a generic file containing plain text. This is used for documentation, scripts, and setting parameters.

Uses

See also