craftablescience / VPKEdit

A CLI/GUI tool to create, read, and write several pack file formats.
https://developer.valvesoftware.com/wiki/VPKEdit
MIT License
260 stars 20 forks source link

Model/material export #195

Open wrefgtzweve opened 5 days ago

wrefgtzweve commented 5 days ago

Describe Your Suggestion

Currently if you want to extract a model you need to manually find all the vmts, vtfs, phy, vvd etc A option to select a model and automatically pull all the files needed for it could be pretty neat.

Trico-Everfire commented 5 days ago

I second this. I think the problem becomes that not every model asset can be found in the same VPK.

craftablescience commented 5 days ago

I can add a feature like "Extract With Dependencies", where it pulls out every file that the file being extracted depends on (that it can find).