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

Add more compiling options or make editable Parameters line #223

Open GAnimator opened 8 months ago

GAnimator commented 8 months ago

Is your feature request related to a problem? Please describe. So i went to compile my map with same lighting parameters as my GMod hammer has and found out that there's missing lines (i were needed -noextra option) that default VRAD has and i cannot edit "Parameters" line to add them by myself

Describe the solution you'd like I'd like to see all parameters for VBSP, VVIS and VRAD, even without description it would be nice

Describe alternatives you've considered Add editable line to write parameters manually

Additional context Just if you compare options from Valve Wiki you'll find out that Compile Pal has a lot of options missing image

Exactol commented 8 months ago

I can add some of the missing parameters. iirc mpi is broken so I'll probably skip it. As a workaround you can use the Command Line Argument parameter to pass any option you want

GAnimator commented 8 months ago

As a workaround you can use the Command Line Argument parameter to pass any option you want

Ah, yeah? I didn't know what that parameter actually does, thank you!