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

Doodad random variations

Status
Not open for further replies.
Level 4
Joined
Jun 13, 2007
Messages
53
If i add multiple variations to a doodad only the 3 tinting things are added to object editor for each variation.But i want the variation to have a different model, where do i do that?
 
It doesn't work that way.

You don't magically create new variations that magically change the way a model looks. At best, multiple variations are used for tinting(changing color).
 
You cant change the variation model of one model.

You'll have to fully edit the model as far as I know.

EDIT: Vegavak, a model can have different looks, that's what variation is for, as long as it's inside the model you can have multiple versions.

You can't add model variations to a model from the editor, you have to physically alter the model. If you have no alternate variations of the model already present in the model, then all model variations in the editor are good for is creating variations of the same model with a different tint.

I don't understand what you're trying to correct me with.
 
Okay, how do i make variations in a model with gmax.I actually just wan to have a different texture.
 
You only want a different texture using the same model? Why not just export the skin for the model, edit it however you like, and import it?

As for gmax modeling, there are probably tutorials to guide you through the process.
 
AFAIK a model has (a) certain skin directory(s) in its code and it automatically uses that skin.OFc i can import other skins for it into WE but that alone wont do anything.
How do i tell WE that a skin i imported, is to be used for my models random variation #2 ?
 
I don't think having 1 model with 2 skins is possible without some advanced JASS. I saw it done before with a unit model, but I don't remember the specifics. I saw it at WC3C.
 
But apparently blizzard has done it, doodads like pile of treasure, skull pile and crates all have different models represented as random variations.
 
jass has nothing to do with it.

I remember reading somewhere that it *is* possible to make 1 model use different skins, but don't ask me how...
The easiest way is probably simply importing 2 times the same model with a small mdl edit so they use 2 different skins. That will, however, require an additional modelfile to be imported in your map per skin.

And like people have already told you, serpent, it's all in the model. The SAME modelfile can have multiple variations, but it's only "faking". Blizzard too has 3 different models for the city building, and a 4th "model" which contains the 3 original models as variations. I don't know how to do it but it's pretty useless to do it yourself IMO... It'd be easier to simply copy/paste your doodad and use 2 different models.
 
Status
Not open for further replies.
Back
Top