BSP Content Extraction: Difference between revisions
Jump to navigation
Jump to search
Example:cs_agency or de_dust2 in
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.
m (→Utilities) |
m (Nesciuse moved page BSP Content Extraction/en to BSP Content Extraction without leaving a redirect: Move en subpage to basepage) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{tabs|BSP Content Extraction|source=1|goldsrc=1|main = source}}{{stub}} | |||
Sometimes mappers embed content used on a map into a [[BSP|BSP file]]. | Sometimes mappers embed content used on a map into a [[BSP|BSP file]]. | ||
{{ModernExample|cs_agency or de_dust2 in {{csgo|4}} 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|BSP file]].}} | {{ModernExample|cs_agency or de_dust2 in {{csgo|4}} 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|BSP file]].}} | ||
== 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}}) | ||
* {{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]] | |||
* {{w|7-Zip}} (see [https://www.youtube.com/watch?v=pPTDJNNzKok video demonstration] ) | |||
[[Category:Modding]] | |||
[[Category:Level Design]] | |||
[[Category:Tutorials]] | |||
[[Category:Glossary]] |
Latest revision as of 04:56, 12 July 2024
Sometimes mappers embed content used on a map into a BSP file.


Utilities
Valve
Third party
BSPSource
- BSP Pak Extractor
- BSP to ZIP (
Python Script)
GCFScape (Note: can't extract files if BSP is compressed, user has to decompress BSP beforehand,eg:with BSPZIP)
- Map Resource Extractor
VIDE
- Pack BSP
7-Zip (see video demonstration )