Difference between revisions of "LOD texture fix script"
Jump to navigation
Jump to search
Link, formatting
imported>GhanBuriGhan (Created) |
imported>GhanBuriGhan (Link, formatting) |
||
Line 4: | Line 4: | ||
This rough-around the edges solution is based on a script by shaja, to whom I am deeply indebted. I am not a great programmer, and this is my first time messing with Phyotn. Nevertheless, I will try to get an executable verion soon. | This rough-around the edges solution is based on a script by shaja, to whom I am deeply indebted. I am not a great programmer, and this is my first time messing with Phyotn. Nevertheless, I will try to get an executable verion soon. | ||
=What you need= | |||
* The [[DDS_Tools|DDS converter]] | * The [[DDS_Tools|DDS converter]] | ||
* [http://www.python.org/download/ Phyton] (an interpreted scripting language. I used verson 2.4.3. | * [http://www.python.org/download/ Phyton] (an interpreted scripting language. I used verson 2.4.3. | ||
* [http://www.pythonware.com/products/pil/ Phyton image library (PIL)]. 1.1.5 for Phyton 2.4. | * [http://www.pythonware.com/products/pil/ Phyton image library (PIL)]. 1.1.5 for Phyton 2.4. | ||
=Walkthrough= | |||
# Install DDS converter, Phyton and PIL, these are standard windows installs. | # Install DDS converter, Phyton and PIL, these are standard windows installs. | ||
# Create a directory C:\obwrk | # Create a directory C:\obwrk | ||
# Create the partial textures as usual in the CS. | # Create the partial textures as usual in the CS. See [[Landscape_LOD_Tutorial]] | ||
# Start the DDS converter | # Start the DDS converter | ||
##In the DDS converter, navigate to C:\obwrk | ##In the DDS converter, navigate to C:\obwrk |