• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Need help creating a simple white box...

Status
Not open for further replies.
Level 3
Joined
Mar 21, 2020
Messages
35
Hey guys,

Can someone help me create a 256x256x3 white model?

I was using this tutorial to create a model. As you can see, I made the box, added a standard white texture, then exported using the DeX script to generate the .mdl, deleted the comments and converted it into an MDX with this "MDLX" converter.
grwJfq.jpg

However, the imported model doesn't work (it shows nothing). Why? If it's due to step 4-8. can someone help me with it?
ICkuJ4.jpg
 
Level 3
Joined
Mar 21, 2020
Messages
35
How come I can't change the model's transparency with this?

  • Animation - Change (Triggering unit)'s vertex coloring to (100.00%, 100.00%, 100.00%) with 0.50% transparency
 
Level 3
Joined
Mar 21, 2020
Messages
35
Fixed it by changing the "material" lines (converted back and forth with the MDLX converter):

Code:
Materials 1 {
    Material {
        Layer {
            FilterMode Blend,
            static TextureID 0,
            static Alpha .5,
        }
    }
}

Also changed all those 0.05123 pivot etc. points to 0.0000. Thanks again bro!
 
Status
Not open for further replies.
Top