1 |
I used the tutorial form [url=http://springrts.com/wiki/Mapdev:Tutorial_Simple]http://springrts.com/wiki/Mapdev:Tutorial_Simple[/url] and then tried to compile the map with "springMapConvNG -t diffuse.png -h heightmap.png -m metalmap.png -v grassmap.png -minimap mini.bmp -ct 1 -o TutorialMap". It spits out an error:
|
1 |
I used the tutorial form [url=http://springrts.com/wiki/Mapdev:Tutorial_Simple]http://springrts.com/wiki/Mapdev:Tutorial_Simple[/url] and then tried to compile the map with "springMapConvNG -t diffuse.png -h heightmap.png -m metalmap.png -v grassmap.png -minimap mini.bmp -ct 1 -o TutorialMap". It spits out an error:
|
2 |
"bmp -ct 1 -o TutorialMap
|
2 |
"bmp -ct 1 -o TutorialMap
|
3 |
Range : 0 -> 45746
|
3 |
Range : 0 -> 45746
|
4 |
Loading minimap mini.bmp
|
4 |
Loading minimap mini.bmp
|
5 |
terminate called after throwing an instance of 'CannotLoadImageException'
|
5 |
terminate called after throwing an instance of 'CannotLoadImageException'
|
6 |
what(): mini.bmp
|
6 |
what(): mini.bmp
|
7 |
Aborted (core dumped)"
|
7 |
Aborted (core dumped)"
|
8 |
\n
|
8 |
\n
|
9 |
I just did what the tutorial said and this is what happened. What does that all mean? Is it something wrong with mapconv?
|
9 |
I just did what the tutorial said and this is what happened. What does that all mean? Is it something wrong with mapconv?
|
|
|
10 |
\n
|
|
|
11 |
Also geomorph looks interesting. I will look into it.
|