BSP Content Extraction (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Nesciuse moved page BSP Content Extraction (GoldSrc)/en to BSP Content Extraction (GoldSrc) without leaving a redirect: Move en subpage to basepage)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Language subpage}}
{{LanguageBar}}
Sometimes mappers embed content used on a map into a [[BSP|BSP file]].
{{tabs|BSP Content Extraction|source=1|goldsrc=1|main = {{PAGENAME}}}}{{stub}}
{{ModernExample|{{cof|4}} maps. In most of them, the content is embedded in a [[BSP|BSP 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.}}


== Utilities ==
== Utilities ==
* [[Wintextract]]
* [[Wintextract]]
* [[GCFScape]]
* {{GCFScape|4}}
* [[BspTwoMap]]
:: {{Warning|Extracts as [[BMP]] images, rather than a [[WAD]]!}}
* [[Half-Life Unified SDK Map Decompiler]]
* [[BspTwoMap]] (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)
[[Category:GoldSrc Modding]]
[[Category:GoldSrc Level_Design]]
[[Category:GoldSrc Tutorials]]
[[Category:GoldSrc Glossary]]

Latest revision as of 04:57, 12 July 2024

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

Stub

This article or section is a stub. You can help by expanding it.

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!