Problem to create/use.ani image format ( DXT options )

Thinking about improving the Artwork in Vega Strike, or making your own Mod? Submit your question and ideas in this forum.

Moderator: pyramid

Post Reply
ezee
Intrepid Venturer
Intrepid Venturer
Posts: 703
Joined: Tue Feb 11, 2014 12:47 am
Location: FRANCE
Contact:

Problem to create/use.ani image format ( DXT options )

Post by ezee »

Hi .
I have 4 cool images of our Aera to make an anim with lips sync .
( the same kind that in the tutorial mission but now with an aera )

But my pictures ( .dds renamed .image , exported from Gimp in DXT5 format ) are displayed
as white rectangle .
Do you know the exact format description ?
I have tried different export options but nothing worked .
the Size of my pictures is 256*256 .

Code: Select all

 if (!track.HasWeapons())
            {
                // So what are you going to threaten me with? Exhaustion gas?
                return ThreatLevel::None;
            }
Vegastrike evolved
DEV YOUTUBE CHANNEL
Vegastrike evolved wiki
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Problem to create/use.ani image format ( DXT options )

Post by klauss »

Are they all the same format?

What you describe happen sometimes when ANI component frames aren't all the same format (OpenGL complains, VS ignores).

I guess I would like to see a bug report about this, because VS should not silently ignore those errors.

But do check the format of each frame file, and verify that they're the same (down to the number of DXT)
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
ezee
Intrepid Venturer
Intrepid Venturer
Posts: 703
Joined: Tue Feb 11, 2014 12:47 am
Location: FRANCE
Contact:

Re: Problem to create/use.ani image format ( DXT options )

Post by ezee »

I have found the good tools and the right dds format options .
More in that thread :
http://forums.vega-strike.org/viewtopic.php?f=4&t=19750

thx

Code: Select all

 if (!track.HasWeapons())
            {
                // So what are you going to threaten me with? Exhaustion gas?
                return ThreatLevel::None;
            }
Vegastrike evolved
DEV YOUTUBE CHANNEL
Vegastrike evolved wiki
Post Reply