Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Making maps

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
7/11/2013 8:26:37 PMGBrankTheSponge before revert after revert
7/11/2013 8:21:33 PMGBrankTheSponge before revert after revert
Before After
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.