• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Texturing Problem...

Status
Not open for further replies.

ClawMaster

C

ClawMaster

when i make my model with gmax, and add my skin in it (*.tga), then i use script and edit it in mdl format, make image path and so on, have to path be full like "c:\warcraftIII\textures\*.blp" or something like that and have to i convert the tga file in to blp. format then? i tried something like that but in warcraftwiever my model is just red and when i look is the texture activated, its not and it cannot be. have to paths be exatly same in gmax and mdl or what? I'm confused with texturing and don't know what to do... I know this could be confusing to you either but plz try help :|
 
O_o?

You got the confusing right

Anywho, WC3Viewer can convert tga to blp. Edit the path in your final mdl. Don't put a C:/ProgramFiles/Warcraft3 or whatever in your path, just put the path from the WC3 root directory, such as "Units\Other\Pineapple\Pineapple.blp" or just plan ol' "Pineapple.blp"
 
Ok,.. i'm noob, BUT WHY THIS DON'T WORK!!!!!!!!! I tryed all paths what i can imagine, but still WE just say could not open *.mdl (i imported mdx, why that say like that???). Look, if i put to code like this image "picture.blp" or image "textures\picture.blp" and my path is "textures\picture.blp", why doesn't it work? I put a right path in importing so what else problems i can have wrong or what have to i do :?
 
Yep, i trust u, it is mdx, i'm sure, but do i need mdl file anymore after i have converted it? I'm allmost sure that is texture path or somethinng like that but, maybe i just have to give...
 
Code:
}
Textures 1 {
	Bitmap {
		Image "Textures\Rayman.blp",
	}
}
Materials 1 {
	Material {
		Layer {
			FilterMode AddAlpha,
			static TextureID 0,
		}
	}
}

I have tryed without "Textures\", but i'm not sure about else code... :?
 
Status
Not open for further replies.
Back
Top