Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change the progress segments in loading_bg_0.xcf to grey, (or whatever you like)

Initially loading_bg_0 will be shown, loading_bg_1 will be placed over it ,following the progress.

Export both files to .tga (eg. loading_bg_0.tga and loading_bg_1.tga)

Make dds files by using tga2dds.exe ("tga2dds.exe loading_bg_0.tga" will make loading_bg_0.dds

...

Place both dds files in user/interfaces inyour in your client to test

replace the dds files in interfaces.bnp if everything works.

(don't forget to delete the files in the user/interfaces directory)

Important :

  • The images MUST be 1024x1024.
  • The visible part of the image is 1024x768, in the top part of the image, the rest should be made black.
  • Aplha values must be min. 1 and max 99. Only use integer values! (No decimals).

 

Have fun (wink)