> For the complete documentation index, see [llms.txt](https://noskill.gitbook.io/titanfall2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noskill.gitbook.io/titanfall2/intro/duction/tools/source/bsp/winbspc.md).

# WinBSPC

Windows BSP Converter ("WinBSPC") is a utility used to recreate .map files for Goldsource BSP files.

Windows BSP Converter ("**WinBSPC**") is a utility used to recreate .map files for [Goldsource](https://developer.valvesoftware.com/wiki/Goldsource) [BSP](https://developer.valvesoftware.com/wiki/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](/titanfall2/intro/duction/tools/source/bsp/bsp2map.md), with a comparison available below.

![WinBSPC after opening](https://3680263823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPXG6BIVWwbrvVSOiBw-887967055%2Fuploads%2Fgit-blob-f1544c0fb33099fd21a6a7e05fbd654668415ec2%2Fwinbspc.jpg?alt=media)

![WinBSPC's attempt to decompile HL crossfire.](https://3680263823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPXG6BIVWwbrvVSOiBw-887967055%2Fuploads%2Fgit-blob-da94b94056ce5711dd924f264380ad7fff800078%2Fcrossfire_winbspc.png?alt=media)

![BSP2MAP's attempt to decompile HL crossfire.](https://3680263823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPXG6BIVWwbrvVSOiBw-887967055%2Fuploads%2Fgit-blob-d23bc5b7b9d54de035114d43708e0e3fe1a0553d%2Fcrossfire_bsp2map.png?alt=media)

{% hint style="info" %}
Source: <https://developer.valvesoftware.com/wiki/WinBSPC>
{% endhint %}
