
About this image
OpenMW is not limited to .tga file format for Splash Screens. I always convert custom Splash images into .dds format - it saves a lot of space on my 30 GB SSD via the power of Imagemagick line commands. ~/Downloads/Lorkhan's Arena - Landscapes/Splash$ mogrify -format dds *.tga
~/Downloads/Lorkhan's Arena - Landscapes/Splash$ mogrify -flip *.dds
The last command is in the likely case that the converted image is upside down.
Windows Users may be able to do this as well but I don't have the specifics.
More information on how to have this capability.
0 comments