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

Add VPK parsing functionality #229

Open
statecouncil opened this issue Jan 10, 2024 · 0 comments
Open

Add VPK parsing functionality #229

statecouncil opened this issue Jan 10, 2024 · 0 comments

Comments

@statecouncil
Copy link

Is your feature request related to a problem? Please describe.
Mapping work on TF2 can involve large amount of custom assets. While there are tricks to reduce game loading times in other ways, the by far most effective way is to pack any mounted assets into VPKs, which Source can load much more quickly. The main disadvantage of this method is that this stops Compilepal from detecting and packing individual assets when compiling for publication.

Describe the solution you'd like
Allow Compilepal to parse VPKs either by default or via a PACK parameter and automatically extract and include found assets, just like it does with loose files.

Describe alternatives you've considered
As mentioned, the alternative is to keep a large amount of loose files, which brings its own problems.

Additional context
I am currently working on a large "Mapping Starter Pack" for TF2 which will include a handful of VPKs modules that can be swapped in and out by mappers, similar to the Mastercomfig CFG packs. I would prefer not having to ask novice mappers how to pack/unpack VPKs as well as familarize themselves with the file structures before they're even able to start hammer. If I can just tell them to throw whatever VPKs they need into tf/custom/, it would lower the entrance barrier a little.

Cheers!

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

No branches or pull requests

1 participant