WinBSPC: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Category edit)
Line 26: Line 26:
* [https://gamebanana.com/tools/5030 https://gamebanana.com/tools/5030]
* [https://gamebanana.com/tools/5030 https://gamebanana.com/tools/5030]
* [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 BSPTwoMap vs. WinBSPC] Comparison of the 2 decompilers (also where the above 2 images were taken from)
[[Category:Counter-Strike 1]]
[[Category:Half-Life]]


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

Revision as of 10:11, 25 April 2023

Windows BSP Converter ("WinBSPC") is a utility used to recreate .map files for GoldSrc GoldSrc .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.

Limitations

Confirm:Any commercial use of WinBSPC without prior written consent by the author is prohibited.

Examples

Half-Life Half-Life

crossfire

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

Counter-Strike Counter-Strike

de_nuke.bsp

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

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

Confirm:Things have different heights in Counter-Strike: Global Offensive Counter-Strike: Global Offensive than in Counter-Strike Counter-Strike. WinBSPC doesn't seem to offer options for this. For Counter-Strike: Global Offensive Counter-Strike: Global Offensive dimensions, see Counter-Strike: Global Offensive/Mapper's Reference. For Counter-Strike Counter-Strike dimensions, see Counter-Strike/Mapper's Reference.

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

Screenshots

External links