• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Import] I need help!

Status
Not open for further replies.
Level 4
Joined
Jan 21, 2013
Messages
42
( Solved ) I need help!

Hello Guys, I have a TGA 1024x768 Image and I want to use it as loading screen on my map but I can't convert it to BLP.

I tryed to convert it by all the posible ways but I got nothing .. Need help if anybody do how is this made and help me covert it by itself, thanks.
 

Attachments

  • LoadingScreenTexture.tga
    3 MB · Views: 44
Last edited:
Your image has the dimensions 1024x768. However, Warcraft III expects BLP files to have dimensions that are powers of 2.

2^9 = 512. 2^10 = 1024. 768 is not a valid dimension. You must convert it so that it is a suitable dimension, such as 1024x512, or 1024x1024, etc.

See:
http://world-editor-tutorials.thehelper.net/loadscreen.php

I recommend using either 1024x1024 or 512x512 in your case.
 
Status
Not open for further replies.
Top