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

Ability to set CPU affinity count for vrad, vvis, etc... #120

Open bottiger1 opened 4 years ago

bottiger1 commented 4 years ago

Is your feature request related to a problem? Please describe. Yes the threads features doesn't seem to work. That's probably valve's fault and not something compilepal can fix.

Describe the solution you'd like Allow us to set the number of cores and have C# set the affinity of the process to the number of cores specified.

Describe alternatives you've considered I can do it manually but I'd rather not.