Quote:
Originally Posted by Razer-785
Hello how can i make MSC.exe "TAK" use more threads.
has anyone modded the executable before?
Thanks.
|
msc isnt multithreaded unfortunately. if you pass -t=4 in msc it translates to "takc.exe use 4 threads" not "4 different takc.exe process working in parallel".
-t=4 is not a limitation of msc but a limitation in tak compressor.