ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 26 forks source link

[Feature Request] Allow Pack to use a custom file list #118

Closed tophattwaffle closed 3 years ago

tophattwaffle commented 4 years ago

Is your feature request related to a problem? Please describe. As a work around to #117 I have opted to use a custom file list on bspzip.

Describe the solution you'd like Add a "AddList" option as a parameter to the PACK command.

Describe alternatives you've considered For now I've been using a custom command calling the bspzip.exe with manual parameter setup.

Exactol commented 4 years ago

Here's a build with the ability to use your own file list. To use it, add the Use File List parameter to the pack step. This will disable the automatic packing detection and use your file list instead. Compile Pal 027.12.zip

tophattwaffle commented 4 years ago

Hey! The file list feature works.

But is it possible to still have the auto pack work as well? My intention is to use the scanning, along with a manual file list for files that cannot be automatically detected.

Exactol commented 3 years ago

Compile Pal 027.12.zip Sorry about the long wait, this version includes a new parameter, Include File List, which includes all files from the file list while also performing automated packing, and can be used more than once.