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

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