Hi folks. I have a couple of questions regarding command line options:
is it possible to read-write options to file using command line options? So I once configured required settings save them to file and then passing something like -options mymegaoptions.txt and no gui prompt appears
is it possible to not show gui at all, but instead just output all logs to regular stdout/stderr?
My goal is to automate entire process of lod generation for my mod list in to single powershell script.
Thanks in advance.