CSTVIS: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Reverted a very toxic edit. This page should be LOCKED)
No edit summary
 
(10 intermediate revisions by 8 users not shown)
Line 1: Line 1:
aldelr
{{lang|CSTVIS}}
'''CSTVIS''' is a custom version of [[vvis|VVIS]] compiler written by [[User:Amckern|Adam McKern]]. Similar in function to its Valve counterpart, CSTVIS creates a [[vismatrix]] data allowing sections of the world to not be drawn when they are not visible.
{{CVIS|4}} is a custom version of [[vvis|VVIS]] compiler written by [[User:Amckern|Adam McKern]]. Similar in function to its Valve counterpart, CSTVIS creates a [[vismatrix]] data allowing sections of the world to not be drawn when they are not visible.


Although CSTVIS itself can be skipped during compile to create an unoptimized map, using the other two tools, [[CSTBSP]] and [[CSTRAD]], is highly recommended for optimal results.
Although CSTVIS itself can be skipped during compile to create an unoptimized map, using the other two tools, [[CSTBSP]] and [[CSTRAD]], is highly recommended for optimal results.


{{note|While it was originally intended to be a complete replacement set of compiling tools, the CST series is now largely deprecated, lacking the newer features such as [[HDR]].}}
{{note|While it was originally intended to be a complete replacement set of compiling tools, the CST series is now largely deprecated, lacking the newer features such as [[HDR]].}}
{{note|{{slamminsrc|4.1}} is recommended instead.}}


== See also ==
== See also ==
Line 10: Line 11:
* [[Map Compiling Theory]]
* [[Map Compiling Theory]]


[[Category:Third Party Tools]]
{{sdktools|0}}
[[Category:Level Design]]
 
[[Category:Glossary]]
[[Category:Third Party Source Tools]]
[[Category:Source 1 BSP compilers]]

Latest revision as of 12:27, 4 December 2023

English (en)中文 (zh)Translate (Translate)

CSTVIS CSTVIS is a custom version of VVIS compiler written by Adam McKern. Similar in function to its Valve counterpart, CSTVIS creates a vismatrix data allowing sections of the world to not be drawn when they are not visible.

Although CSTVIS itself can be skipped during compile to create an unoptimized map, using the other two tools, CSTBSP and CSTRAD, is highly recommended for optimal results.

Note.pngNote:While it was originally intended to be a complete replacement set of compiling tools, the CST series is now largely deprecated, lacking the newer features such as HDR.
Note.pngNote:Slammin' Source Map Tools Slammin' Source Map Tools is recommended instead.

See also