Page 1 of 1

Problems using MapConv

Posted: 23 Dec 2010, 14:25
by Sereiya
Hey there,

I've got some trouble while using MapConv. I created a texture map, a Metal map and a Heightmap, all with the right scale. But the MapConv throws this:

Code: Select all

Errenous dimensions for heightmap image
I'm unable to translate 'errenous', but he seems to ne unable to deal with the heightmap scale. But it haves the right scale, its 1665x2049. The texturemap is 13312x16384.
13312 / 8 + 1 = 1665.
16384 / 8 + 1 = 2049.
Also, the Converter throws "Image file conversion error" for the texture file. So, is he completely unable to read it?

Sorry, my first try of Map creating was loooong time ago.

X-Mas greetings from Germany
Serry

Re: Problems using MapConv

Posted: 23 Dec 2010, 17:06
by knorke
are your images in correct file format?

unless you really want to use mapconv you can use springmapeditor:
http://springrts.com/phpbb/viewtopic.php?f=56&t=16341
import the heightmap, texturemap etc and click save without having to deal with commandline.

Re: Problems using MapConv

Posted: 25 Dec 2010, 15:18
by Beherith
Whoops, thats a typo in mapconv. Should be erroneous. What image format are you using? What version of mapconv? An image of that size may only be viable if converted to jpg (max quality).

Re: Problems using MapConv

Posted: 25 Dec 2010, 22:56
by Karl
Beherith wrote:jpg (max quality).
A standard JPEG file. Excessive compression is not recommended since it will reduce quality, but much smaller than BMP

24-bit (16.7 million colors)
Lossy (compression)
What? JPG? haha

PNG, TGA or DDS those are good

Re: Problems using MapConv

Posted: 26 Dec 2010, 13:52
by Beherith
DDS is way worse than jpeg at high settings. TGA is uncompressed (unless you set it to LZMA or run length encoding, in which case its not better than PNG).
PNG is worth a shot.