Page 1 of 1

Model without sprite frames

Posted: Sun Dec 18, 2005 8:20
by justin023
1. If you place a model in a map and it has no sprite frames, it is the exclamation point instead of the model. If it is summoned that doesn't matter.

2. The attached model won't show up in part of my project when placed in the map, but that must have something to do with the size of the map since it showed up in the demo map.

Posted: Sun Dec 18, 2005 10:46
by Graf Zahl
1. You need to have a sprite. The engine checks for it independently of the model and requires it to be valid so you have to put in an empty sprite frame for it. I won't change this because the game code knows nothing about models.

2. We'll talk again once your actors are properly defined (and that includes a sprite for its initial frame.)

Posted: Sun Dec 18, 2005 18:36
by justin023
The one in my project already is properly defined and it won't show up. I tried it with two other models and they appeared.