can anyone help

Status
Not open for further replies.

frim

F

frim

i have exported a model with the skin textured
my.php

but ingame it isnt textured why please help
my.php




and sorry for my bad english
 
this is in milkshape click hier
my.php

and this is ingame click hier
my.php
 

Attachments

  • naruto.JPG
    naruto.JPG
    6.6 KB · Views: 112
  • naruto ingame.jpg
    naruto ingame.jpg
    92.7 KB · Views: 115
ok you used a wrong texture path

Code:
Textures 1 {
	Bitmap {
		Image "Textures\[B]white.blp[/B]",
	}


you must change the path of the texture
if your naruto.mdx is in the same folder as the texture you need to
change the path so if your texture file is "naruto.blp"

in MDL you need to change on this
Code:
Textures 1 {
	Bitmap {
		Image "Textures\[B]naruto.blp[/B]",
	}

and if YOU are makeing this model +rep

no teamcolor :( you right VampireHeart
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    47.6 KB · Views: 98
Last edited:
Status
Not open for further replies.
Back
Top