WinBSPC: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎crossfire: clean up, replaced: {{clear}} → {{clr}})
 
(57 intermediate revisions by 8 users not shown)
Line 1: Line 1:
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.
{{instead|Half-Life Unified SDK Map Decompiler}}
{{wbspc|4}} is a utility used to convert [[.bsp]] to [[.map]] 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]], with a comparison available below.
== Features ==
* This decompiler uses the [[tree-based]] method exclusively.


Top: WinBSPC's attempt to decompile HL crossfire.
== Drawbacks ==
* Maps larger than 4 MB will not be decompiled.


Bottom: BSP2MAP's attempt to decompile HL crossfire.
== Limitations ==
{{Important|Any commercial use of WinBSPC without prior written consent by the original map author is prohibited.}}
{{Bug|If you double click to the shortcut, it will caused Windows to prompt you to create the shortcut (.lnk) files. Regardless if you click Yes/No, it does nothing, then afterwards, if you continue navigating to the next folder, the same messages pops up again.}}


[[File:Crossfire winbspc.PNG]]
== Examples ==
[[File:Crossfire bsp2map.PNG]]
=== {{hl|4}} ===
==== crossfire ====
<gallery mode=nolines widths=384px heights=256px>
Crossfire winbspc.PNG|WinBSPC's attempt to decompile HL crossfire
</gallery>{{clr}}


== Screenshots ==
== Screenshots ==
<gallery>
<gallery mode=nolines widths=384px heights=256px>
Image:WinBSPC.jpg|WinBSPC after opening
Image:WinBSPC.jpg|GUI
</gallery>
</gallery>
== See also ==
* [[Comparison of BSP decompilers (GoldSrc)|Comparison of BSP decompilers]]


== External links ==
== External links ==
* [https://gamebanana.com/tools/download/5030]
* [https://gamebanana.com/tools/5030 Gamebanana]
* [https://valvedev.info/guide/xJXl BSPTwoMap vs. WinBSPC] Comparison of the 2 decompilers (also where the above 2 images were taken from)
* [https://valvedev.info/guide/xJXl BSP2Map vs. WinBSPC] (Comparison)


{{gldsrc sdktools}}
[[Category:Third Party Tools]]
[[Category:Third Party Tools]]
[[Category:Third Party GoldSrc Tools]]
[[Category:Non-Steam Applications]]
[[Category:GoldSrc Level Design]]

Latest revision as of 02:26, 5 January 2024

Icon-ambox-instead.png
WinBSPC is outdated. Consider using a newer alternative.

WinBSPC WinBSPC is a utility used to convert .bsp to .map files. Results vary depending on the complexity of a given map.

Features

  • This decompiler uses the tree-based method exclusively.

Drawbacks

  • Maps larger than 4 MB will not be decompiled.

Limitations

Icon-Important.pngImportant:Any commercial use of WinBSPC without prior written consent by the original map author is prohibited.
Icon-Bug.pngBug:If you double click to the shortcut, it will caused Windows to prompt you to create the shortcut (.lnk) files. Regardless if you click Yes/No, it does nothing, then afterwards, if you continue navigating to the next folder, the same messages pops up again.  [todo tested in ?]

Examples

Half-Life Half-Life

crossfire

Screenshots

See also

External links