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

Model appears as a shadow.

Status
Not open for further replies.
Level 14
Joined
Apr 18, 2016
Messages
396
A model I'm working on doesn't seem to show up in World Editor. All of the textures should work as they are not custom. I don't know what to do :/ Does anyone have an idea what i'm doing wrong?

problem-png.274742
 

Attachments

  • Problem.PNG
    Problem.PNG
    123.9 KB · Views: 138
Level 29
Joined
Jul 29, 2007
Messages
5,174
Can you tell me what program generated that model?

Mdx sanity tester
Code:
Errors: 4
    Particle 2 Emitter 0 "Dust: Walk": Invalid texture 4294967295
    Particle 2 Emitter 1 "Dust: Walk": Invalid texture 4294967295
    Particle 2 Emitter 2 "Rock: Walk": Invalid texture 4294967295
    Event Object 1 "UNNAMED": Zero keys

Having no keys in an event object is invalid.

Your texture IDs in those particle emitters are -1, is that actually valid? I would like to know.
 
Level 14
Joined
Apr 18, 2016
Messages
396
Can you tell me what program generated that model?

Mdx sanity tester
Code:
Errors: 4
    Particle 2 Emitter 0 "Dust: Walk": Invalid texture 4294967295
    Particle 2 Emitter 1 "Dust: Walk": Invalid texture 4294967295
    Particle 2 Emitter 2 "Rock: Walk": Invalid texture 4294967295
    Event Object 1 "UNNAMED": Zero keys

Your texture IDs in those particle emitters are -1, which is invalid.
Having no keys in an event object is also invalid.
I used Magos and Mdlvis

Edit: I deleted the textures because I thought it was causing the problem
 
Last edited:
Status
Not open for further replies.
Top