Posted By: Renato
Sprites after compiling not visible - 11/05/08 21:18
When I load a Map Enitiy in a new Level, the sprites after compiling not visible. I can see them in the WED. The sprites are in the theme folder as the compiling level.
How can help?
Bye Renato
Posted By: Uhrwerk
Re: Sprites after compiling not visible - 11/05/08 21:41
Your sprites are most likely .dds or .tga files and have an alpha channel. Edit or remove the alpha channel. Also check if the actions assigned to the sprites are making the invisible.
Posted By: Renato
Re: Sprites after compiling not visible - 11/05/08 22:03
When I create, compiling and run the Enity it's ok. The sprites are visible but when I load this enity in a new level the sprites not there!!! My sprites are .bmp files.
Posted By: heinekenbottle
Re: Sprites after compiling not visible - 11/05/08 22:32
When you make a map entity, only the level geometry is saved as that entity.
You'll have to put in models and sprites in by hand after placing the map entity.
Posted By: Renato
Re: Sprites after compiling not visible - 11/05/08 22:45
Thanks, I have understand!