CTX: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
* [[Vice]]
* [[Vice]]
* [[Weapon script]]
* [[Weapon script]]
[[Category:File formats]]
[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 17:31, 26 April 2017

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