attention, newbie alarm! I've been bored lately so I thoght I'd try out to make a spring map, just for the heck of it. What I did first was to inform myself, using chunks from the three basic map creation tutorials in the wiki for my first steps (#1, #2, #3, awesome progress on the documentation though, the last time I check was maybe a year ago or mroe and there was rarely anything useful for me). Started painting a 513x513 heightmap, tiled a texture onto a 4096x4096 texturemap, painted a few red splats on a 513x513 metalmap, added a few green pixels for geo-vents onto a 512x512 featuremap, created a fully black typemap with the dimensions 256x256, since this map is just for testing purposes, and compiled it using the newest mapconv (I think) with the parameters IceXuick provided in his tutorial, namely
Code: Select all
MapConv -f Features.bmp -i -l -c 0.5 -x 300 -n -150 -o YourMapName.smf -y Typemap.bmp -m Metal.bmp -a Height.bmp -t Texture.bmp

I searched in the forums for it, couldn't find anything though. Any help? :)