VBSP h4xed: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Fixed.)
mNo edit summary
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:VBSP_h4xed}}
{{DISPLAYTITLE:VBSP_h4xed}}
A modified version of [[Vbsp|VBSP]] designed to greatly increase the maximum width and length of [[Visleaf|visleaves]]. It was designed by [[User:DeathByNukes|DeathByNukes]] to speed up the compile of large empty maps for [[Garry's Mod]] and to give mappers greater control of a level's optimization.
{{vbsph|4.1}} is a modified version of {{Vbsp|3.1}} designed to greatly increase the maximum width and length of [[Visleaf|visleaves]]. It was designed by [[User:DeathByNukes|DeathByNukes]] to speed up the compilation of large empty maps for {{gmod|4.1}} and to give mappers greater control of a level's optimization.


Some of its uses have been obsoleted by [[func_viscluster]].
Some of its uses have been obsoleted by {{ent|func_viscluster}}.


==See Also==
==Links==
*[https://dl.dropboxusercontent.com/u/610214/Post/vbsp_h4x/Info.html Official Website]
*[https://dl.dropboxusercontent.com/u/610214/Post/vbsp_h4x/Info.html Official Website] (No longer exist)
*[https://github.com/DeathByNukes/source-sdk-2013/ Source code] (Source SDK 2013 version)
*[http://stuff.aix0.eu/Source/bsp_h4x.rar Download] (Broken) [[https://mega.nz/file/6ihgXRjR#DEbyPkGzHKdJqb_uGCt5WAkp4IoiQlI3YzYT2rILzLg mirror #1]]
 
==See also==
*[[Controlling Geometry Visibility and Compile Times]]
*[[Controlling Geometry Visibility and Compile Times]]
*[[Map Compiling Theory]]
*[[Map Compiling Theory]]
Line 11: Line 15:
*[[VBSP]]
*[[VBSP]]


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

Latest revision as of 12:15, 23 April 2024

VBSP_h4xed VBSP_h4xed is a modified version of VBSP designed to greatly increase the maximum width and length of visleaves. It was designed by DeathByNukes to speed up the compilation of large empty maps for Garry's Mod Garry's Mod and to give mappers greater control of a level's optimization.

Some of its uses have been obsoleted by func_viscluster.

Links

See also