Resourcecompiler: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Reword)
(Not just maps)
Line 1: Line 1:
{{Language subpage|title=resourcecomplier}}
{{Language subpage|title=resourcecomplier}}
{{code|'''resourcecompiler'''}} is a {{source2|4}} compile tool which handles '''[[CSG]]''', '''[[Binary Space Partitioning|BSP]]''', and '''[[Visibility|VIS]]'''. It effectively is a combination of the {{src|4|nt=3}} tools [[VBSP]] and [[VVIS]]{{confirm}}.
{{code|'''resourcecompiler'''}} is a {{source2|4}} command line utility that is able to build most types of source files into compiled resources. It also handles the compilation of [[VMAP]] files from start to finish, running external tools such as [[VRAD3]] and [[VPK]] as required.
 
Note: The tool does not function on systems without a GPU installed.

Revision as of 18:54, 12 June 2023

English (en)Translate (Translate)

resourcecompiler is a Source 2 Source 2 command line utility that is able to build most types of source files into compiled resources. It also handles the compilation of VMAP files from start to finish, running external tools such as VRAD3 and VPK as required.

Note: The tool does not function on systems without a GPU installed.