Results 183 comments of Zach

[Compile Pal 026.4.zip](https://github.com/ruarai/CompilePal/files/3722054/Compile.Pal.026.4.zip) This version fixes some issues with packing multiple bodyparts. It might fix your issue.

[CompilePAl 026.5.zip](https://github.com/ruarai/CompilePal/files/3748063/CompilePAl.026.5.zip) This should fix the theatre chair failing to pack. Are you sure you aren't hitting some engine limit with how much content you are packing?

Are you using any custom particles? > On Oct 7, 2021, at 5:17 AM, ITstumbler ***@***.***> wrote: >  > CompilePal 27.16 was used > > — > You are...

Can you send the custom particles that you are using? You can send it over discord or something if you don’t want to upload them publicly > On Oct 7,...

What game are you targeting and can you paste the contents of the debug.log file?

If you compile Compile Pal from the source code, there is now support for custom programs with the Custom process. Some other possible fixes could be making sure that you...

You can use all of the hammer expert parameters as command line arguments. https://developer.valvesoftware.com/wiki/Hammer_Run_Map_Expert#Parameters. To get the path of the bsp, you can use $bspdir\$file.bsp in the command line argument...

Is this newly compiled?

It's no problem. I don't know much about that branch, but it looks like it doesn't have the updated expert parameters. I uploaded a alpha build for you to try....

It looks like it's actually broken right now, since $bspdir$file.bsp will result in "programpath\""map".bsp which is not valid for most programs. I'm working on a fix.