Author Topic: Command briefing eff/dds animations  (Read 1609 times)

0 Members and 1 Guest are viewing this topic.

Offline Fury

  • The Curmudgeon
  • 213
Command briefing eff/dds animations
Do they work? It seems like cb anims are 440x200 in resolution which is not supported by dds since they are not 2^.

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Command briefing eff/dds animations
try 512X256, see how it looks

or use jpg, rather than dds, if it's just for comand breifings the only thing that matters is file size, not in game memory
« Last Edit: January 10, 2005, 03:05:56 am by 57 »
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Command briefing eff/dds animations
Won't work.  It's a different set of code to play those cb anims than what EFF was made for.  EFF is really just for effects and doesn't lend itself well to the way normal anims are played.  I've been wanting to either do a Motion-JPEG type thing or a container EFF type format to be used as a substitute for normal anis but haven't worked on that yet.  I may end up just doing the MJPEG deal since it's not going to be limited to certain block sizes and is directly supported by many video editing programs and video capture devices.

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Command briefing eff/dds animations
can we do AVI maybe?
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Command briefing eff/dds animations
Quote
Originally posted by Bobboau
can we do AVI maybe?

Yeah but then I'd have to come up with a decoder for Linux and OSX which is something I don't want to do.  The regular players couldn't be used for the cb animations or talking heads since they tend to need there own visual.  They are also somewhat platform dependant so what works for Linux may need different code for OSX.  Then of course Windows would have something else entirely.

 

Offline Fury

  • The Curmudgeon
  • 213
Command briefing eff/dds animations
OK, thanks for replies.