CTX: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
[[CTX]] is the file format of an [[ICE]] encoded script. Most source multiplayer games use [[ICE]] encryption for weapon scripts | [[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]] | [[Category:Glossary]] |
Revision as of 09:13, 4 June 2012
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.