BSP Content Extraction (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (BSPs can only have WAD textures embedded)
mNo edit summary
Line 1: Line 1:
{{langsp}}
{{langsp}}
Sometimes textures are embedded directly into a [[BSP|BSP file]], instead of in a separate WAD file.
Sometimes textures are embedded directly into a [[BSP (GoldSrc)|BSP]] file, instead of in a separate WAD file.
{{ModernExample|{{cof|4}} maps. In most of them, the content is embedded (in a [[BSP|BSP file]]).}}
{{ModernExample|{{cof|4}} maps. In most of them, the content is embedded.}}


== Utilities ==
== Utilities ==
* [[Wintextract]]
* [[Wintextract]]
* [[GCFScape]]
* [[GCFScape]]
:: {{Warning|it does not extract the [[WAD|wad file]], but the [[BMP|bmp images]]!}}
:: {{Warning|Extracts as [[BMP]] images, rather than a [[WAD]]!}}
* [[BspTwoMap]] (Can extract content)
* [[BspTwoMap]] (Can extract textures)
* [[Half-Life Unified SDK Map Decompiler]]
* [[Half-Life Unified SDK Map Decompiler]] (Can extract textures)

Revision as of 17:27, 15 May 2024

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

Sometimes textures are embedded directly into a BSP file, instead of in a separate WAD file.

PlacementTip.pngExample:Cry of Fear Cry of Fear maps. In most of them, the content is embedded.

Utilities

Warning.pngWarning:Extracts as BMP images, rather than a WAD!