TXT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Rewrote.)
m (Cleanup)
 
(28 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{LanguageBar}}


.txt is a common file extension that stands for "text", indicating that the file format is a generic file containing plain ASCII or ANSI text. This is used for documentation, scripts and setting parameters.
{{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.


== Uses ==
* Setting compile parameters for {{vtex|4}}.
* [[particles_manifest.txt|Enumerating the particles]] a game is supposed to use.
* [[Gameinfo.txt|Telling Source]] where to look for game programs and content.
* Creating [[Closed Captions|closed captions]] for a game.


=== Used ===
== See also ==
* [[Text editor]]
* {{WP|Text file}}


* Setting compile parameters for [[Vtex]].
[[Category:Plain text formats|T]]
[[Category:Plain text files]]

Latest revision as of 16:10, 17 October 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