View Single Post
Old 02-12-08, 05:18 AM   #9
schnorchel
Soundman
 
Join Date: Feb 2006
Posts: 144
Downloads: 99
Uploads: 0
Default

Quote:
Originally Posted by privateer
Easy enuff to fix!

Open the object you modded or exported and search for this line:

usemtl cfg#E01

Change it to:

usemtl E01


Now open the mtl file and look for this section:

newmtl cfg#E01
Ka 0.0 0.0 0.0
Kd 0.3 0.3 0.3
Ks 0.1 0.1 0.1
d 1.0
illum 1
Ns 0
map_Kd cfg#E01

Change it to:

newmtl E01
Ka 0.0 0.0 0.0
Kd 0.3 0.3 0.3
Ks 0.1 0.1 0.1
d 1.0
illum 1
Ns 0
map_Kd E01.tga

Now reimport.
privateer,
You are an expert . Do u mean that I must use hexeditor to edit it?
schnorchel is offline   Reply With Quote