Difference between revisions of "Textures:Formats"
(Created page with "{{Stub}} == PNG == '''Note:''' Not supported by Urban Terror 4.1<br/> Alpha channel, good compression == JPG == No alpha channel, lossy compression == TGA == Supports alpha chann...") |
m (added category) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
'''Note:''' Not supported by Urban Terror 4.1<br/> | '''Note:''' Not supported by Urban Terror 4.1<br/> | ||
Allows to edit mipmaps | Allows to edit mipmaps | ||
+ | |||
+ | == ROQ == | ||
+ | Video format - quite restricted dimensions no larger than 256x256 and no compression, no audio track. In Urban Terror the movie soundtrack doesn't play (it should) as a .wav file in the sounds folder with the same name as the movie. | ||
+ | |||
+ | ROQ files can be created using FFMpeg to convert from various other formats. See [[Resources:Tools#FFMPEG]] for more information regarding FFMpeg. | ||
+ | |||
+ | [[Category:Textures]] |
Latest revision as of 07:23, 21 August 2011
This page is a stub! Please help us improve it. |
PNG
Note: Not supported by Urban Terror 4.1
Alpha channel, good compression
JPG
No alpha channel, lossy compression
TGA
Supports alpha channels, barely any compression
DDS
Note: Not supported by Urban Terror 4.1
Allows to edit mipmaps
ROQ
Video format - quite restricted dimensions no larger than 256x256 and no compression, no audio track. In Urban Terror the movie soundtrack doesn't play (it should) as a .wav file in the sounds folder with the same name as the movie.
ROQ files can be created using FFMpeg to convert from various other formats. See Resources:Tools#FFMPEG for more information regarding FFMpeg.