BSP Content Extraction (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
== Utilities ==
== Utilities ==
* [[Wintextract]]
* [[Wintextract]]
* [[GCFScape]]
* {{GCFScape|4}}
:: {{Warning|Extracts as [[BMP]] images, rather than a [[WAD]]!}}
:: {{Warning|Extracts as [[BMP]] images, rather than a [[WAD]]!}}
* [[BspTwoMap]] (Can extract textures)
* [[BspTwoMap]] (Can extract textures)
* [[Half-Life Unified SDK Map Decompiler]] (Can extract textures)
* [[Half-Life Unified SDK Map Decompiler]] (Can extract textures)
* [[ericw-tools]]'s bsputil
* {{jack|4}} ({{code|Plugins>Half-Life>Extract Textures}} from the menu bar)

Revision as of 17:56, 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!