• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Trouble model

Status
Not open for further replies.
Hi!

I've got another trouble model. This time it's a tank. Here is the DL-link. The problems are 2. The first one is that whenever i re-open it, the chains ''move'' while they're supposed to be moving only in the walk anims. Occasionally, when i fix it, it works afterwards, but whenever i save and re-open it, the problem is present again. They either move at every anim, or at no anim.
The second problem is a minor white ''blinking'' at the chains whenever they move. Please, i need help before i upload it. :vw_sad:
 
The texture animations has a bug in magos, you need to save your model in mdl, then open it in notepad, and search the material that need the animation, for example:
Material {
Layer {
FilterMode Additive,
static TextureID 0,
TwoSided,
}
}

You need to add TVertexAnimId and the texture animation ID, this starts from 0.

Material {
Layer {
FilterMode Additive,
static TextureID 0,
TwoSided,
TVertexAnimId 0,
}
}

After that, convert the model using this tool.

Anyway, I fix the model for you.
 

Attachments

  • Armadillo.mdx
    52.4 KB · Views: 65
The texture animations has a bug in magos, you need to save your model in mdl, then open it in notepad, and search the material that need the animation, for example:


You need to add TVertexAnimId and the texture animation ID, this starts from 0.



After that, convert the model using this tool.

Anyway, I fix the model for you.
Oh, O.K. Thanks a lot for the info and fixing it! Is it O.K. for you, if i upload it? Don't worry, i will mention you and your help. :ogre_haosis:
 
Status
Not open for further replies.
Top