How do I extract bsp files?

NevoH72

L1: Registered
Feb 3, 2020
1
0
There are maps I want to extract sounds from (These are custom maps, and custom sounds)
and I cannot do it, it just gives me this error : Compression format 0x0e not supported
using gcfscape ^
What do I do?
 
Solution
Sorry to necro this thread @DrSquishy but how do you do this? CMD? can you give an example please
Yes, just run this on the commandline. You'll need to provide the absolute path to the bsp, and surround the path with quotes because there's spaces in the name.
1697245239333.png

Lacry

L6: Sharp Member
Feb 25, 2019
360
288
I think it happens to everyone (At least happens to me too) but it has an easy solution, instead of trying to exctract a custom texture or sound just extract the .zip and from there you can exctract everything fine.
 

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,331
989
The maps are repacked, you've got to unpack them by running bspzip.exe (/team fortress 2/bin/ folder) with -repack /path to map/map.bsp. Once you do that, you're able to extract the custom content
 

Lacry

L6: Sharp Member
Feb 25, 2019
360
288
The maps are repacked, you've got to unpack them by running bspzip.exe (/team fortress 2/bin/ folder) with -repack /path to map/map.bsp. Once you do that, you're able to extract the custom content
I never tried that tbh, but for me worked the other way but is still interesting to know other ways.
 

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,331
989
Sorry to necro this thread @DrSquishy but how do you do this? CMD? can you give an example please
Yes, just run this on the commandline. You'll need to provide the absolute path to the bsp, and surround the path with quotes because there's spaces in the name.
1697245239333.png
 
Solution

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,331
989
I might be an idiot but

1697781369098.png


It didnt work for me
You need to close the quotation marks. You've only got them at the start of the string.
 

Bestest bread is lost-ish

L1: Registered
Aug 4, 2023
42
6
Yes, just run this on the commandline. You'll need to provide the absolute path to the bsp, and surround the path with quotes because there's spaces in the name.
1697245239333.png
sorry to necro this thread (x2) but I've been having the same problem. I'm pretty sure I followed all the steps laid out here but now I'm getting this. idk what to do.
 

Attachments

  • Screenshot (95).png
    Screenshot (95).png
    27.1 KB · Views: 21

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,331
989
sorry to necro this thread (x2) but I've been having the same problem. I'm pretty sure I followed all the steps laid out here but now I'm getting this. idk what to do.
The map has to be in /tf/maps/, for some reason the tool finds files relative to the bsp location.