BSP Content Extraction: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added BSPZIP and GCFscape to list of utilities)
(divided utilities into Valve and Third party)
Line 4: Line 4:


== Utilities ==
== Utilities ==
===Valve===
* [[BSPZIP]]
===Third party===
* {{bspsource|4}}
* {{bspsource|4}}
* [[BSP Pak Extractor]]
* [[BSP Pak Extractor]]
* [https://github.com/1WHISKY/bsp-to-zip BSP to ZIP] ({{python|4|addtext= Script}})
* [https://github.com/1WHISKY/bsp-to-zip BSP to ZIP] ({{python|4|addtext= Script}})
* [[BSPZIP]]
* {{gcfscape|4}} (Note: can't extract files if BSP is compressed, user has to decompress BSP beforehand,eg:with [[BSPZIP]])
* {{gcfscape|4}} (Note: can't extract files if BSP is compressed, user has to decompress BSP beforehand,eg:with [[BSPZIP]])
* [[Map Resource Extractor]]
* [[Map Resource Extractor]]
* {{vide|4}}
* {{vide|4}}
* [[Pack BSP]]
* [[Pack BSP]]

Revision as of 06:32, 4 May 2024

English (en)Русский (ru)Translate (Translate)

Sometimes mappers embed content used on a map into a BSP file.

PlacementTip.pngExample:cs_agency or de_dust2 in Counter-Strike: Global Offensive Counter-Strike: Global Offensive on these maps, after receiving the source, you can find errors, this is due to the fact that the content used is embedded in the BSP file.

Utilities

Valve

Third party