craftablescience / VPKEdit

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

Add support for response files to the CLI #192

Open sour-dani opened 4 hours ago

sour-dani commented 4 hours ago

Describe Your Suggestion

I would like to be able to pass in a list of items stored in a text file instead of calling vpkeditcli for every item in that text file. Similar to how a response file is handled with VPK with the @ symbol.

sour-dani commented 4 hours ago

Related critiques

craftablescience commented 44 minutes ago

Related critiques response

sour-dani commented 23 minutes ago

Related critiques response response

The error is a part of the argument parser library I am using and I cannot change it

Shame, thanks for the explanation.

  • Assuming I haven't forgotten how to use my tool, your sample usage adds test.txt as a subfolder of completely_random_phrase, outputs the VPK to a file named test_dir, using the contents of test_folder. This is intended behavior

I forgot that this program is intended for use with a directory and not specific files. That makes sense.

I can change this behavior for explicit output filenames as well

Thanks!

I will not be making separate documentation

Shame.

Unrelated

Any thought on the original subject of the issue?