WinBSPC: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(version 1.4 isn't fail)
Line 1: Line 1:
{{cleanup}}
Windows BSP Converter ("'''WinBSPC'''") is a utility used to recreate map files for [[Goldsource]] [[BSP]] files. Results vary depending on the complexity of a given map.


Windows BSP Converter ("'''WinBSPC'''") is an utility that can load [[Goldsource]] [[BSP]] files and use their polygons to reconstruct Hammer brushes. Results vary depending on the complexity of a given map.
To create an output file, WinBSPC converts the map into a single solid brush and carves out the geometry it finds in the BSP. The end result is a moderately acceptable brushwork, comparable to other decompilers such as [[BSP2MAP]].
 
Unlike other decompilers, such as e.g. [[BSP2MAP]], to create an output file WinBSPC converts the map into a single solid brush and carves out the geometry it finds in the BSP. The end result is a moderately acceptable brushwork, that is provided the decompile process reaches completion, as this system tends to fail quite often.


== External links ==
== External links ==

Revision as of 17:02, 24 June 2008

Windows BSP Converter ("WinBSPC") is a utility used to recreate map files for Goldsource BSP files. Results vary depending on the complexity of a given map.

To create an output file, WinBSPC converts the map into a single solid brush and carves out the geometry it finds in the BSP. The end result is a moderately acceptable brushwork, comparable to other decompilers such as BSP2MAP.

External links