• 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!

[Import] Installing a model

Status
Not open for further replies.
I would imagine you import the mdx file, and then import the BLP files, then rename the BLP files to their intended/required paths based on what the MDX says they should be at.

One can use notepad to see what the MDX says they should be at since within the first few hundred bytes of garbage text it will be the only human readable text which ends with .BLP and resembles the texture files it came with but potentially nested in folders.
 
I would imagine you import the mdx file, and then import the BLP files, then rename the BLP files to their intended/required paths based on what the MDX says they should be at.

One can use notepad to see what the MDX says they should be at since within the first few hundred bytes of garbage text it will be the only human readable text which ends with .BLP and resembles the texture files it came with but potentially nested in folders.
Eh, I'd like to know correct paths to this model, because I tried myself and couldn't get it working.
 
One can use notepad to see what the MDX says they should be at since within the first few hundred bytes of garbage text it will be the only human readable text which ends with .BLP and resembles the texture files it came with but potentially nested in folders.
The only things that show up in the .mdx are "NetherRaySkinRed.blp", "SMOOTHREFLECT.BLP", "COLDBREATH32.BLP", and "GLOWBALL02.BLP" and they have no prior paths. I tried importing the .mdx with just those files and got something to work. It doesn't really look too "red" but idk the green one doesn't look "green" either.

ray.png


Remove the war3mapimported\ from all the files in the .rar, and change the filepath of whichever texture you want to use to NeterRaySkinRed.blp.
 
The only things that show up in the .mdx are "NetherRaySkinRed.blp", "SMOOTHREFLECT.BLP", "COLDBREATH32.BLP", and "GLOWBALL02.BLP" and they have no prior paths. I tried importing the .mdx with just those files and got something to work. It doesn't really look too "red" but idk the green one doesn't look "green" either.

View attachment 303726

Remove the war3mapimported\ from all the files in the .rar, and change the filepath of whichever texture you want to use to NeterRaySkinRed.blp.
Yeah, now it works. I think I tried it previously and it didn't.
 
Status
Not open for further replies.
Back
Top