WinBSPC: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


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]].
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]].
== Screenshots ==
<gallery>
Image:WinBSPC.jpg|WinBSPC after opening
</gallery>


== External links ==
== External links ==
* [http://www.therazzerapp.de/tools/winbspc.html WinBSPC] Download @ TheRaZZeRApp
* [http://www.therazzerapp.de/tools/winbspc.html WinBSPC] Download @ TheRaZZeRApp
* [http://downloads.kingpinforever.com/utilities/mapping_tools/winbspc.v1.4.kingpin.update.zip.info.html WinBSPC download]
* [http://downloads.kingpinforever.com/utilities/mapping_tools/winbspc.v1.4.kingpin.update.zip.info.html WinBSPC download] (broken)


[[Category:Third Party Tools]]
[[Category:Third Party Tools]]

Revision as of 11:08, 25 November 2015

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.

Screenshots

External links