Difference between revisions of "Nif Optimization"

3 bytes removed ,  12:11, 15 September 2008
fixed copy/paste mistake
imported>Sproaty
(fixed copy/paste mistake)
imported>Sproaty
(fixed copy/paste mistake)
Line 80: Line 80:
  python.exe Scripts\niftoaster.py optimize C:\nifoptimize
  python.exe Scripts\niftoaster.py optimize C:\nifoptimize
followed by enter, to run the niftoaster.py script, which will process all nif files in the folder <tt>C:\nifoptimize</tt> '''including the nifs in all subfolders, subsubfolders, ...''' If you optimize a lot of nif files at the same time, it may be useful to store the output in a file instead of having to browse through the console. You can do this using the following command:
followed by enter, to run the niftoaster.py script, which will process all nif files in the folder <tt>C:\nifoptimize</tt> '''including the nifs in all subfolders, subsubfolders, ...''' If you optimize a lot of nif files at the same time, it may be useful to store the output in a file instead of having to browse through the console. You can do this using the following command:
  python.exe Scripts\niftoasty.py optimize C:\nifoptimize.py > C:\log.txt
  python.exe Scripts\niftoasty.py optimize C:\nifoptimize > C:\log.txt
which will store all output in the file <tt>C:\log.txt</tt>.
which will store all output in the file <tt>C:\log.txt</tt>.
*If everything works like it should, you should get a warning and a confirmation prompt. Write the letter Y and hit return. Now the program will work it's way through all the nifs in the folder.
*If everything works like it should, you should get a warning and a confirmation prompt. Write the letter Y and hit return. Now the program will work it's way through all the nifs in the folder.
Anonymous user