Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LZMA compressed entity lump in Team Fortress 2 #1

Open
xPaw opened this issue Nov 8, 2020 · 1 comment
Open

LZMA compressed entity lump in Team Fortress 2 #1

xPaw opened this issue Nov 8, 2020 · 1 comment

Comments

@xPaw
Copy link

xPaw commented Nov 8, 2020

I used your library to dump entity lumps from tf2 and csgo maps. And as it turns out lumps can be LZMA compressed in tf2 maps.

Is this something you're interested in adding support for?

As per: https://developer.valvesoftware.com/wiki/Source_BSP_File_Format#Versions
Example map would be tf/maps/koth_undergrove_event.bsp

I've implemented the lzma decompression in my tool here: xPaw/EntityLumpDumper@f15372c

@wfowler1
Copy link
Owner

wfowler1 commented Nov 5, 2021

Ok, so finally getting back to this.
Originally, my instinct was to not use the LZMA SDK because I don't much like the idea of adding dependencies on external libraries, partly because I'm not sure of the compatibility of source code licensing. But lately I've come around to the idea. I have a couple other priorities in this library that I'd like to hit first, but I think I'll do this.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants