TXT: Difference between revisions
Jump to navigation
Jump to search

No edit summary |
m (→Uses) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar|title={{code|TXT|preset=0}}}} | ||
{{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. | ||
== Uses == | == Uses == | ||
Line 9: | 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== | |||
* [[:Category:Plain text formats]] | |||
* [[:Category:Plain text files]] | |||
* [[Text editor]] | * [[Text editor]] | ||
* [[Wikipedia:Text file]] | * [[Wikipedia:Text file]] | ||
[[Category:Plain text formats|T]] | |||
[[Category: | |||
Latest revision as of 13:21, 10 January 2025


.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.
- Enumerating the particles a game is supposed to use.
- Telling Source where to look for game programs and content.
- Creating closed captions for a game.