BSP Content Extraction: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 8: Line 8:
* [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}})
* [[Map Resource Extractor]]
* [[Map Resource Extractor]]
* {{vide|4}}

Revision as of 07:25, 27 August 2023

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