CTX: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Spam going bad revert)
m (→‎See also: clean up, replaced: See Also → See also)
 
(9 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
[[CTX]] is the file format of an [[ICE]] encoded script.
[[CTX]] is the file format of an [[ICE]] encoded script. Most source multiplayer games use [[ICE]] encryption for weapon scripts and other gameplay modifying files, a good example of this is in [[Team Fortress 2]]. Once there is a CTX file present, the engine will only read from CTX files for that category (eg Weapon Scripts) even if the txt version is present, or there are some CTX files missing.
==See Also==
==See also==
* [[CtxConverter]]
* [[CtxConverter]]
* [[Vice]]
* [[Vice]]
[[Category:Glossary]]
* [[Weapon script]]
 
[[Category:File formats]]

Latest revision as of 04:01, 4 January 2024

Stub

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

CTX is the file format of an ICE encoded script. Most source multiplayer games use ICE encryption for weapon scripts and other gameplay modifying files, a good example of this is in Team Fortress 2. Once there is a CTX file present, the engine will only read from CTX files for that category (eg Weapon Scripts) even if the txt version is present, or there are some CTX files missing.

See also