Difference between revisions of "Generating texture lists"

246 bytes added ,  08:42, 16 April 2010
no edit summary
imported>Amorilia
(improved formatting and removed explicit references to my name as that is not relevant for the tutorial)
imported>Darkness X
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Modeling_and_Texturing_Tutorials]]
[[Category:Texturing_Tutorials]]
[[Category:Tutorials]]
[[Category:Tutorials]]
Created by [[User:Razorwing|Razorwing]] from [http://www.silgrad.com/ Silgrad Tower]
{{Tools|req0=[http://www.python.org/download/ Python 2.6]|req1=[http://sourceforge.net/projects/pyffi/files/ PyFFI]|opt0=[http://notepad-plus.sourceforge.net/ Notepad ++]}}


==Introduction==
==Introduction==
Line 44: Line 46:
Put together, the command in my case is:  
Put together, the command in my case is:  


  python scripts\niftexdump.py "C:\Program Files\Oblivion\Data\meshes\ST\book" > "C:\logs\book.txt
  python scripts\niftexdump.py "C:\Program Files\Oblivion\Data\meshes\ST\book" > "C:\logs\book.txt"


The script will execute, which you can tell by the cursor blinking on the row underneath. You'll know when the operation is finished by DOS giving you a new command prompt.
The script will execute, which you can tell by the cursor blinking on the row underneath. You'll know when the operation is finished by DOS giving you a new command prompt.
Anonymous user