BSP Content Extraction (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 5: Line 5:
== Utilities ==
== Utilities ==
* [[Wintextract]]
* [[Wintextract]]
* [[GCFScape]] (Can extract content, but does so inaccurate)
* [[GCFScape]] (Can extract content)
* [[BspTwoMap]] (Extract content from [[bsp]])
:: {{Warning|it does not extract the [[WAD|wad file]], but the [[BMP|bmp images]]!}}
* [[Half-Life Unified SDK Map Decompiler]] (Extract content from [[bsp]])
* [[BspTwoMap]] (Can extract content)
* [[Half-Life Unified SDK Map Decompiler]] (Can extract content)

Revision as of 07:19, 2 September 2023

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

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

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

Utilities

Warning.pngWarning:it does not extract the wad file, but the bmp images!