TXT: Difference between revisions
Jump to navigation
Jump to search

Solokiller (talk | contribs) m (spam revert) |
Kestrelguy (talk | contribs) (added language bar. is a stub.) |
||
Line 1: | Line 1: | ||
{{lang|Txt|$title=.txt}}[[Category:Glossary]] | |||
{{stub}} | {{stub}} | ||
<code>.txt</code> is a common file extension that stands for "text" | '''<code>.txt</code>''' 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 == | ||
* Setting compile parameters for [[Vtex]]. | * Setting compile parameters for [[Vtex]]. | ||
* [[particles_manifest.txt|Enumerating the particles]] a game is supposed to use. | |||
* [[Gameinfo.txt|Telling Source]] where to look for game programs and content. | |||
==See Also== | |||
* [[Text editor]] | |||
* [[Wikipedia:Text file]] |
Revision as of 15:27, 23 May 2022


.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.