WinBSPC: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
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.
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.


Top: WinBSPC's attempt to decompile HL crossfire.
== Examples ==
 
=== {{hl|4}} ===
Bottom: BSP2MAP's attempt to decompile HL crossfire.
==== crossfire ====
 
[[File:Crossfire winbspc.PNG|left|thumb|WinBSPC's attempt to decompile HL crossfire]]
[[File:Crossfire winbspc.PNG]]
[[File:Crossfire bsp2map.PNG|thumb|[[BSP2MAP]]'s attempt to decompile HL crossfire]]
[[File:Crossfire bsp2map.PNG]]
{{clear}}
 
== Screenshots ==
== Screenshots ==
<gallery>
<gallery>
Image:WinBSPC.jpg|WinBSPC after opening
Image:WinBSPC.jpg|WinBSPC after opening
</gallery>
</gallery>
=== {{cs|4}} ===
==== de_nuke.bsp ====
{{Note|Many things arern't hollow with de_nuke[[.bsp]]... [[BSP2MAP]]'s problems don't apply for this map.}}
[https://www.youtube.com/watch?v=yA5NJOtXhg8&t=268s https://www.youtube.com/watch?v=yA5NJOtXhg8&t=268s]


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

Revision as of 16:46, 11 April 2023

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, with a comparison available below.

Examples

Half-Life Half-Life

crossfire

WinBSPC's attempt to decompile HL crossfire
BSP2MAP's attempt to decompile HL crossfire

Screenshots

Counter-Strike Counter-Strike

de_nuke.bsp

Note.pngNote:Many things arern't hollow with de_nuke.bsp... BSP2MAP's problems don't apply for this map.

https://www.youtube.com/watch?v=yA5NJOtXhg8&t=268s

External links