ruarai / CompilePal

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

Change Order of Compilation Process, Allow Duplicate Processes #211

Open aarmastah opened 1 year ago

aarmastah commented 1 year ago

Is your feature request related to a problem? Please describe. I store my custom assets in a tf_dev folder in the base Team Fortress 2 folder to isolate them from the main game. When trying to compile a map via CompilePal, it is not currently possible to pack the content before building cubemaps and generate a nav mesh (then packing again), leading to errors.

Describe the solution you'd like Allow reordering the list of compilation processes and allow multiple of the same process (ex. 2 packs)

Describe alternatives you've considered It's possible for me to compile the map normally and do cubemaps and nav generation manually before packing again, but it'd be easier if it were all automated in CompilePal. Currently that is not possible without running a compile twice.

Additional context Mockup screenshot: image

Exactol commented 1 year ago

I think #208 fixes your issue, try downloading the build I posted in the thread

Exactol commented 11 months ago

Has your issue been resolved?

aarmastah commented 11 months ago

Sorry for the delay; I'll give it a shot today and let you know.

My initial thoughts while reading the thread are that it wouldn't (because I know my configuration already reads the tf directory and picks up on my nav meshes when I try running a pack again), but I'll try it out.